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

function image_on_6k_22 (position) {
   var doc = eval("document.image6k_22" + position);
   doc.src = imageFiles_6k_22[position][1];
}

function image_off_6k_22 (position) {
   var doc = eval("document.image6k_22" + position);
   doc.src = imageFiles_6k_22[position][0];
}
