
/* --------------------------------- */
/* NN4Style.js                       */
/* --------------------------------- */
/* Created:      2000-11-04          */
/* Issued:       2000-12-21          */
/* Modified:     2001-09-30          */
/* Copyright (c) 2001-2002 by        */
/* Philip Shaw, all rights reserved. */
/* --------------------------------- */
/*
  Stylesheet links are written
  exclusively for Netscape 4 if its
  unique, dead-end document.layers
  object returns true. Netscape 4 CSS
  depends on Javascript; if Javascript
  is switched off, the browser does
  not process stylesheets anyway.
*/
if(document.layers){
  document.writeln('<link rel="stylesheet" type="text/css" href="/style/VisualNN4.css" title="Standard" />');
  document.writeln('<link rel="stylesheet" type="text/css" href="/style/VisualCommon.css" title="Standard" />');
}

