function SSL(html) {
	SubWindow=window.open(html,"SSL","width=650,height=725,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}
