// JavaScript Document

document.write('<div class="tabnav">');

if (page=='overview'){
	document.write('<img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_overview_on.gif" alt="Overview" id="overview" width="72" height="25"/>');
}else{
	document.write('<a href="http://www.themohawkgroup.com/sitefiles/media/index.html" onmouseover="MM_swapImage(\'overview\',\'\',\'http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_overview_on.gif\',1)" onmouseout="MM_swapImgRestore()"><img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_overview_off.gif" alt="Overview" id="overview" width="72" height="25"/></a>');
}

if (page=='virtualnews'){
	document.write('<img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_virtnews_on.gif" alt="Virtual News" id="virtnews" width="117" height="25"/>');
}else{
	document.write('<a href="http://www.themohawkgroup.com/sitefiles/media/virtualnews_tmg.html" onmouseover="MM_swapImage(\'virtnews\',\'\',\'http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_virtnews_on.gif\',1)" onmouseout="MM_swapImgRestore()"><img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_virtnews_off.gif" alt="Virtual News" id="virtnews" width="117" height="25"/></a>');
}

document.write('<a href="http://www.themohawkgroup.com/sitefiles/media/press_kits/gb09/media_library_home.html" onmouseover="MM_swapImage(\'presskits\',\'\',\'http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_presskits_on.gif\',1)" onmouseout="MM_swapImgRestore()"><img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_presskits_off.gif" alt="Press Kits" id="presskits" width="72" height="25"/></a>');

if (page=='mediagallery'){
	document.write('<img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_mediagallery_on.gif" alt="Media Gallery" id="mediagal" width="96" height="25"/>');
}else{
	document.write('<a href="http://www.themohawkgroup.com/sitefiles/media/mediagal_photos.html" onmouseover="MM_swapImage(\'mediagal\',\'\',\'http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_mediagallery_on.gif\',1)" onmouseout="MM_swapImgRestore()"><img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_mediagallery_off.gif" alt="Media Gallery" id="mediagal" width="96" height="25"/></a>');
}

if (page=='sustainability'){
	document.write('<img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_sustain_on.gif" alt="Sustainability" id="sustain" width="90" height="25"/>');
}else{
	document.write('<a href="http://www.themohawkgroup.com/sitefiles/media/sustainability.html" onmouseover="MM_swapImage(\'sustain\',\'\',\'http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_sustain_on.gif\',1)" onmouseout="MM_swapImgRestore()"><img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_sustain_off.gif" alt="Sustainability" id="sustain" width="90" height="25"/></a>');
}

if (page=='contacts'){
	document.write('<img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_contacts_on.gif" alt="Contacts" id="contacts" width="68" height="25"/>');
}else{
	document.write('<a href="http://www.themohawkgroup.com/sitefiles/media/contacts.html" onmouseover="MM_swapImage(\'contacts\',\'\',\'http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_contacts_on.gif\',1)" onmouseout="MM_swapImgRestore()"><img src="http://www.themohawkgroup.com/sitefiles/images/nav/tabnav_ml_contacts_off.gif" alt="Contacts" id="contacts" width="68" height="25"/></a>');
}

document.write('</div>');

