<!--
function showPrivacy(urlPrivacy) {
	privacy_window = window.open(urlPrivacy,"privacyWindow","width=600,height=800,scrollbars=yes,resizable=yes")
	privacy_window.focus()
}

function showHelp(urlHelp) {
	help_window = window.open(urlHelp,"helpWindow","width=600,height=800,scrollbars=yes,resizable=yes")
	help_window.focus()
}

function showTerms(urlTerms) {
	terms_window = window.open(urlTerms,"termsWindow","width=600,height=800,scrollbars=yes,resizable=yes")
	terms_window.focus()
}

function showContact(urlContact) {
	contact_window = window.open(urlContact,"contactWindow","width=600,height=300,scrollbars=yes,resizable=yes")
	contact_window.focus()
}

function showSecurityHelp(urlHelp)
{
	cc_window = window.open(urlHelp,"ccWindow","width=600,height=600,scrollbars=yes,resizable=yes")
	cc_window.focus()
}

function showIndexHelp(urlHelp)
{
	index_window = window.open(urlHelp,"indexWindow","width=600,height=600,scrollbars=yes,resizable=yes")
	index_window.focus()
}
//-->
