function ApriFinestra(c,a,b){a=540;b=350;var d=Math.floor((screen.width-a)/2);window.open(c,"_blank","top="+Math.floor((screen.height-b)/2)+",left="+d+",width="+a+",height="+b+",scrollbars="+"no")};