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

function image_on_6l_21 (position) {
   var doc = eval("document.image6l_21" + position);
   doc.src = imageFiles_6l_21[position][1];
}

function image_off_6l_21 (position) {
   var doc = eval("document.image6l_21" + position);
   doc.src = imageFiles_6l_21[position][0];
}

