function PopUp(ref)
{	
	var strFeatures="width=670,height=498,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No"
	
	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;
}