	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='lightblue';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';		// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				    // Border width
	var BorderBtwnElmnts=1;			    // Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				        // Font size menu items
	var FontBold=1;				        // Bold menu items 1 or 0
	var FontItalic=0;				    // Italic menu items 1 or 0
	var MenuTextCentered='left';		// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';	    // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=0;					    // Menu offset x coordinate
	var StartLeft=1;				    // Menu offset y coordinate
	var VerCorrect=0;				    // Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;				// delay before menu folds in
	var TakeOverBgColor=1;			    // Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';		    // Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				    // Hide first level when loading new document 1 or 0
	var MenuWrap=1;			    	// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://www.lancele.com/tri.gif',5,10,'http://www.lancele.com/tridown.gif',10,5,'http://www.lancele.com/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","http://www.lancele.com","",0,20,138);

Menu2=new Array("Personal","","",14);
	Menu2_1=new Array("Pick up Crash Course",       "http://www.lancele.com/TextFile/PickUp.htm","",0,20,150);	
	Menu2_2=new Array("Random Ramblings",           "http://www.lancele.com/TextFile/Phil.htm","","",0);
	Menu2_3=new Array("Bad Wisdom",                 "http://www.lancele.com/TextFile/BadWisdom.htm","",0);
	Menu2_4=new Array("Road Trips",                 "http://www.lancele.com/RoadTrip.htm","",0);
    Menu2_5=new Array("Pacific Crest Trail 2003",                   "http://www.lancele.com/pct.htm","",0);
    Menu2_6=new Array("Japan 2003 2004",            "http://www.lancele.com/Japan03","",0);
    Menu2_7=new Array("Appalachian Trail 2004",     "http://www.lancele.com/AT2004","",0);
    Menu2_8=new Array("Bicycle Touring 2005",       "http://www.lancele.com/Bike2005","",0);
    Menu2_9=new Array("Bussing Vietnam 2009",       "http://www.lancele.com/VN2009","",0);
    Menu2_10=new Array("Me",                         "http://www.lancele.com/Me.htm","",0);
    Menu2_11=new Array("Backpacking Gear/List",     "http://www.lancele.com/BackGear/BackGear.htm","",0);
    Menu2_12=new Array("Bicycle Gear",              "http://www.lancele.com/BikeGear/BikeGear.htm","",0);
    Menu2_13=new Array("Cheap/Scary Motels Stayed", "http://www.lancele.com/Motels","",0);
    Menu2_14=new Array("Comic Artwork",             "http://www.lancele.com/Artwork/default.htm","",0);

Menu3=new Array("Hobbies","","",5);
    Menu3_1=new Array("Action Figures","http://www.lancele.com/Figures/Figures.htm","",0,20,150);
    Menu3_2=new Array("Golden Books",  "http://www.lancele.com/Golden/Golden.htm","",0,20,150);
    Menu3_3=new Array("Atari 2600",    "http://www.lancele.com/Atari2600/Atari.htm","",0,20,150);
    Menu3_4=new Array("Mad Magazines", "http://www.lancele.com/MadMag/default.htm","",0,20,150);
	Menu3_5=new Array("Collecting","","",2);
	Menu3_5_1=new Array("Spider-Man Comic Scans","http://www.lancele.com/Comics/Spider/Spider.htm","",0,20,200);
	Menu3_5_2=new Array("X-Men Comic Scans",     "http://www.lancele.com/Comics/X-Men/X-Men.htm","",0);

Menu4=new Array("Schools","","",6);
	Menu4_1=new Array("Wilcox High School",       "http://wilcox.ca.campusgrid.net/home","",0,20,180);
	Menu4_2=new Array("South Houston High School","http://www.pasadenaisd.org/sohohs/","",0);
	Menu4_3=new Array("Texas A&M University",     "http://www.tamu.edu","",0);
    Menu4_4=new Array("Aggies Class of '93",      "http://www.tamos.net/~rhay/class93/","",0);
    Menu4_5=new Array("Houston Aggies",           "http://www.houstonags.org","",0);
    Menu4_6=new Array("South Texas College of Law","http://www.stcl.edu","",0);

Menu5=new Array("Links","","",6);
	Menu5_1=new Array("Crazy Guy on a Bike",  "http://www.crazyguyonabike.com","",0,20,220);
    Menu5_2=new Array("Trento Bike Journals", "http://www.trentobike.org","",0);
	Menu5_3=new Array("PCT Journals",         "http://www.pcta.org","",0);
	Menu5_4=new Array("Spider-Man 1978-79 TV","http://homepage.mac.com/markrathwell/Spidey","",0);
	Menu5_5=new Array("Trail Journals",       "http://trailjournals.com","",0);
    /*Menu5_6=new Array("People's Bike Pictures","http://gallery.mtbr.com/showgallery.php/cat/1092","",0);*/
    Menu5_6=new Array("People's Classic Mtn Bike Pictures","http://fotos.mtb-news.de/fotos/showgallery.php/cat/511/page/1","",0);
    /*Menu5_7=new Array("Austin TX Monthly Bicycle Swap Meet", "http://www.frankenbike.org","",0);*/

Menu6=new Array("Makes You Wonder","","",5);
	Menu6_1=new Array("Dancing Cartoon Characters","http://www.lancele.com/Jokes/dancers.gif","",0,20,180);
	Menu6_2=new Array("Darwin Awards",        "http://www.darwinawards.com","",0);
	Menu6_3=new Array("Monty Python F Word",  "http://www.lancele.com/Fword.htm","",0);
    Menu6_4=new Array("Viagra Commercial",    "http://www.lancele.com/Viagra.htm","",0);
	Menu6_5=new Array("The Real Scooby Doo",  "http://www.lancele.com/Textfile/Scooby.htm","",0);