function getPrivacy()
	{
	window.open("HIPAA Notice.htm","Privacy","height=500,width=600, scrollbars");
	}
function getTerms()
	{
	window.open("TermsOfUse.asp","TermsOfUse", "height=150,width=250");
	}
function getDirections()
	{
	window.open("Directions.htm","Directions", "height=700,width=800, scrollbars");
	}
