//script.js

if (isMenu) {
  loader = (isFrames) ? (NS4) ? parent : parent.document.body : window;
  loader.onload = startIt;
  if(NS4){
	origWidth = loader.innerWidth;
	origHeight = loader.innerHeight;
	loader.onresize = reDo;
  }
  isLoaded = false;
  NSresized = false;
  if (!window.menuVersion) {
	clickKill = showVisited = NSfontOver = keepHilite = clickStart = false;
  }
  isWin = (navigator.appVersion.indexOf("Win") != -1)
  if (!isWin && !isMac) NSfontOver = showVisited = false;
  mSecsVis = secondsVisible*1000;
  isRight = (window.navFrLoc && navFrLoc == "right");
  imgSuf = (isRight) ? ">"  : "ALIGN=RIGHT>";
  imgStr = "<IMG SRC='" + imgSrc + "' WIDTH=" + imgSiz + " HEIGHT=" + imgSiz +" BORDER=0 VSPACE=2 " + imgSuf;
  spStr = (isRight && NS4) ? "<SPACER TYPE=HORIZONTAL SIZE="+imgSiz+">" : "";
  areCreated = false;
  menuLoc = null;
  initVars();
  window.onerror = handleErr;
}


