window.onresize = function() {
	var altezza = so.getAltezza('100%');
	document.getElementById('flash_obj').style.height = altezza + "px";
	
}

window.onload = function() {
	var altezza = so.getAltezza('100%');
	document.getElementById('flash_obj').style.height = altezza + "px";
}