function __changeStageHeight(_h){
	$("#flashcontent").height(_h);
	$("#flashcontent>object").attr("height",_h);
}