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

function image_on_g_10 (position) {
   var doc = eval("document.imageg_10" + position);
   doc.src = imageFiles_g_10[position][1];
}

function image_off_g_10 (position) {
   var doc = eval("document.imageg_10" + position);
   doc.src = imageFiles_g_10[position][0];
}
