function PopUp(ref) {
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=no,resizable=no,height=600,width=800"
	newWin = window.open('/popup/'+ref,"TellObj",strFeatures);
	newWin.opener = top;
}