function populateSWF1(){	
	var ahtml = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"";
	ahtml += " 		codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0\"";
	ahtml += "  	width=\"732\" height=\"476\" id=\"intro\" >";
	ahtml += " 		<param name=movie value=\"flash/intro.swf\">";
	ahtml += " 		<param name=quality value=high>";
	ahtml += " 		<param name=\"bgcolor\" value=\"#E4F1F7\" /> ";
	ahtml += " 		<embed src=\"flash/intro.swf\" quality=high  bgcolor=\"#E4F1F7\" width=\"732\" height=\"476\" name=\"intro\" ";
	ahtml += "  	type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed>";
	ahtml += "   </object>"
	document.getElementById("intro").innerHTML = ahtml;
	
	
		
	
}window.onload = populateSWF1;
