function showToolbar(){
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);	
menu = new Menu();	
menu.addItem("site", "Site Section", "Site Stuff",  null, null);	
menu.addItem("reboot", "ReBoot Section", "Reboot stuff",  null, null);	
menu.addItem("links", "Friends' site", "Look in my webring to see more reboot sites",  null, null);	
menu.addItem("gbook", "Sign/View feedback", "Please excuse my crappy excuse for a guestbook",  null, null);	
menu.addItem("contact", "Contact", "using an email form",  null, null);	        
menu.addSubItem("site", "Site Map", "Lost? Use the site map which lays everything out",  "http://rebootsector.tripod.com/misc.html");	
menu.addSubItem("site", "ReBoot MsgBoard Sector", "Post whatever is related to ReBoot",  "http://denim.bbboy.net/rebootrumours");	
menu.addSubItem("site", "Icq Plus Skins", "these skins were updated Jul 30 2001",  "http://rebootsector.tripod.com/icqplus");	
menu.addSubItem("site", "The Voting Sector", "Come here to vote on ReBoot stuff, the vote booth is up and running...not litterally",  "http://rebootsector.tripod.com/vote.html");	
menu.addSubItem("site", "Link to my site", "if you want to you can link to my site using these banners",  "http://rebootsector.tripod.com/banner.html");	
menu.addSubItem("site", "Webrings", "click here to see what webrings I belong to...if you have a reboot site maybe you can join em",  "http://rebootsector.tripod.com/webrings.html");	
menu.addSubItem("site", "Join my webring", "Click here to join my webring, make sure you read the qualifications first...",  "http://rebootsector.tripod.com/join.html");	
menu.addSubItem("site", "FREE ReBoot mail", "yourname@reboot.zzn.com FREE for only 99.99.99!! MIKE!!",  "http://rebootsector.tripod.com/rebootmail");	
menu.addSubItem("site", "Online Header maker", "Instant 3d headings in seconds",  "http://rebootsector.tripod.com/xara");      
menu.addSubItem("reboot", "ReBoot Rumours", "Tell me whatever you`ve heard with regards to ReBoot",  "http://rebootsector.tripod.com/rebootRumours.html");	
menu.addSubItem("reboot", "Characters", "visit the characters section, lotsa pictures",  "http://rebootsector.tripod.com/characters");        
menu.addSubItem("reboot", "ReBoot Gallery", "There`s a gallery containin over 110 pics", "http://rebootsector.tripod.com/gallery");	
menu.addSubItem("reboot", "Sim. of Mainframe Shows", "The similarities between Reboot and Beast Wars or Beastmachines..and maybe with some other mainframe shows also, very popular section, make sure you visit it",  "http://rebootsector.tripod.com/beastiesreboot.html");	
menu.addSubItem("reboot", "Episode Secrets", "click here to read the episodes secrets..this section is original, with lots of cool secrets from the episode",  "http://rebootsector.tripod.com/secrets.html");        
menu.addSubItem("reboot", "ReBoot Spoofs", "click here to read about the things that ReBoot makes references to..this section is original, with screenshots",  "http://rebootsector.tripod.com/spoofs");	
menu.addSubItem("reboot", "<b>Episode Guides</b> <font size = 1><i>(choose season below)</i></font>", "Don`t click here this isnt supposed to be a link",  "#");	
menu.addSubItem("reboot", "Season 1", "1",  "http://rebootsector.tripod.com/season1");	
menu.addSubItem("reboot", "Season 2", "2",  "http://rebootsector.tripod.com/season2");	
menu.addSubItem("reboot", "Season 3", "3",  "http://rebootsector.tripod.com/season3/season3.html");	
menu.addSubItem("reboot", "Season 4", "S4 scripts not properly formatted",  "http://rebootsector.tripod.com/season4");	
menu.addSubItem("links", "AndrAIa's Log", "Pretty cool site to hang out, although i never heard from the webmaster for a while",  "http://www.geocities.com/andraias_log");	menu.addSubItem("links", "...", "If your site is good and you wanna become an affiliate, email me",  "#");        
menu.addSubItem("links", "Check out my Webring", "I also like these sites, so I don`t bother making another link page", "http://get-me.to/g007ring");      	
menu.addSubItem("gbook", "Sign it", "sign",  "http://htmlgear.lycos.com/guest/control.guest?u=rebootsector&i=1&a=sign");        menu.addSubItem("gbook", "View it", "view", "http://htmlgear.lycos.com/guest/control.guest?u=rebootsector&i=1&a=view");		menu.addSubItem("contact", "e-mail", "Make sure you have an email program",  "mailto:amb123@hotmail.com");	
menu.addSubItem("contact", "e-mail form", "Use this if you have no email program",  "http://rebootsector.tripod.com/emailform.html");        
menu.addSubItem("contact", "Join mailing list", "here`s the mailing list", "http://rebootsector.tripod.com/ads.html");	menu.showMenu();}