//<!-- hide
isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? 1 : 0;
ver5 = (document.getElementById) ? 1 : 0;
NS4 = (document.layers) ? 1 : 0;
IE4 = (((document.all && !document.getElementById) && !isMac) && !ver5) ? 1 : 0;
ver4 = (NS4 || IE4 ) ? 1 : 0;

var styStr;

function showSegment(where) {
  location.href = "#" + where;
}

/* assign your own parameter values to the variables below: */

if (ver4 || ver5) {
  prefix = "seg"
  firstSeg = "Home";

//  footerEl = "end";   // if no footer, assign null
  footerEl = null;   // if no footer, assign null
  footerElSpace = 30; // overlooked if above is null

  leftPos = 180;  // if option 1 or 3, above, assign null
  topPos = null;  // if option 1 or 3, above, assign null

  margRight = 173; // for NO right margin, assign 0

  yPos = 80;
  topPos = 40;

  padding = 5;       // for NO padding, assign 0
  backCol = null; // for transparent, assign null

//  borWid = 2;         // for no border, assign null
  borWid = null;
  borCol = "#336699"; // overlooked if borWid is null
  borSty = "solid";   // overlooked if borWid is null
}
// stop hiding -->

