var imageFiles_gk_40 = new Array();
imageFiles_gk_40['0'] = new Array ('_images/gk_Home.gif', '_images/gk_HomeMouseover.gif');
imageFiles_gk_40['1'] = new Array ('_images/gk_About_Us.gif', '_images/gk_About_UsMouseover.gif');
imageFiles_gk_40['2'] = new Array ('_images/gk_Contact_Us.gif', '_images/gk_Contact_UsMouseover.gif');
imageFiles_gk_40['3'] = new Array ('_images/gk_Salvation.gif', '_images/gk_SalvationMouseover.gif');
imageFiles_gk_40['4'] = new Array ('_images/gk_Schedule.gif', '_images/gk_ScheduleMouseover.gif');
imageFiles_gk_40['5'] = new Array ('_images/gk_Store.gif', '_images/gk_StoreMouseover.gif');
imageFiles_gk_40['6'] = new Array ('_images/gk_Photos.gif', '_images/gk_PhotosMouseover.gif');
imageFiles_gk_40['7'] = new Array ('_images/gk_Cody.gif', '_images/gk_CodyMouseover.gif');

function image_on_gk_40 (position) {
   var doc = eval("document.imagegk_40" + position);
   doc.src = imageFiles_gk_40[position][1];
}

function image_off_gk_40 (position) {
   var doc = eval("document.imagegk_40" + position);
   doc.src = imageFiles_gk_40[position][0];
}
