var imageFiles_g_1 = new Array();
imageFiles_g_1['0'] = new Array ('_images/g_Home.gif', '_images/g_HomeMouseover.gif');
imageFiles_g_1['1'] = new Array ('_images/g_Cuisine.gif', '_images/g_CuisineMouseover.gif');
imageFiles_g_1['2'] = new Array ('_images/g_Weddings.gif', '_images/g_WeddingsMouseover.gif');
imageFiles_g_1['3'] = new Array ('_images/g_Golf_Outings.gif', '_images/g_Golf_OutingsMouseover.gif');
imageFiles_g_1['4'] = new Array ('_images/g_Bar_Bat_Mitzvahs.gif', '_images/g_Bar_Bat_MitzvahsMouseover.gif');
imageFiles_g_1['5'] = new Array ('_images/g_Menus.gif', '_images/g_MenusMouseover.gif');
imageFiles_g_1['6'] = new Array ('_images/g_Off_Premise_Catering.gif', '_images/g_Off_Premise_CateringMouseover.gif');
imageFiles_g_1['7'] = new Array ('_images/g_Testimonials.gif', '_images/g_TestimonialsMouseover.gif');
imageFiles_g_1['8'] = new Array ('_images/g_Preferred_Vendors.gif', '_images/g_Preferred_VendorsMouseover.gif');
imageFiles_g_1['9'] = new Array ('_images/g_Floor_Plan.gif', '_images/g_Floor_PlanMouseover.gif');
imageFiles_g_1['10'] = new Array ('_images/g_View_Our_Facility.gif', '_images/g_View_Our_FacilityMouseover.gif');
imageFiles_g_1['11'] = new Array ('_images/g_Directions.gif', '_images/g_DirectionsMouseover.gif');
imageFiles_g_1['12'] = new Array ('_images/g_Contact_Us.gif', '_images/g_Contact_UsMouseover.gif');

function image_on_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][1];
}

function image_off_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][0];
}
