	function OpenPrivacy() {
		var w=550,h=380;
		var t=(screen.availHeight-h)/2,l=(screen.availWidth-w)/2;
		var wincmd='top='+t+',left='+l+',height='+h+',width='+w+',status=no,toolbar=no,menubar=no,location=no,resizable=1,scrollbars=yes';
		var wnd = window.open('http://216.191.93.35/ucs_v2/privacy.aspx','',wincmd);
		if (wnd.opener == null) wnd.opener = self;
	}
