function sslwin(url,ww,hh)
{
if (!ww) {ww = 700;}
if (!hh) {hh = 600;}
SSLwindow = window.open(url, "SSLwindow", "width="+ww+",height="+hh+",scrollbars=1,resizable=1,toolbar=0,manubar=0,location=1,status=1");
SSLwindow.focus();
}
