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

function image_on_6k_28 (position) {
   var doc = eval("document.image6k_28" + position);
   doc.src = imageFiles_6k_28[position][1];
}

function image_off_6k_28 (position) {
   var doc = eval("document.image6k_28" + position);
   doc.src = imageFiles_6k_28[position][0];
}
