var imageFiles_s_7 = new Array();
imageFiles_s_7['0'] = new Array ('_images/s_Spa_Services.gif', '_images/s_Spa_ServicesMouseover.gif');

function image_on_s_7 (position) {
   var doc = eval("document.images_7" + position);
   doc.src = imageFiles_s_7[position][1];
}

function image_off_s_7 (position) {
   var doc = eval("document.images_7" + position);
   doc.src = imageFiles_s_7[position][0];
}
