		function openTerms() {
			window.open('terms.html', "terms",'width=700,height=600,scrollbars=yes,resizable=no');
		}
		function openPrivacy() {
			window.open('privacy.html', "terms",'width=700,height=600,scrollbars=yes,resizable=no');
		}
		
		function openDownload( page ) {
			window.open('download.jsp?id='+page, "terms",'width=700,height=600,scrollbars=yes,resizable=yes');
		}
		
		function openRules() {
			window.open('rules.html', "terms",'width=700,height=600,scrollbars=yes,resizable=no');
		}
		function openFAQs() {
			window.open('faqs.html', "terms",'width=700,height=600,scrollbars=yes,resizable=no');
		}
		
