var imageFiles_1hw_1 = new Array();
imageFiles_1hw_1['0'] = new Array ('_images/1hw_Home.gif', '_images/1hw_HomeMouseover.gif');
imageFiles_1hw_1['1'] = new Array ('_images/1hw_About_Us.gif', '_images/1hw_About_UsMouseover.gif');
imageFiles_1hw_1['2'] = new Array ('_images/1hw_Contact_Us.gif', '_images/1hw_Contact_UsMouseover.gif');
imageFiles_1hw_1['3'] = new Array ('_images/1hw_Feedback.gif', '_images/1hw_FeedbackMouseover.gif');
imageFiles_1hw_1['4'] = new Array ('_images/1hw_Upcoming_Events.gif', '_images/1hw_Upcoming_EventsMouseover.gif');
imageFiles_1hw_1['5'] = new Array ('_images/1hw_Online_Catalog.gif', '_images/1hw_Online_CatalogMouseover.gif');
imageFiles_1hw_1['6'] = new Array ('_images/1hw_Cafe_Fumar.gif', '_images/1hw_Cafe_FumarMouseover.gif');
imageFiles_1hw_1['7'] = new Array ('_images/1hw_FAQ.gif', '_images/1hw_FAQMouseover.gif');

function image_on_1hw_1 (position) {
   var doc = eval("document.image1hw_1" + position);
   doc.src = imageFiles_1hw_1[position][1];
}

function image_off_1hw_1 (position) {
   var doc = eval("document.image1hw_1" + position);
   doc.src = imageFiles_1hw_1[position][0];
}

