function PopUp(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=no,resizable=no,height=390,width=540,left=50,top=50"
	
	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;
}