if (top.frames.length!=0) top.location=self.document.location;

function nyit1(url,neve,l,t,w,h)
	{
	window.open
	(url,neve,"left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=no","top frames");
	return true;
	}
	
function nyit2(url,neve,l,t,w,h)
	{
	window.open
	(url,neve,"left="+l+",top="+t+",width="+w+",height="+h+",status=no,scrollbars=yes","top frames");
      	return true;
	}