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

function image_on_3hykl_9 (position) {
   var doc = eval("document.image3hykl_9" + position);
   doc.src = imageFiles_3hykl_9[position][1];
}

function image_off_3hykl_9 (position) {
   var doc = eval("document.image3hykl_9" + position);
   doc.src = imageFiles_3hykl_9[position][0];
}

