var imageFiles_u_10 = new Array();
imageFiles_u_10['0'] = new Array ('_images/u_INSURANCE_POOLS.gif', '_images/u_INSURANCE_POOLSMouseover.gif');
imageFiles_u_10['1'] = new Array ('_images/u_SCHOOL_DISTRICTS.gif', '_images/u_SCHOOL_DISTRICTSMouseover.gif');
imageFiles_u_10['2'] = new Array ('_images/u_MUNICIPALITIES.gif', '_images/u_MUNICIPALITIESMouseover.gif');
imageFiles_u_10['3'] = new Array ('_images/u_COUNTIES.gif', '_images/u_COUNTIESMouseover.gif');
imageFiles_u_10['4'] = new Array ('_images/u_INDUSTRIAL_COMMERCIAL.gif', '_images/u_INDUSTRIAL_COMMERCIALMouseover.gif');
imageFiles_u_10['5'] = new Array ('_images/u_FIXED_ASSET_ACCOUNTING___GASB.gif', '_images/u_FIXED_ASSET_ACCOUNTING___GASBMouseover.gif');
imageFiles_u_10['6'] = new Array ('_images/u_DATA_COMPUTER_PROGRAMS.gif', '_images/u_DATA_COMPUTER_PROGRAMSMouseover.gif');
imageFiles_u_10['7'] = new Array ('_images/u_SAMPLE_REPORTS.gif', '_images/u_SAMPLE_REPORTSMouseover.gif');
imageFiles_u_10['8'] = new Array ('_images/u_PROPOSAL_REQUEST.gif', '_images/u_PROPOSAL_REQUESTMouseover.gif');
imageFiles_u_10['9'] = new Array ('_images/u_DOWNLOAD_PROGRAM_UPDATES.gif', '_images/u_DOWNLOAD_PROGRAM_UPDATESMouseover.gif');
imageFiles_u_10['10'] = new Array ('_images/u_ABOUT_US.gif', '_images/u_ABOUT_USMouseover.gif');
imageFiles_u_10['11'] = new Array ('_images/u_RETURN_TO_HOME.gif', '_images/u_RETURN_TO_HOMEMouseover.gif');

function image_on_u_10 (position) {
   var doc = eval("document.imageu_10" + position);
   doc.src = imageFiles_u_10[position][1];
}

function image_off_u_10 (position) {
   var doc = eval("document.imageu_10" + position);
   doc.src = imageFiles_u_10[position][0];
}

