<!-- 
if (self.name == 'menu') { self.location.href = "menu.htm";} else { var thePage = pageFromSearch('home.shtml', theMenu, true); if (!document.cookie) { self.document.writeln('<frameset cols="100%" rows="70,*">'); self.document.writeln('<frame id="titel" name="title" src="title.htm" scrolling="no" noresize marginwidth="0" marginheight="0" APPLICATION="yes">'); self.document.writeln('<frameset cols="250,*" rows="100%">'); self.document.writeln('<frameset cols="100%" rows="*,48">'); self.document.writeln('<frame id="menue" name="menu" src="menu.htm" scrolling="auto" marginwidth="1" marginheight="1" APPLICATION="yes">'); self.document.writeln('<frame id="control" name="menuCntrl" src="menucntrl.htm" scrolling="no" marginwidth="0" marginheight="0" APPLICATION="yes">'); self.document.writeln('</frameset>'); self.document.writeln('<frame id="content" name="text" src="' + thePage +'" scrolling="auto" APPLICATION="yes">'); self.document.writeln('</frameset>'); self.document.writeln('</frameset>');} else { self.document.writeln('<frameset cols="100%" rows="70,*">'); self.document.writeln('<frame id="titel" name="title" src="title.htm" scrolling="no" noresize marginwidth="0" marginheight="0" APPLICATION="yes">'); self.document.writeln('<frameset cols="250,*" rows="100%">'); self.document.writeln('<frameset cols="100%" rows="*,48">'); self.document.writeln('<frame id="menue" name="menu" src="menu.htm" scrolling="auto" marginwidth="1" marginheight="1" APPLICATION="yes">'); self.document.writeln('<frame id="control" name="menuCntrl" src="menucntrl.htm" scrolling="no" marginwidth="0" marginheight="0" APPLICATION="yes">'); self.document.writeln('</frameset>'); self.document.writeln('<frame id="content" name="text" src="' + thePage +'" scrolling="auto" APPLICATION="yes">'); self.document.writeln('</frameset>'); self.document.writeln('</frameset>');}
}
//-->
