if ( navigator.appName=="Microsoft Internet Explorer" ){document.write("<link rel='stylesheet' type='text/css' href='../../include/css/fbestyle_ie.css'>")}
if ( navigator.appName=="Opera" ){document.write("<link rel='stylesheet' type='text/css' href='../../include/css/fbestyle_ie.css'>")}
if ( navigator.appName=="Netscape" ){document.write("<link rel='stylesheet' type='text/css' href='../../include/css/fbestyle_firefox.css'>")}
else(document.write("<link rel='stylesheet' type='text/css'  href='../../include/css/fbestyle_ie.css'>"))

function openFolderInTree(linkID) 
{
	var folderObj;
	folderObj = parent.Inhalt.findObj(linkID);
	folderObj.forceOpeningOfAncestorFolders();
	if (!folderObj.isOpen)
		parent.Inhalt.clickOnNodeObj(folderObj);
} 

function loadSynchPage(linkID) 
{
	var folderObj;
	docObj = parent.Inhalt.findObj(linkID);
	docObj.forceOpeningOfAncestorFolders();
	parent.Inhalt.clickOnLink(linkID,docObj.link,'Hauptframe'); 
	if (typeof parent.Inhalt.document.body != "undefined") //scroll doesn work with NS4, for example
        parent.Inhalt.document.body.scrollTop=docObj.navObj.offsetTop
}
 
if( frames.name != "Hauptframe" ){document.location.href="../../index.htm?" + location.href;};









