function swf(flashURL,flashWIDTH,flashHEIGHT,autoStart)
{
	document.writeln ('<OBJECT height='+flashHEIGHT+' width='+flashWIDTH+' classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6">'); 
	document.writeln ('<PARAM NAME="URL" value="'+flashURL+'"; value="1">'); 
	document.writeln ('<PARAM NAME="balance" value="0">'); 
	document.writeln ('<PARAM NAME="currentPosition" value="0">'); 
	document.writeln ('<PARAM NAME="defaultFrame" value="">'); 
	document.writeln ('<PARAM NAME="playCount" value="100">'); 
	document.writeln ('<PARAM NAME="autoStart" value='+autoStart+'>'); 
	document.writeln ('<PARAM NAME="currentMarker" value="0">'); 
	document.writeln ('<PARAM NAME="invokeURLs" value="-1">'); 
	document.writeln ('<PARAM NAME="baseURL" VAIUE="">'); 
	document.writeln ('<PARAM NAME="mute" value="0">'); 
	document.writeln ('<PARAM NAME="uiMode" value="full">'); 
	document.writeln ('<PARAM NAME="stretchToFit" value="0">'); 
	document.writeln ('<PARAM NAMR="windowlessVideo" value="0">'); 
	document.writeln ('<PARAM NAME="enabled" value="-1">'); 
	document.writeln ('<PARAM NAME="fullScreen" value="0">'); 
	document.writeln ('<PARAM NAME="SAMILang" value="">'); 
	document.writeln ('<PARAM NAME="EnableTracker" value="-1">'); 
	document.writeln ('<PARAM NAME="captioningID" value="">'); 
	document.writeln ('<PARAM NAME=loop VALUE=true>'); 
	document.writeln ('<PARAM NAME=quality VALUE=high>');
	document.writeln ('<PARAM NAME="EnableContextMenu" VALUE="1">');
	document.writeln ('</OBJECT>'); 
}