function CondPopUp(url)
{
if (document.popupform.targetnew.checked)
	{newwin=window.open(url);} 
else
	{self.location=url;}
}
