var imageFiles_1an6w_10 = new Array();
imageFiles_1an6w_10['0'] = new Array ('_images/1an6w_HOME.gif', '_images/1an6w_HOMEMouseover.gif');
imageFiles_1an6w_10['1'] = new Array ('_images/1an6w_ABOUT_US.gif', '_images/1an6w_ABOUT_USMouseover.gif');
imageFiles_1an6w_10['2'] = new Array ('_images/1an6w_SERVICES.gif', '_images/1an6w_SERVICESMouseover.gif');
imageFiles_1an6w_10['3'] = new Array ('_images/1an6w_EXPERTISE.gif', '_images/1an6w_EXPERTISEMouseover.gif');
imageFiles_1an6w_10['4'] = new Array ('_images/1an6w_PARTNERS.gif', '_images/1an6w_PARTNERSMouseover.gif');
imageFiles_1an6w_10['5'] = new Array ('_images/1an6w_CLIENTS.gif', '_images/1an6w_CLIENTSMouseover.gif');
imageFiles_1an6w_10['6'] = new Array ('_images/1an6w_NEWS.gif', '_images/1an6w_NEWSMouseover.gif');
imageFiles_1an6w_10['7'] = new Array ('_images/1an6w_CONTACT_US.gif', '_images/1an6w_CONTACT_USMouseover.gif');

function image_on_1an6w_10 (position) {
   var doc = eval("document.image1an6w_10" + position);
   doc.src = imageFiles_1an6w_10[position][1];
}

function image_off_1an6w_10 (position) {
   var doc = eval("document.image1an6w_10" + position);
   doc.src = imageFiles_1an6w_10[position][0];
}

