function PopUp(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no,height=555,width=765";
	
	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;
}

function PopUp2(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height=350,width=380";
	
	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;
}

function PopUp3(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height=365,width=640";
	
	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;
}

function PopUp4(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height=700,width=700";
	
	newWin = window.open(ref,"TellObj",strFeatures);
       newWin.opener = top;
}
