var imageFiles_6k_16 = new Array();
imageFiles_6k_16['0'] = new Array ('_images/6k_Home.gif', '_images/6k_HomeMouseover.gif');
imageFiles_6k_16['1'] = new Array ('_images/6k_Hours.gif', '_images/6k_HoursMouseover.gif');
imageFiles_6k_16['2'] = new Array ('_images/6k_Location.gif', '_images/6k_LocationMouseover.gif');
imageFiles_6k_16['3'] = new Array ('_images/6k_Feedback.gif', '_images/6k_FeedbackMouseover.gif');
imageFiles_6k_16['4'] = new Array ('_images/6k_Contact_Us.gif', '_images/6k_Contact_UsMouseover.gif');
imageFiles_6k_16['5'] = new Array ('_images/6k_About_Us.gif', '_images/6k_About_UsMouseover.gif');

function image_on_6k_16 (position) {
   var doc = eval("document.image6k_16" + position);
   doc.src = imageFiles_6k_16[position][1];
}

function image_off_6k_16 (position) {
   var doc = eval("document.image6k_16" + position);
   doc.src = imageFiles_6k_16[position][0];
}
