// JavaScript Document
function resizeSWF(elAlto, idTag){
	document.getElementById(idTag).childNodes[0].style.height = elAlto+"px";
}