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

function image_on_g_13 (position) {
   var doc = eval("document.imageg_13" + position);
   doc.src = imageFiles_g_13[position][1];
}

function image_off_g_13 (position) {
   var doc = eval("document.imageg_13" + position);
   doc.src = imageFiles_g_13[position][0];
}
