var imageFiles_1k_1 = new Array();
imageFiles_1k_1['0'] = new Array ('_images/1k_Home.gif', '_images/1k_HomeMouseover.gif');
imageFiles_1k_1['1'] = new Array ('_images/1k_About_Us.gif', '_images/1k_About_UsMouseover.gif');
imageFiles_1k_1['2'] = new Array ('_images/1k_Funeral.gif', '_images/1k_FuneralMouseover.gif');
imageFiles_1k_1['3'] = new Array ('_images/1k_Precast.gif', '_images/1k_PrecastMouseover.gif');
imageFiles_1k_1['4'] = new Array ('_images/1k_Certification.gif', '_images/1k_CertificationMouseover.gif');
imageFiles_1k_1['5'] = new Array ('_images/1k_Contact.gif', '_images/1k_ContactMouseover.gif');

function image_on_1k_1 (position) {
   var doc = eval("document.image1k_1" + position);
   doc.src = imageFiles_1k_1[position][1];
}

function image_off_1k_1 (position) {
   var doc = eval("document.image1k_1" + position);
   doc.src = imageFiles_1k_1[position][0];
}

