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

function image_on_5n_33 (position) {
   var doc = eval("document.image5n_33" + position);
   doc.src = imageFiles_5n_33[position][1];
}

function image_off_5n_33 (position) {
   var doc = eval("document.image5n_33" + position);
   doc.src = imageFiles_5n_33[position][0];
}

