// JavaScript Document


function openPrivacy() { 
  window.open('help/privacypolicy.jsp','PrivacyPolicy','width=600,height=600,resizable=yes,scrollbars=yes');
}
function openTerms() { 
  window.open('help/terms.jsp','TermsofUse','width=600,height=600,resizable=yes,scrollbars=yes');
}

function openHelp() { 
  window.open('help/helpFAQ.jsp','help','width=600,height=600,resizable=yes,scrollbars=yes');
}
function openRules() { 
  window.open('help/rules.html','OfficialRules','width=600,height=600,resizable=yes,scrollbars=yes');
}
