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