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

function image_on_6k_25 (position) {
   var doc = eval("document.image6k_25" + position);
   doc.src = imageFiles_6k_25[position][1];
}

function image_off_6k_25 (position) {
   var doc = eval("document.image6k_25" + position);
   doc.src = imageFiles_6k_25[position][0];
}
