var w;
        function ApriPopUpPrivacy_it() {
            w = window.open("privacy/it_privacy.htm","Pop", 
        "height=500, width=470, top=100,left=500, resizable=no, scrollbar=yes, toolbars=no scrollbars=yes");
        }
        function ApriPopUpPrivacy_en() {
            w = window.open("privacy/en_privacy.htm","Pop", 
        "height=500, width=470, top=100,left=500, resizable=no, scrollbar=yes, toolbars=no scrollbars=yes");
        }
var x;
        function ApriPopUpScheda(urlscheda) {
            w = window.open(urlscheda,"Pop", 
        "height=500, width=500, top=100,left=500, resizable=no, scrollbar=no, toolbars=no scrollbars=no");
        }
var x;
        function ApriPopUpStampa(urlscheda) {
            w = window.open(urlscheda,"PopStampa", 
        "height=600,width=500,top=100,left=500, resizable=no, scrollbar=yes, toolbars=no scrollbars=yes");
        }
var y;
		function ApriPopUpNote_it() {
            y = window.open("privacy/it_note.html","Pop", 
        "height=400, width=400, top=100,left=500, resizable=no, scrollbar=yes, toolbars=no scrollbars=yes");
        }
		function ApriPopUpNote_en() {
            y = window.open("privacy/en_note.html","Pop", 
        "height=400, width=400, top=100,left=500, resizable=no, scrollbar=yes, toolbars=no scrollbars=yes");
        }

