		function showmembershipterms(){
			window.open("/membership-terms.html", "membershipterms", "width=500, height=800, resizable=yes, scrollbars=yes");
		}
		function showprivacypolicy(){
			window.open("/privacy-policy.html", "privacypolicy", "width=500, height=800, resizable=yes, scrollbars=yes");
		}
		function showcompany(){
			window.open("/company.html", "company", "width=500, height=800, resizable=yes, scrollbars=yes");
		}
