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

function image_on_g1mt_16 (position) {
   var doc = eval("document.imageg1mt_16" + position);
   doc.src = imageFiles_g1mt_16[position][1];
}

function image_off_g1mt_16 (position) {
   var doc = eval("document.imageg1mt_16" + position);
   doc.src = imageFiles_g1mt_16[position][0];
}
