var imageFiles_1g7_1 = new Array();
imageFiles_1g7_1['0'] = new Array ('_images/1g7_Menus.gif', '_images/1g7_MenusMouseover.gif');
imageFiles_1g7_1['1'] = new Array ('_images/1g7_Photo_Gallery.gif', '_images/1g7_Photo_GalleryMouseover.gif');
imageFiles_1g7_1['2'] = new Array ('_images/1g7_Contact_Us.gif', '_images/1g7_Contact_UsMouseover.gif');
imageFiles_1g7_1['3'] = new Array ('_images/1g7_Home.gif', '_images/1g7_HomeMouseover.gif');
imageFiles_1g7_1['4'] = new Array ('_images/1g7_Corporate.gif', '_images/1g7_CorporateMouseover.gif');

function image_on_1g7_1 (position) {
   var doc = eval("document.image1g7_1" + position);
   doc.src = imageFiles_1g7_1[position][1];
}

function image_off_1g7_1 (position) {
   var doc = eval("document.image1g7_1" + position);
   doc.src = imageFiles_1g7_1[position][0];
}
