function showToolbar()
{


	menu = new Menu();
	menu.addItem("indexid", "Index", "Index",  null, null);
	menu.addItem("servicesid", "Services Offered", "Services Offered",  null, null);
	menu.addItem("freedownloadid", "Free Downloads", "Free Downloads",  null, null);
	menu.addItem("searchengineid", "Search Engines", "Search Engines",  null, null);
	menu.addItem("sitesofinterestid", "Sites for the Good of Man", "Sites for the Good of Man",  null, null);

	menu.addSubItem("indexid", "About Us", "About Us",  "http://www.fetalproductions.com/About_Us.htm");
	menu.addSubItem("indexid", "Contact Us", "Contact Us",  "http://www.fetalproductions.com/Contact_Us.htm");
	menu.addSubItem("indexid", "Feedback", "Feedback",  "http://www.fetalproductions.com/Feedback.htm");
	menu.addSubItem("indexid", "Gallery", "Gallery",  "http://www.fetalproductions.com/Gallery.htm");
	menu.addSubItem("indexid", "Home Page", "Home Page",  "http://www.fetalproductions.com/Default.htm");
	
	menu.addSubItem("servicesid", "2D & 3D Animation", "2D & 3D Animation",  "http://www.fetalproductions.com/Animation.htm");
	menu.addSubItem("servicesid", "AutoCAD Drafting", "AutoCAD Drafting",  "http://www.fetalproductions.com/Drafting.htm");	
        menu.addSubItem("servicesid", "Corporate Identity", "Corporate Identity",  "http://www.fetalproductions.com/Corporate.htm");
	menu.addSubItem("servicesid", "Database Design", "Database Design",  "http://www.fetalproductions.com/Database.htm");
	menu.addSubItem("servicesid", "Digital & Standard Photography", "Digital & Standard Photography",  "http://www.fetalproductions.com/Photography.htm");
	menu.addSubItem("servicesid", "Digital & Standard Video", "Digital & Standard Video",  "http://www.fetalproductions.com/Video.htm");
	menu.addSubItem("servicesid", "Flash Design", "Flash Design",  "http://www.fetalproductions.com/Flash_Design.htm");
	menu.addSubItem("servicesid", "Graphic Design", "Graphic Design",  "http://www.fetalproductions.com/Graphic_Design.htm");
	menu.addSubItem("servicesid", "Illustration", "Illustration",  "http://www.fetalproductions.com/Illustration.htm");
	menu.addSubItem("servicesid", "Logo Design", "Logo Design",  "http://www.fetalproductions.com/Logo_Design.htm");
	menu.addSubItem("servicesid", "PDF Document Creation", "PDF Document Creation",  "http://www.fetalproductions.com/PDF.htm");
	menu.addSubItem("servicesid", "Sound & Music Production", "Sound & Music Production",  "http://www.fetalproductions.com/Sound&Music.htm");
	menu.addSubItem("servicesid", "Spreadsheet Design", "Spreadsheet Design",  "http://www.fetalproductions.com/Spreadsheet.htm");
	menu.addSubItem("servicesid", "Website Design", "Website Design",  "http://www.fetalproductions.com/Web_Design.htm");
	menu.addSubItem("servicesid", "Word Processing", "Word Processing",  "http://www.fetalproductions.com/Word.htm");

	menu.addSubItem("freedownloadid", "Adobe Acrobat Reader", "Adobe Acrobat Reader",  "http://www.adobe.com/products/acrobat/readstep.html");
	menu.addSubItem("freedownloadid", "Autodesk Volo View", "Autodesk Volo View",  "http://www3.autodesk.com/adsk/index/0,,837403-123112,00.html");
        menu.addSubItem("freedownloadid", "Internet Explorer", "Internet Explorer",  "http://www.microsoft.com/ie/");
	menu.addSubItem("freedownloadid", "Netscape", "Netscape",  "http://www.netscape.com/");
        menu.addSubItem("freedownloadid", "Macromedia Flash Palyer", "Macromedia Flash Palyer",  "http://www.macromedia.com/downloads/");
	menu.addSubItem("freedownloadid", "Macromedia Shockwave", "Macromedia Shockwave",  "http://www.macromedia.com/downloads/");
	menu.addSubItem("freedownloadid", "Quicktime", "Quicktime",  "http://www.apple.com/quicktime/download/");
	menu.addSubItem("freedownloadid", "Windows Media Player", "Windows Media Player",  "http://www.microsoft.com/windows/windowsmedia/download/");

	menu.addSubItem("searchengineid", "AltaVista", "AltaVista",  "http://www.altavist.com");	
	menu.addSubItem("searchengineid", "AOL Search", "AOL Search",  "http://search.aol.com");	
	menu.addSubItem("searchengineid", "C4", "C4",  "http://www.C4.com");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com");
	menu.addSubItem("searchengineid", "Fast", "Fast",  "http://www.alltheweb.com");	
	menu.addSubItem("searchengineid", "Google", "Google", "http://www.google.com");
	menu.addSubItem("searchengineid", "GoTo", "GoTo",  "http://www.goto.com");	
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com");
	menu.addSubItem("searchengineid", "Infoseek", "Infoseek",  "http://www.infoseek.com/");
	menu.addSubItem("searchengineid", "LookSmart", "Look Smart",  "http://www.looksmart.com");       
	menu.addSubItem("searchengineid", "Lycos", "Lycos",  "http://www.lycos.com");	
	menu.addSubItem("searchengineid", "MSN Search", "MSN Search",  "http://search.msn.com");
	menu.addSubItem("searchengineid", "Netscape Search", "Netscape Search",  "http://www.netscape.com");
	menu.addSubItem("searchengineid", "Northern Light", "Northern Light",  "http://www.northernlight.com");
	menu.addSubItem("searchengineid", "Open Directory", "Open Directory",  "http://www.dmoz.com");
	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/");

	menu.addSubItem("sitesofinterestid", "I'll Stand By You", "I'll Stand By You",  "http://www.illstandbyyou.com/");
        menu.addSubItem("sitesofinterestid", "Spare Key", "Spare Key",  "http://www.sparekey.org/");


	menu.showMenu();
}