function resizeBrowser(height){
	document.getElementById("flashcontent").height = parseInt(height) + 30;
}