var imageFiles_g_7 = new Array();
imageFiles_g_7['0'] = new Array ('_images/g_Home.gif', '_images/g_HomeMouseover.gif');
imageFiles_g_7['1'] = new Array ('_images/g_Get_a_Quote.gif', '_images/g_Get_a_QuoteMouseover.gif');
imageFiles_g_7['2'] = new Array ('_images/g_Pricing.gif', '_images/g_PricingMouseover.gif');
imageFiles_g_7['3'] = new Array ('_images/g_Drink_Menu.gif', '_images/g_Drink_MenuMouseover.gif');
imageFiles_g_7['4'] = new Array ('_images/g_Breakfast.gif', '_images/g_BreakfastMouseover.gif');
imageFiles_g_7['5'] = new Array ('_images/g_Specials.gif', '_images/g_SpecialsMouseover.gif');
imageFiles_g_7['6'] = new Array ('_images/g_Our_Cafe.gif', '_images/g_Our_CafeMouseover.gif');
imageFiles_g_7['7'] = new Array ('_images/g_References.gif', '_images/g_ReferencesMouseover.gif');

function image_on_g_7 (position) {
   var doc = eval("document.imageg_7" + position);
   doc.src = imageFiles_g_7[position][1];
}

function image_off_g_7 (position) {
   var doc = eval("document.imageg_7" + position);
   doc.src = imageFiles_g_7[position][0];
}
