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

function image_on_5n_31 (position) {
   var doc = eval("document.image5n_31" + position);
   doc.src = imageFiles_5n_31[position][1];
}

function image_off_5n_31 (position) {
   var doc = eval("document.image5n_31" + position);
   doc.src = imageFiles_5n_31[position][0];
}

