function updateSWFHeight(newHeight){
	document.getElementById("content").style.height = newHeight + "px";
}