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

function image_on_2w_9 (position) {
   var doc = eval("document.image2w_9" + position);
   doc.src = imageFiles_2w_9[position][1];
}

function image_off_2w_9 (position) {
   var doc = eval("document.image2w_9" + position);
   doc.src = imageFiles_2w_9[position][0];
}
