function getPrivacy()
	{
	//window.showModalDialog("Privacy.asp","", "dialogWidth:20;dialogHeight:12;help:0;resizable:0;status:0;edge:sunken");
	window.open("Privacy.asp","Privacy","height=150,width=250");
	}
function getTerms()
	{
	window.open("TermsOfUse.asp","TermsOfUse", "height=150,width=250");
	}
