
function SSL() {
	pop="pop"; ht=400; wth=305; tp=100; lft=150
	title="What is SSL"
	OWin25=window.open("",pop,"height=" + ht + ",width=" + wth + ",top=" + tp + ",left=" + lft + ",scrollbars")
	OWin25.focus()
	OWin=OWin25

	WinHtml="<html><head><title>" + title + "</title></head>"
	WinHtml+="<body bgcolor=\"#ffffff\">"
	WinHtml+="<font face=\"verdana,arial,helvetica\" size=\"2\"><br>"
	WinHtml+="<div align=\"center\"><center><font size=\"4\"><b>What is SSL</b></font></center></div>"
	WinHtml+="<p>SSL stands for <font color=\"#cc0000\"><b>Secure Sockets Layer</b></font>. "
	WinHtml+="You will need this feature enabled if you want to "
	WinHtml+="accept credit card numbers and other sensitive information. You will also need an SSL "
	WinHtml+="certificate. You can purchase this certificate from a valid certificate provider. <p>Two "
	WinHtml+="well known certificate providers are "
	WinHtml+="<a href=\"http://www.verisign.com/\" target=\"_blank\">Verisign</a> and "
	WinHtml+="<a href=\"http://thawte.com/\" target=\"_blank\">Thawte</a>. The Thawte "
	WinHtml+="certificate provider is less expensive "
	WinHtml+="but provides the exact same service as Verisign and for this reason we recommend "
	WinHtml+="Thawte digital SSL certificates."
	WinHtml+="<p><b>What does this certificate do for you?</b><br>"
	WinHtml+="The certificate assures the buyer that the company selling the product or "
	WinHtml+="service is who they say they are. If the seller does not have an approved "
	WinHtml+="certificate source, the buyer's browser will throw up warnings and that may "
	WinHtml+="scare away potential buyers from buying on your site."
	WinHtml+="<p>Unless you are setting up a site that will handle banking transactions where "
	WinHtml+="users manage their online banking accounts, get a regular certificate. It is NOT "
	WinHtml+="necessary to get a <b>SuperCert</b> (from thawte) or <b>Secure Site Pro Certificate</b> "
	WinHtml+="(from Verisign) because you will likely not need 128bit encryption that they provide."
	WinHtml+="<p>If you intend to accept credit cards and other sensitive information, "
	WinHtml+="you will need to tell us that you need SSL enabled on your site(s)."
	WinHtml+="<div align=\"center\"><center><p><form>"
	WinHtml+="<input type=\"button\" name=\"guide\" value=\"Close Window\" onclick=\"window.close()\">"
	WinHtml+="</form></center></div>"
	WinHtml+="</body></html>"

	OWin.document.write(WinHtml)
	OWin.document.close(WinHtml)
}
