var imageFiles_g8_1 = new Array();
imageFiles_g8_1['0'] = new Array ('_images/g8_About_Us.gif', '_images/g8_About_UsMouseover.gif');
imageFiles_g8_1['1'] = new Array ('_images/g8_Corporate_Events.gif', '_images/g8_Corporate_EventsMouseover.gif');
imageFiles_g8_1['2'] = new Array ('_images/g8_Weddings.gif', '_images/g8_WeddingsMouseover.gif');
imageFiles_g8_1['3'] = new Array ('_images/g8_Sweet_Sixteens.gif', '_images/g8_Sweet_SixteensMouseover.gif');
imageFiles_g8_1['4'] = new Array ('_images/g8_Bar__Bat_Mitzvahs.gif', '_images/g8_Bar__Bat_MitzvahsMouseover.gif');
imageFiles_g8_1['5'] = new Array ('_images/g8_Private_Events.gif', '_images/g8_Private_EventsMouseover.gif');
imageFiles_g8_1['6'] = new Array ('_images/g8_Contact_Us.gif', '_images/g8_Contact_UsMouseover.gif');

function image_on_g8_1 (position) {
   var doc = eval("document.imageg8_1" + position);
   doc.src = imageFiles_g8_1[position][1];
}

function image_off_g8_1 (position) {
   var doc = eval("document.imageg8_1" + position);
   doc.src = imageFiles_g8_1[position][0];
}

