function cflash(widht,height,swf,wmode){
	document.writeln('     <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+widht+'" HEIGHT="'+height+'" id="dhtmlig" ALIGN="">');
	document.writeln('       <PARAM NAME="movie" VALUE="'+swf+'">');
	document.writeln('       <PARAM NAME="quality" VALUE="best">');
	document.writeln('       <PARAM NAME="wmode" VALUE="'+wmode+'">');
	document.writeln('       <PARAM NAME="bgcolor" VALUE="#FFFFFF">');
	document.writeln('      <EMBED src="'+swf+'" quality="high" wmode="'+wmode+'" bgcolor="#FFFFFF"  WIDTH="'+widht+'" HEIGHT="'+height+'" NAME="dhtmlig" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.writeln('     </OBJECT>');
}