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

function image_on_2w_3 (position) {
   var doc = eval("document.image2w_3" + position);
   doc.src = imageFiles_2w_3[position][1];
}

function image_off_2w_3 (position) {
   var doc = eval("document.image2w_3" + position);
   doc.src = imageFiles_2w_3[position][0];
}
