// Flash Embed 

var FlashVer;

var SwfPath = "http://ut.uniqlo.com/utgp/banner/utgp_idn_234_60.swf";
var SwfWidth = "234";
var SwfHeight = "60";
var LedSpeed = "66.6";
var ImgPath = "http://ut.uniqlo.com/utgp/banner/utgp_idn_234_60.jpg";


if(navigator.userAgent.indexOf("MSIE") != -1){
	try{
		FlashVer = Math.floor(new ActiveXObject('ShockwaveFlash.ShockwaveFlash').FlashVersion()/0x10000);
	}catch( e ){
		
		FlashVer = 0;
	}
}else{
	FlashVer = /Shockwave Flash (.+?)\./g.exec(navigator.plugins["Shockwave Flash"].description)[1];
}

if(FlashVer >= 9){
	//Flash Player 9 or higher
	document.open();
	document.write("<object id='UTGPBnr' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='" + SwfWidth + "' height='" + SwfHeight + "'>");
	document.write("<param name='movie' value='" + SwfPath +  "' />");
	document.write("<param name='menu' value='false' />");
	document.write("<param name='allowScriptAccess' value='always' />");
	document.write("<param name='FlashVars' value='LedSpeed=" + LedSpeed + "' />");
	document.write("<!--[if !IE]>-->");
	document.write("<object type='application/x-shockwave-flash' data='" + SwfPath +  "' width='" + SwfWidth + "' height='" + SwfHeight + "'>");
	document.write("<param name='menu' value='false' />");
	document.write("<param name='allowScriptAccess' value='always' />");
	document.write("<param name='FlashVars' value='LedSpeed=" + LedSpeed + "' />");
	document.write("<!--<![endif]-->");
	document.write("<img src=" + ImgPath + " />");
	document.write("<!--[if !IE]>-->");
	document.write("</object>");
	document.write("<!--<![endif]-->");
	document.write("</object>");
	document.close();
}else{
	//image
	document.write("<img src='" + ImgPath + "' />");
}

