function onMovieHeightChange(height){
	height = height<670?670:height;
	$("flash-container").style.height = Math.round(height)+"px";
	$("UnitsPage").style.height = Math.round(height)+"px";
}
