function populateSWF(){
	var shtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	shtml += " codebase=\"http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0\"";
	shtml += "  width=\"100%\" height=\"100%\">";
	shtml += " <param name=\"movie\" value=\"ato.swf\">";
	shtml += " <param name=\"quality\" value=\"high\">";
	shtml += " <PARAM NAME=\"loop\" VALUE=\"false\">";
	shtml += " <embed src=\"ato.swf\" loop=\"false\" quality=\"high\" width=\"100%\" height=\"100%\"";
	shtml += "  type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	shtml += "     </object>"
	var md = document;
	var d = md.getElementById("swfcont");
	d.innerHTML = shtml;
}
