<!--
		function MM_openBrWindow(theURL,winName,features) { //v2.0
			window.open(theURL,winName,features);
		}

        function mailSend(mailto){
            var leftS = (screen.width - 615) / 2;
            var topS = (screen.height - 380) / 2;
            var winOpen = window.open("http://www.kosmous.com/mail_send.php?mail_to=" + mailto,"MailTo","width=615,height=380,resizable=yes,scrollbars=no,left=" + leftS + ",top=" + topS);
            winOpen.focus();
        }

        function mailSendCorso(param,param2,param3){
            var leftS = (screen.width - 615) / 2;
            var topS = (screen.height - 380) / 2;
            var winOpen = window.open("http://www.kosmous.com/formazione/corsi_mail_send.php?cod_riv=TCKRIV0001&cod_prodotto=" + param2 + "&titolocorso=" + param + "&idcorso=" + param3,"InfoCorsi","width=615,height=380,resizable=yes,scrollbars=no,left=" + leftS + ",top=" + topS);
            winOpen.focus();
        }

		
		function apriCartina(){
			var leftS = (screen.width - 554) / 2;
			var topS = (screen.height - 400) / 2;
			window.open("http://www.kosmous.com/cartina.html","Cartina","width=570,height=420,resizable=no,scrollbars=yes,left=" + leftS + ",top=" + topS);
		}
//-->