BrowserName = navigator.appName;
BrowserVersion = parseInt(navigator.appVersion);
if(BrowserName == "Netscape" &&  BrowserVersion<=4) ok=0; else ok=1;

function toframe()
{
	if (this.document == top.document)
	{
		window.location.href = "../../eingang.htm";
		return false;
	}
	return true;
}

function setMenu(url)
{
	if (ok && toframe()) parent.Select.setMenu(url);
}

function detail (URL)
{
  win=window.open(URL,"Detail",'height=450,width=580');
  win.focus();
}
