<!--------------------------------------------------------------------------->
<!--SERVE PER FAR RIDIMENSIONARE L'IFRAME NELLA PAGINA ---------------------->
<!--IMPORTANTE RIHIAMARE LA FUNZIONE ridimensiona() ALL' ONLOAD() DEL BODY--->
<!--aut. T.Coli  12/03/2003 (THAOS)-->
<!--------------------------------------------------------------------------->
function ridimensiona(a,b){
	if (top.document.getElementById("iframeHeight")!=null){
		top.document.getElementById("iframeHeight").value = "";
	}

	var y, test
	test = mypos

	if (test>0){
		y = document.body.scrollHeight + 35;
	}
	else{
		y = this.document.body.offsetHeight + 10;
	}
	if (top.document.getElementById("iframe1")!=null){
		top.document.getElementById("iframe1").height =  y ;		
	}
	else{
		document.body.style.marginBottom = 15
		document.body.style.marginLeft = 15
		document.body.style.marginRight = 15
		//document.body.style.marginTop = 15		
	}
}