function DisplayPopUp()
	{
	window.open("popup.asp", "PopUPWindow", "resizable=yes, width=850, height=600, scrollbars=yes")
	}
	function Privacy()
	{
	window.open("/privacy.asp","","height=550,width=665,left=50,top=50,scrollbars=yes,resizable=yes");
	}
	function Shipping()
	{
	window.open("/shipping.asp","","height=575,width=665,left=50,top=50,scrollbars=yes,resizable=yes");
	}
	function Sizing()
	{
	window.open("/sizing.asp","","height=500,width=665,left=50,top=50,scrollbars=yes,resizable=yes");
	}
	function Returns()
	{
	window.open("/returns.asp","","height=650,width=665,left=50,top=50,scrollbars=yes,resizable=yes");
	}