var imageFiles_2h_1 = new Array();
imageFiles_2h_1['0'] = new Array ('_images/2h_HOME.gif', '_images/2h_HOMEMouseover.gif');
imageFiles_2h_1['1'] = new Array ('_images/2h_ABOUT_US.gif', '_images/2h_ABOUT_USMouseover.gif');
imageFiles_2h_1['2'] = new Array ('_images/2h_CONTACT_US.gif', '_images/2h_CONTACT_USMouseover.gif');
imageFiles_2h_1['3'] = new Array ('_images/2h_TOUR_OUR_STORE.gif', '_images/2h_TOUR_OUR_STOREMouseover.gif');
imageFiles_2h_1['4'] = new Array ('_images/2h_ONLINE_SHOPPING.gif', '_images/2h_ONLINE_SHOPPINGMouseover.gif');

function image_on_2h_1 (position) {
   var doc = eval("document.image2h_1" + position);
   doc.src = imageFiles_2h_1[position][1];
}

function image_off_2h_1 (position) {
   var doc = eval("document.image2h_1" + position);
   doc.src = imageFiles_2h_1[position][0];
}
