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