var imageFiles_2w_41 = new Array();
imageFiles_2w_41['0'] = new Array ('_images/2w_ABOUT_HORTONVILLE.gif', '_images/2w_ABOUT_HORTONVILLEMouseover.gif');
imageFiles_2w_41['1'] = new Array ('_images/2w_ADMINISTRATION.gif', '_images/2w_ADMINISTRATIONMouseover.gif');
imageFiles_2w_41['2'] = new Array ('_images/2w_PUBLIC_WORKS_UTILITIES.gif', '_images/2w_PUBLIC_WORKS_UTILITIESMouseover.gif');
imageFiles_2w_41['3'] = new Array ('_images/2w_INDUSTRIAL_PARK.gif', '_images/2w_INDUSTRIAL_PARKMouseover.gif');
imageFiles_2w_41['4'] = new Array ('_images/2w_POLICE_DEPARTMENT.gif', '_images/2w_POLICE_DEPARTMENTMouseover.gif');
imageFiles_2w_41['5'] = new Array ('_images/2w_AGENDAS_MINUTES.gif', '_images/2w_AGENDAS_MINUTESMouseover.gif');
imageFiles_2w_41['6'] = new Array ('_images/2w_UNION_CEMETERY.gif', '_images/2w_UNION_CEMETERYMouseover.gif');
imageFiles_2w_41['7'] = new Array ('_images/2w_FAQ.gif', '_images/2w_FAQMouseover.gif');
imageFiles_2w_41['8'] = new Array ('_images/2w_LINKS.gif', '_images/2w_LINKSMouseover.gif');
imageFiles_2w_41['9'] = new Array ('_images/2w_CONTACT_US.gif', '_images/2w_CONTACT_USMouseover.gif');

function image_on_2w_41 (position) {
   var doc = eval("document.image2w_41" + position);
   doc.src = imageFiles_2w_41[position][1];
}

function image_off_2w_41 (position) {
   var doc = eval("document.image2w_41" + position);
   doc.src = imageFiles_2w_41[position][0];
}
