
			function __write_flash(src,width,height,wmode,flashvars,version,id){
				document.writeln("<div id=\""+id+"\" style=\"width:"+width+";height:"+height+"\">");
				document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+version+"\" width=\"100%\" height=\"100%\">");
				document.writeln("<param name=\"movie\" value=\""+src+"\">");
				document.writeln("<param name=\"quality\" value=\"high\">");
				document.writeln("<param name=\"flashvars\" value=\""+flashvars+"\">");
				document.writeln("<param name=\"wmode\" value=\""+wmode+"\">");
				document.writeln("<embed wmode=\""+wmode+"\" src=\""+src+"\" flashvars=\""+flashvars+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"100%\" height=\"100%\">");
				document.writeln("</embed></object>");
				document.writeln("</div>");
			};
			