
document.write("<OBJECT codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' " + 
		(SWF_id != "" ? "id=" + SWF_id : "") + " height=" + SWF_h + " width=" + SWF_w + " classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>");
			
document.write("<PARAM NAME=movie VALUE='" + SWF_path + "'>");
document.write("<PARAM NAME=menu VALUE=false>");
document.write("<PARAM NAME=quality VALUE=high>");

if (SWF_transparent)
	document.write("<PARAM NAME=wmode VALUE=transparent>");

document.write("<embed src='" + SWF_path + "' quality=high bgcolor=white " + (SWF_id != ""? " name=" + SWF_id : "") +   
		" pluginspage='http://www.macromedia.com/go/getflashplayer' " +
		" type='application/x-shockwave-flash' width=" + SWF_w + " height=" + SWF_h + " " +
		(SWF_transparent ? " wmode=transparent " : "") + 
		"></embed>");

document.write("</OBJECT>");

