var imageFiles_4h8_1 = new Array();
imageFiles_4h8_1['0'] = new Array ('_images/4h8_Home.gif', '_images/4h8_HomeMouseover.gif');
imageFiles_4h8_1['1'] = new Array ('_images/4h8_Our_History.gif', '_images/4h8_Our_HistoryMouseover.gif');
imageFiles_4h8_1['2'] = new Array ('_images/4h8_Our_Menu.gif', '_images/4h8_Our_MenuMouseover.gif');
imageFiles_4h8_1['3'] = new Array ('_images/4h8_Location.gif', '_images/4h8_LocationMouseover.gif');
imageFiles_4h8_1['4'] = new Array ('_images/4h8_Contact_Us.gif', '_images/4h8_Contact_UsMouseover.gif');

function image_on_4h8_1 (position) {
   var doc = eval("document.image4h8_1" + position);
   doc.src = imageFiles_4h8_1[position][1];
}

function image_off_4h8_1 (position) {
   var doc = eval("document.image4h8_1" + position);
   doc.src = imageFiles_4h8_1[position][0];
}
