var imageFiles_3hykl_5 = new Array();
imageFiles_3hykl_5['0'] = new Array ('_images/3hykl_Home.gif', '_images/3hykl_HomeMouseover.gif');
imageFiles_3hykl_5['1'] = new Array ('_images/3hykl_Store.gif', '_images/3hykl_StoreMouseover.gif');
imageFiles_3hykl_5['2'] = new Array ('_images/3hykl_About_Us.gif', '_images/3hykl_About_UsMouseover.gif');
imageFiles_3hykl_5['3'] = new Array ('_images/3hykl_Contact.gif', '_images/3hykl_ContactMouseover.gif');
imageFiles_3hykl_5['4'] = new Array ('_images/3hykl_FAQ.gif', '_images/3hykl_FAQMouseover.gif');
imageFiles_3hykl_5['5'] = new Array ('_images/3hykl_Feed_Back.gif', '_images/3hykl_Feed_BackMouseover.gif');

function image_on_3hykl_5 (position) {
   var doc = eval("document.image3hykl_5" + position);
   doc.src = imageFiles_3hykl_5[position][1];
}

function image_off_3hykl_5 (position) {
   var doc = eval("document.image3hykl_5" + position);
   doc.src = imageFiles_3hykl_5[position][0];
}

