//********************************************************************************************************************
//
//    SHmenus - Sam Herschbein's Menus     Copyright 2003, 2004 Samuel Herschbein
//
//    Version 1.2
//    11/17/2004
//
//    SHmenus is Copyright 2003, 2004 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  samh@oz.net  sherschbein@mac.com cyborgsam@comcast.net
//    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 = "";  // "/~samh"
var OnePixelIMGURL = HomePathPrefix + "/SHmenus1x1.gif";
var badBrowserAlertText = "Your browser will not work properly with Sam's web site, please upgrade.\n\nFor more info about Sam's site's browser compatibility\n" +
                "   go to http://www.oz.net/~samh/SBC.html\n";
var badBrowserAlertURLs = new Array(HomePathPrefix, HomePathPrefix + "/index.shtml");
SHmenuPathStart = "You&nbsp;are&nbsp;here:&nbsp;|&nbsp;";
SHmenuPathSeparator = "&nbsp;:&nbsp;";
SHmenuPathEnd = "&nbsp;|";
SHmenuBodyTag = "SHBodyID";
SHmenuLeftMargin = 0;
SHmenuTopMargin  = 0;


