function loadSWF(){
	var soFlash = new SWFObject( "load.swf" , "load.swf" , "100%", "100%", "9" , "#000000", "noflash.php" );
	soFlash.addParam("allowFullScreen","true");
	soFlash.write("content");
}

function onResizeWindow(){
	if(document.getElementById("content").offsetHeight < 600){
		document.getElementById("content").style.height = 600;
	}
}