var imageFiles_5n_17 = new Array();
imageFiles_5n_17['0'] = new Array ('_images/5n_Gaming.gif', '_images/5n_GamingMouseover.gif');
imageFiles_5n_17['1'] = new Array ('_images/5n_Government_Municipal.gif', '_images/5n_Government_MunicipalMouseover.gif');
imageFiles_5n_17['2'] = new Array ('_images/5n_Healthcare.gif', '_images/5n_HealthcareMouseover.gif');
imageFiles_5n_17['3'] = new Array ('_images/5n_Manufacturing.gif', '_images/5n_ManufacturingMouseover.gif');
imageFiles_5n_17['4'] = new Array ('_images/5n_Mining.gif', '_images/5n_MiningMouseover.gif');
imageFiles_5n_17['5'] = new Array ('_images/5n_Not_For_Profit.gif', '_images/5n_Not_For_ProfitMouseover.gif');

function image_on_5n_17 (position) {
   var doc = eval("document.image5n_17" + position);
   doc.src = imageFiles_5n_17[position][1];
}

function image_off_5n_17 (position) {
   var doc = eval("document.image5n_17" + position);
   doc.src = imageFiles_5n_17[position][0];
}

