function PrivacyPopUp(ref)
{	
	var strFeatures = "toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=no,height=400,width=460"
	newWin = window.open(ref,"TellObj",strFeatures);
	newWin.opener = top;
}