var imageFiles_ho4w_31 = new Array();
imageFiles_ho4w_31['0'] = new Array ('_images/ho4w_Home.gif', '_images/ho4w_HomeMouseover.gif');
imageFiles_ho4w_31['1'] = new Array ('_images/ho4w_About_Us.gif', '_images/ho4w_About_UsMouseover.gif');
imageFiles_ho4w_31['2'] = new Array ('_images/ho4w_Contact_Us.gif', '_images/ho4w_Contact_UsMouseover.gif');
imageFiles_ho4w_31['3'] = new Array ('_images/ho4w_Menus.gif', '_images/ho4w_MenusMouseover.gif');
imageFiles_ho4w_31['4'] = new Array ('_images/ho4w_Rentals.gif', '_images/ho4w_RentalsMouseover.gif');
imageFiles_ho4w_31['5'] = new Array ('_images/ho4w_Order.gif', '_images/ho4w_OrderMouseover.gif');

function image_on_ho4w_31 (position) {
   var doc = eval("document.imageho4w_31" + position);
   doc.src = imageFiles_ho4w_31[position][1];
}

function image_off_ho4w_31 (position) {
   var doc = eval("document.imageho4w_31" + position);
   doc.src = imageFiles_ho4w_31[position][0];
}
