function salsa_win_open(a,b,h,d){var i=b;var f=h;var a=a.replace("&","%26");var c=Math.floor((screen.width-i)/2);var g=Math.floor((screen.height-f)/2);var e="top="+g+",left="+c+",height="+f+",width="+i;win=window.open(a,"",e+", directories=0, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0, "+d);win.focus()};
