
	function terms()
	{
            window.open("TermsOfUse.jsp","mywindow","menubar=0, scrollbars=1 ,resizable=1,width=550,height=550");
	}


        function NewsletterSignUp()
	{
            window.open("Newsletter.jsp","mywindow","menubar=0, scrollbars=0 ,resizable=1,width=200,height=200");
	}

        function Competition()
	{
            window.open("CompetitionsTermsAndConditions.jsp","mywindow","menubar=0, scrollbars=1 ,resizable=1,width=550,height=550");
	}

