// javascriptcode (menu) copyright by Email Communications, 2003, bas@startpunt.cc var DHTML = 0, DOM = 0, IE = 0, NS = 0, OP = 0, KON=0; function checkIt(string) { place = detect.indexOf(string) + 1; thestring = string; return place; } var detect = navigator.userAgent.toLowerCase(); var OS,browser,version,total,thestring; function DHTML_init() { if (window.opera) { OP = 1; } if(document.getElementById) { DHTML = 1; DOM = 1; } if(document.all && !OP) { DHTML = 1; IE = 1; } if (window.netscape && window.screen && !DOM && !OP) { DHTML = 1; NS = 1; } if (checkIt('konqueror')) { KON =1; } } DHTML_init(); if(!OP && !KON) { document.writeln(''); //document.writeln('