// JavaScript Document

if(document.layers){
   document.write('<link href="http://guckstdu.oliver-roth.net/caimanes/css/nn4.css" rel="stylesheet" type="text/css" />');
}

function reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reloadPage(true);
