var imageFiles_g1mt_28 = new Array();
imageFiles_g1mt_28['0'] = new Array ('_images/g1mt_Home.gif', '_images/g1mt_HomeMouseover.gif');
imageFiles_g1mt_28['1'] = new Array ('_images/g1mt_About_Us.gif', '_images/g1mt_About_UsMouseover.gif');
imageFiles_g1mt_28['2'] = new Array ('_images/g1mt_Marine.gif', '_images/g1mt_MarineMouseover.gif');
imageFiles_g1mt_28['3'] = new Array ('_images/g1mt_Industrial.gif', '_images/g1mt_IndustrialMouseover.gif');
imageFiles_g1mt_28['4'] = new Array ('_images/g1mt_Personnel.gif', '_images/g1mt_PersonnelMouseover.gif');
imageFiles_g1mt_28['5'] = new Array ('_images/g1mt_Employment.gif', '_images/g1mt_EmploymentMouseover.gif');
imageFiles_g1mt_28['6'] = new Array ('_images/g1mt_Contact_Us.gif', '_images/g1mt_Contact_UsMouseover.gif');

function image_on_g1mt_28 (position) {
   var doc = eval("document.imageg1mt_28" + position);
   doc.src = imageFiles_g1mt_28[position][1];
}

function image_off_g1mt_28 (position) {
   var doc = eval("document.imageg1mt_28" + position);
   doc.src = imageFiles_g1mt_28[position][0];
}
