<!--
		var w = (window.screen.width-14);
		var h = (window.screen.height-55);
		var dabush = "location=no,scrollbars=yes,menubar=NO,toolbar=NO,status=yes,resizable=yes,left=0,top=0,width=" + w + ",height=" + h;
function Open1(){

		var Destination = "http://www.miniportale.it/miniportale/loghiframe.htm";

		var exitPage = window.open(Destination,'CopyrightSmaltoWeb',dabush);			
}		
		

<!--
function Open2(){

		var Destination = "loghiframe.htm";

		var exitPage = window.open(Destination,'CopyrightSmaltoWeb',dabush);			
}	

<!--
function Open3(){

		var Destination = "http://www.evero.it/sms/sms.htm";
                var exitPage = window.open(Destination,'CopyrightSmaltoWeb',dabush);			
}


