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

function image_on_3hykl_7 (position) {
   var doc = eval("document.image3hykl_7" + position);
   doc.src = imageFiles_3hykl_7[position][1];
}

function image_off_3hykl_7 (position) {
   var doc = eval("document.image3hykl_7" + position);
   doc.src = imageFiles_3hykl_7[position][0];
}

