function openPrivacyPolicy() {
	var winPop = window.open("privacy.html","PrivacyPolicy","width=500,height=600,scrollbars=yes");
}
			
function openTerms() {
	var winPop = window.open("terms.html","Terms","width=500,height=600,scrollbars=yes");
}
