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

function image_on_2w_5 (position) {
   var doc = eval("document.image2w_5" + position);
   doc.src = imageFiles_2w_5[position][1];
}

function image_off_2w_5 (position) {
   var doc = eval("document.image2w_5" + position);
   doc.src = imageFiles_2w_5[position][0];
}
