function termswindow()
	{
		window.open("termsconditions.html", "termswin", "width=500,height=500,left=50,top=50,resizable=yes,scrollbars=yes");
	}
	function privacywindow()
	{
		window.open("privacy.html", "privacywin", "width=500,height=400,left=80,top=80,resizable=yes,scrollbars=yes");
	}
	function stepwindow()
	{
		window.open("step_by_step.html", "stepwin", "width=725,height=400,left=40,top=60,resizable=yes,scrollbars=yes");
	}
	function privacy_policy()
	{
		window.open("newsletter_privacy.html", "privacypol", "width=500,height=400,left=80,top=80,resizable=yes,scrollbars=yes");
	}
