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

function image_on_g1mt_4 (position) {
   var doc = eval("document.imageg1mt_4" + position);
   doc.src = imageFiles_g1mt_4[position][1];
}

function image_off_g1mt_4 (position) {
   var doc = eval("document.imageg1mt_4" + position);
   doc.src = imageFiles_g1mt_4[position][0];
}
