function PopUp(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=yes,location=no"
	strFeatures=strFeatures+",scrollbars=no,resizable=yes,height=784,width=610"
	 strFeatures=strFeatures+",left=200,top=0"
	 
	newWin = window.open(ref,"TellObj",strFeatures);

    newWin.opener = top;
}