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

function image_on_5n_21 (position) {
   var doc = eval("document.image5n_21" + position);
   doc.src = imageFiles_5n_21[position][1];
}

function image_off_5n_21 (position) {
   var doc = eval("document.image5n_21" + position);
   doc.src = imageFiles_5n_21[position][0];
}

