var imageFiles_7u_9 = new Array();
imageFiles_7u_9['0'] = new Array ('_images/7u_HAIR_SERVICES.gif', '_images/7u_HAIR_SERVICESMouseover.gif');
imageFiles_7u_9['1'] = new Array ('_images/7u_MASSAGE.gif', '_images/7u_MASSAGEMouseover.gif');
imageFiles_7u_9['2'] = new Array ('_images/7u_FACIAL.gif', '_images/7u_FACIALMouseover.gif');
imageFiles_7u_9['3'] = new Array ('_images/7u_WAXING.gif', '_images/7u_WAXINGMouseover.gif');
imageFiles_7u_9['4'] = new Array ('_images/7u_HANDS___FEET.gif', '_images/7u_HANDS___FEETMouseover.gif');
imageFiles_7u_9['5'] = new Array ('_images/7u_FOR_MEN.gif', '_images/7u_FOR_MENMouseover.gif');

function image_on_7u_9 (position) {
   var doc = eval("document.image7u_9" + position);
   doc.src = imageFiles_7u_9[position][1];
}

function image_off_7u_9 (position) {
   var doc = eval("document.image7u_9" + position);
   doc.src = imageFiles_7u_9[position][0];
}

