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

function image_on_g_46 (position) {
   var doc = eval("document.imageg_46" + position);
   doc.src = imageFiles_g_46[position][1];
}

function image_off_g_46 (position) {
   var doc = eval("document.imageg_46" + position);
   doc.src = imageFiles_g_46[position][0];
}
