//default

 function WriteSwf() {
	document.write("<OBJECT id='myFlash' codeBase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' PARAM NAME='WMode' VALUE='transparent'");
	document.write("height='620' width='810' align='middle' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'");
	document.write("<PARAM NAME='Movie' VALUE='swalload.swf'>");
	document.write("<PARAM NAME='Src' VALUE='swalload.swf'>");
	document.write("<PARAM NAME='WMode' VALUE='transparent'>");
	document.write("<PARAM NAME='Quality' VALUE='best'>");
	document.write("<PARAM NAME='Menu' VALUE='false'>");
	document.write("<embed src='swalload.swf' quality='best' width='810' height='620'");
	document.write("name='Main' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash'");
	document.write("pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</OBJECT>");
}
