function changeFlashHeight(id, newH) {
	//alert(newH);
	document.getElementById(id).style.height = newH + "px";		
}