function PopUpLogin(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=yes,resizable=no,height=400,width=500"

	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;	
}


function PopUpNewsadd(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=no,resizable=no,height=400,width=500"

	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;	
}


function PopUpNewsremove(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no"
	strFeatures=strFeatures+",scrollbars=no,resizable=no,height=400,width=500"

	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;	
}