//********************************************************************************************************************
//
//    SHmenus - Simple Hierarchical Menus, or Sam Herschbein's Menus ;)    Copyright 2003-2007 Samuel Herschbein
//
//    Version 1.3
//    12/3/2007
//
//    SHmenus is Copyright 2003-2007 by Samuel Herschbein.  SHmenus is NOT free, SHmenus is NOT in the Public Domain.
//    Please contact Sam for complete instructions and licensing information for non-profit and commercial use.
//
//    Samuel Herschbein  sam@SamIsIT.com  sherschbein@mac.com
//    http://www.SamIsIT.com
//    Phone: (206) 524-3109 (Seattle, WA, USA)
//
//    You're probably wondering how I can read this code.  I can't...  I wrote a program to change variable and
//    function names into random names.  The program also removes white space and makes lines as long as possible.
//    This comment block has the only comments in the released code (my source is well commented).
//
//    I did this because I have a MAJOR time investment into SHmenus and do not want my intellectual property easily
//    copied, stolen, or reverse engineered.  It will probably take you longer to figure out what I did than to just
//    do it yourself (or, preferably, license SHmenus). ;-)
//
//    Please respect my rights, I'm a small developer who relies on income from SHmenus for my meager living.  You are
//    paid for your work, this is MY work and I rely on selling this for income.  I promise not to rip you off by
//    selling an inferior product, I'd appreciate you not ripping me off.  Thanks.
//
//********************************************************************************************************************


var HomePathPrefix = "";
var OnePixelIMGURL = HomePathPrefix + "/SHmenus1x1.gif";
var badBrowserAlertText = "Your browser will not work properly with our web site, please upgrade.\n\nFor more info about this site's browser compatibility, either:\n\n" +
								"1) Click the \"NESAC/BIO Supported Browsers\" link at the bottom of the home page, or\n" +
								"2) go to http://www.nb.engr.washington.edu/browsers.html\n";
var badBrowserAlertURLs = new Array("/", "/index.shtml");
SHmenuPathStart = "|&nbsp;";
SHmenuPathSeparator = "&nbsp;:&nbsp;";
SHmenuPathEnd = "&nbsp;|"
SHmenuBodyTag = "NBBody";
SHmenuLeftMargin = 0;
SHmenuTopMargin  = 0;
