var imageFiles_36x_1 = new Array();
imageFiles_36x_1['0'] = new Array ('_images/36x_Coupon.gif', '_images/36x_CouponMouseover.gif');
imageFiles_36x_1['1'] = new Array ('_images/36x_Facials.gif', '_images/36x_FacialsMouseover.gif');
imageFiles_36x_1['2'] = new Array ('_images/36x_Tanning.gif', '_images/36x_TanningMouseover.gif');
imageFiles_36x_1['3'] = new Array ('_images/36x_Hair_Design.gif', '_images/36x_Hair_DesignMouseover.gif');
imageFiles_36x_1['4'] = new Array ('_images/36x_Massage.gif', '_images/36x_MassageMouseover.gif');
imageFiles_36x_1['5'] = new Array ('_images/36x_Location.gif', '_images/36x_LocationMouseover.gif');
imageFiles_36x_1['6'] = new Array ('_images/36x_Contact_Us.gif', '_images/36x_Contact_UsMouseover.gif');

function image_on_36x_1 (position) {
   var doc = eval("document.image36x_1" + position);
   doc.src = imageFiles_36x_1[position][1];
}

function image_off_36x_1 (position) {
   var doc = eval("document.image36x_1" + position);
   doc.src = imageFiles_36x_1[position][0];
}
