//Copyright (c) OMEN Labs 1999.  All Rights Reserved.
browser_name = navigator.appName; 
if (browser_name == "Netscape") {
  document.writeln('<LAYER NAME="sword" z-index="1" top="1" left="1">'); 
  document.writeln('<IMG name="logo" SRC="img/pixel.gif" width=36 height=101 border=0>'); 
  document.writeln('</LAYER>'); 
  document.writeln('<LAYER NAME="shield" z-index="2" top="1"; left="1">'); 
  document.writeln('<A HREF="main.htm" TARGET=_&#116;op><IMG name="logo2" SRC="img/pixel.gif" width=36 height=101 border=0 alt="to Main Page"></a>'); 
  document.writeln('</LAYER>'); 
}
else {
document.writeln('<IMG ID="sword" name="logo"  STYLE="position:absolute; z-index:1; top:1; left:1; width:36; height:101;" SRC="img/pixel.gif" border=0>'); 
document.writeln('<A HREF="main.htm" TARGET=_&#116;op><IMG ID="shield" name="logo2"  STYLE="position:absolute; z-index:2; top:1; left:1; width:36; height:101;" SRC="img/pixel.gif" border=0 alt="to Main Page"></a>'); 
}