// JavaScript Document
var myTag = "";
myTag +="<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,27,0\" width=\""+width+"\" height=\""+height+"\" id=\"DP\" align=\"middle\">";
myTag +="<param name=\"allowScriptAccess\" value=\"sameDomain\" />";
myTag +="<param name=\"allowFullScreen\" value=\"true\"/>";
myTag +="<param name=\"movie\" value=\"../DP4.5.4.swf?myWidth="+width+"&myHeight="+height+"&flashVersionCheck=1\" />";
myTag +="<param name=\"menu\" value=\"false\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#E3E3E3\" />";
myTag +="<embed src=\"../DP4.5.4.swf?myWidth="+width+"&myHeight="+height+"&flashVersionCheck=1\" allowFullScreen=\"true\" menu=\"false\" quality=\"high\" bgcolor=\"#E3E3E3\" width=\""+width+"\" height=\""+height+"\" name=\"DP8\" id=\"DP\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" />";
myTag +="</object>";
