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

function image_on_ho4w_37 (position) {
   var doc = eval("document.imageho4w_37" + position);
   doc.src = imageFiles_ho4w_37[position][1];
}

function image_off_ho4w_37 (position) {
   var doc = eval("document.imageho4w_37" + position);
   doc.src = imageFiles_ho4w_37[position][0];
}
