var imageFiles_9g_1 = new Array();
imageFiles_9g_1['0'] = new Array ('_images/9g_HOME.gif', '_images/9g_HOMEMouseover.gif');
imageFiles_9g_1['1'] = new Array ('_images/9g_MENUS.gif', '_images/9g_MENUSMouseover.gif');
imageFiles_9g_1['2'] = new Array ('_images/9g_CATERING_.gif', '_images/9g_CATERING_Mouseover.gif');
imageFiles_9g_1['3'] = new Array ('_images/9g_BANQUETS___BUFFETS.gif', '_images/9g_BANQUETS___BUFFETSMouseover.gif');
imageFiles_9g_1['4'] = new Array ('_images/9g_PRIVATE_PARTIES.gif', '_images/9g_PRIVATE_PARTIESMouseover.gif');
imageFiles_9g_1['5'] = new Array ('_images/9g_RECEPTIONS___SHOWERS.gif', '_images/9g_RECEPTIONS___SHOWERSMouseover.gif');
imageFiles_9g_1['6'] = new Array ('_images/9g_FUNERAL_LUNCHEONS.gif', '_images/9g_FUNERAL_LUNCHEONSMouseover.gif');
imageFiles_9g_1['7'] = new Array ('_images/9g_LIBATIONS.gif', '_images/9g_LIBATIONSMouseover.gif');
imageFiles_9g_1['8'] = new Array ('_images/9g_E_MAIL_CLUB.gif', '_images/9g_E_MAIL_CLUBMouseover.gif');
imageFiles_9g_1['9'] = new Array ('_images/9g_GIFT_STORE.gif', '_images/9g_GIFT_STOREMouseover.gif');
imageFiles_9g_1['10'] = new Array ('_images/9g_CONTACT_US.gif', '_images/9g_CONTACT_USMouseover.gif');
imageFiles_9g_1['11'] = new Array ('_images/9g_PHOTO_GALLERY.gif', '_images/9g_PHOTO_GALLERYMouseover.gif');
imageFiles_9g_1['12'] = new Array ('_images/9g_GRAD_PARTY_SPECIAL.gif', '_images/9g_GRAD_PARTY_SPECIALMouseover.gif');
imageFiles_9g_1['13'] = new Array ('_images/9g_FUNDRAISERS.gif', '_images/9g_FUNDRAISERSMouseover.gif');

function image_on_9g_1 (position) {
   var doc = eval("document.image9g_1" + position);
   doc.src = imageFiles_9g_1[position][1];
}

function image_off_9g_1 (position) {
   var doc = eval("document.image9g_1" + position);
   doc.src = imageFiles_9g_1[position][0];
}
