var imageFiles_1k_19 = new Array();
imageFiles_1k_19['0'] = new Array ('_images/1k_HOME.gif', '_images/1k_HOMEMouseover.gif');
imageFiles_1k_19['1'] = new Array ('_images/1k_HARDSCAPE.gif', '_images/1k_HARDSCAPEMouseover.gif');
imageFiles_1k_19['2'] = new Array ('_images/1k_LANDSCAPE.gif', '_images/1k_LANDSCAPEMouseover.gif');
imageFiles_1k_19['3'] = new Array ('_images/1k_OTHER_SERVICES.gif', '_images/1k_OTHER_SERVICESMouseover.gif');
imageFiles_1k_19['4'] = new Array ('_images/1k_CONTACT_US.gif', '_images/1k_CONTACT_USMouseover.gif');
imageFiles_1k_19['5'] = new Array ('_images/1k_ABOUT_US.gif', '_images/1k_ABOUT_USMouseover.gif');

function image_on_1k_19 (position) {
   var doc = eval("document.image1k_19" + position);
   doc.src = imageFiles_1k_19[position][1];
}

function image_off_1k_19 (position) {
   var doc = eval("document.image1k_19" + position);
   doc.src = imageFiles_1k_19[position][0];
}

