var imageFiles_5x_3 = new Array();
imageFiles_5x_3['0'] = new Array ('_images/5x_ONSITE_REPAIRS.gif', '_images/5x_ONSITE_REPAIRSMouseover.gif');
imageFiles_5x_3['1'] = new Array ('_images/5x_PM_CONTRACTS.gif', '_images/5x_PM_CONTRACTSMouseover.gif');
imageFiles_5x_3['2'] = new Array ('_images/5x_ENGINEERING.gif', '_images/5x_ENGINEERINGMouseover.gif');

function image_on_5x_3 (position) {
   var doc = eval("document.image5x_3" + position);
   doc.src = imageFiles_5x_3[position][1];
}

function image_off_5x_3 (position) {
   var doc = eval("document.image5x_3" + position);
   doc.src = imageFiles_5x_3[position][0];
}
