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

function image_on_2w_35 (position) {
   var doc = eval("document.image2w_35" + position);
   doc.src = imageFiles_2w_35[position][1];
}

function image_off_2w_35 (position) {
   var doc = eval("document.image2w_35" + position);
   doc.src = imageFiles_2w_35[position][0];
}
