var imageFiles_6l_9 = new Array();
imageFiles_6l_9['0'] = new Array ('_images/6l_HOME.gif', '_images/6l_HOMEMouseover.gif');
imageFiles_6l_9['1'] = new Array ('_images/6l_ABOUT_US.gif', '_images/6l_ABOUT_USMouseover.gif');
imageFiles_6l_9['2'] = new Array ('_images/6l_SERVICES.gif', '_images/6l_SERVICESMouseover.gif');
imageFiles_6l_9['3'] = new Array ('_images/6l_MATERIALS.gif', '_images/6l_MATERIALSMouseover.gif');
imageFiles_6l_9['4'] = new Array ('_images/6l_PHOTO_GALLERY.gif', '_images/6l_PHOTO_GALLERYMouseover.gif');
imageFiles_6l_9['5'] = new Array ('_images/6l_COMMUNITY_NEWS.gif', '_images/6l_COMMUNITY_NEWSMouseover.gif');
imageFiles_6l_9['6'] = new Array ('_images/6l_TESTIMONALS.gif', '_images/6l_TESTIMONALSMouseover.gif');
imageFiles_6l_9['7'] = new Array ('_images/6l_FEEDBACK.gif', '_images/6l_FEEDBACKMouseover.gif');
imageFiles_6l_9['8'] = new Array ('_images/6l_CONTACT_.gif', '_images/6l_CONTACT_Mouseover.gif');
imageFiles_6l_9['9'] = new Array ('_images/6l_CLEARANCE.gif', '_images/6l_CLEARANCEMouseover.gif');

function image_on_6l_9 (position) {
   var doc = eval("document.image6l_9" + position);
   doc.src = imageFiles_6l_9[position][1];
}

function image_off_6l_9 (position) {
   var doc = eval("document.image6l_9" + position);
   doc.src = imageFiles_6l_9[position][0];
}

