var imageFiles_1hx_1 = new Array();
imageFiles_1hx_1['0'] = new Array ('_images/1hx_Menu.gif', '_images/1hx_MenuMouseover.gif');
imageFiles_1hx_1['1'] = new Array ('_images/1hx_Special_Events.gif', '_images/1hx_Special_EventsMouseover.gif');
imageFiles_1hx_1['2'] = new Array ('_images/1hx_Contact_Us.gif', '_images/1hx_Contact_UsMouseover.gif');
imageFiles_1hx_1['3'] = new Array ('_images/1hx_Home.gif', '_images/1hx_HomeMouseover.gif');
imageFiles_1hx_1['4'] = new Array ('_images/1hx_Corporate_.gif', '_images/1hx_Corporate_Mouseover.gif');

function image_on_1hx_1 (position) {
   var doc = eval("document.image1hx_1" + position);
   doc.src = imageFiles_1hx_1[position][1];
}

function image_off_1hx_1 (position) {
   var doc = eval("document.image1hx_1" + position);
   doc.src = imageFiles_1hx_1[position][0];
}
