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

function image_on_g1mt_7 (position) {
   var doc = eval("document.imageg1mt_7" + position);
   doc.src = imageFiles_g1mt_7[position][1];
}

function image_off_g1mt_7 (position) {
   var doc = eval("document.imageg1mt_7" + position);
   doc.src = imageFiles_g1mt_7[position][0];
}
