// JavaScript Document

//popup functions
function openTerms()
	{
		window.open("tandc.html","terms","menubar=0,resizable=0,scrollbars=1,width=510,height=600");
	}
function openPrivacy()
	{
		window.open("privacy.html","privacy","menubar=0,resizable=0,scrollbars=1,width=510,height=600");
	}
