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

function image_on_5n_1 (position) {
   var doc = eval("document.image5n_1" + position);
   doc.src = imageFiles_5n_1[position][1];
}

function image_off_5n_1 (position) {
   var doc = eval("document.image5n_1" + position);
   doc.src = imageFiles_5n_1[position][0];
}

