//Flash
var version = "9.0.45";
if(swfobject.hasFlashPlayerVersion(version)){
swfobject.embedSWF("swf/top.swf", "flash", "725", "311", version, "", {}, {wmode:"transparent"}, {});
}
else {
	nonFlash();
};

//NonFlash
function nonFlash(){
	document.getElementById("flashWrap").style.background="none";
	document.getElementById("flashWrap").style.padding="0";
	document.write('<div id="nonflash"><img src="com_images/top/img_nonflash.gif" alt="The Mitsubishi companies conduct business as separate entities. mitsubishi.com provides links to their individual websites." width="735" height="334" />');
	document.write('<div id="btNonflash_e"><a href="/php/users/category_search.php?lang=1"><img src="com_images/top/bt_nonflash.gif"  alt="Company Search" width="117" height="13" class="rollover" /></a></div>');
	document.write('<div id="getFlash"><a href="http://www.adobe.com/shockwave/download/?P1_Prod_Version=ShockwaveFlash&Lang=English" target="_blank"><img src="com_images/top/img_nonflash_get_flash.gif" alt="Adobe Flash Player is required to view the contents. If Flash Player is not installed, please install the latest version of Flash Player from the Adobe website." width="510" height="50" /></a></div></div>');
}
