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

function image_on_6k_7 (position) {
   var doc = eval("document.image6k_7" + position);
   doc.src = imageFiles_6k_7[position][1];
}

function image_off_6k_7 (position) {
   var doc = eval("document.image6k_7" + position);
   doc.src = imageFiles_6k_7[position][0];
}
