function FlashScript(fname,fwidth,fheight,fid){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+fwidth+'" height="'+fheight+'">');
	document.write('<param name="movie" value="'+fname+'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="menu" value="false">');
	document.write('<embed src="'+fname+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+fwidth+'" height="'+fheight+'"></embed>');
	document.write('</object>');
}
function FlashScript1(fname,fwidth,fheight,fid){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+fwidth+'" height="'+fheight+'">');
	document.write('<param name="movie" value="'+fname+'">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="transparent">');	
	document.write('<embed src="'+fname+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+fwidth+'" height="'+fheight+'"></embed>');
	document.write('</object>');
}
function FlashScript2(fname,fwidth,fheight,fid){
	document.write('<div id="player" align="center">');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="flashvars" width="'+fwidth+'" height="'+fheight+'" align="middle">');
				    document.write('<param name="allowScriptAccess" value="always"/>');
				    document.write('<param name="allowFullScreen" value="true"/>');
					document.write('<param name="flashvars" value="'+fid+'">');
				    document.write('<param name="movie" value="'+fname+'"/>');
				    document.write('<embed src="'+fname+'" allowFullScreen="true" name="flashvars" allowScriptAccess="always" quality="high" bgcolor="#ffffff" width="'+fwidth+'" height="'+fheight+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>');
  document.write('</object>');
document.write('</div>');
}
