 //Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("webmasterid", "M3 Hot Spots", "M3 Hot Spots",  null, null);
	menu.addItem("searchengineid", "The Music Solution", "The Music Solution",  null, null);
	menu.addItem("newsid", "Millennium Mob", "Millennium Mob",  null, null);
	menu.addItem("freedownloadid", "MaxHeat", "MaxHeat",  null, null);

	menu.addSubItem("webmasterid", "Home", "Home!",  "http://www.maxheat.com/maxheat.html", "");
	menu.addSubItem("webmasterid", "ProFlowRadio.com", "ProFlowRadio.com",  "http://www.proflowradio.com", "");
	menu.addSubItem("webmasterid", "Site Menu", "Site Menu",  "http://www.maxheat.com/menu.html", "");	
	menu.addSubItem("webmasterid", "Pro Flow Info", "Pro Flow Info", "http://www.maxheat.com/proflow.html", "");
	menu.addSubItem("webmasterid", "King Pain: Red Dragon", "King Pain: Red Dragon",  "http://www.maxheat.com/kingpainm3/painmain.html", "");
	menu.addSubItem("webmasterid", "MaD MaXxx Music", "MaD MaXxx's Music", "http://www.maxheat.com/musik.html", "");

	menu.addSubItem("searchengineid", "Home", "Home!",  "http://www.maxheat.com/maxheat.html", "");
	menu.addSubItem("searchengineid", "Lava E-Magazine", "Lava E-Magazine",  "http://www.maxheat.com/interviewpress0.html", "");
	menu.addSubItem("searchengineid", "Free Wallpaper", "Free Wallpaper",  "http://www.maxheat.com/goodies.html", "");
	menu.addSubItem("searchengineid", "Radio Playlists", "Radio Playlists",  "http://www.maxheat.com/playlist.html", "");
	menu.addSubItem("searchengineid", "Intel Mp3 Awards", "Intel Mp3 Awards",  "http://www.maxheat.com/spop.html", "");
	menu.addSubItem("searchengineid", "Sponsors", "Sponsors",  "http://www.maxheat.com/ads/sponsors.html", "");

	menu.addSubItem("newsid", "Home", "Home",  "http://www.maxheat.com/maxheat.html", "");
	menu.addSubItem("newsid", "Artist Roster", "Artist Roster",  "http://www.maxheat.com/art.html", "");
	menu.addSubItem("newsid", "Pro Flow Menu", "Pro Flow Menu",  "http://www.proflowradio.com/menu.html", "");
      	menu.addSubItem("newsid", "Twitter", "Twitter",  "http://twitter.com/maxheat", "");
	menu.addSubItem("newsid", "Pro Flow Definition", "Pro Flow Definition",  "http://www.proflowradio.com/proflow.html", "");	
	menu.addSubItem("newsid", "Links", "Links",  "http://www.maxheat.com/linkz.html", "");
	menu.addSubItem("newsid", "Women in Ent", "Women in Ent",  "http://www.maxheat.com/model.html", "");
		
	menu.addSubItem("freedownloadid", "Home", "Home!",  "http://www.maxheat.com/maxheat.html", "");
	menu.addSubItem("freedownloadid", "Contact Us", "Contact Us",  "http://www.maxheat.com/holla.html", "");	
	menu.addSubItem("freedownloadid", "Song Request", "Song Request",  "http://www.maxheat.com/request.html", "");
	menu.addSubItem("freedownloadid", "Posters & Shirts", "Posters & Shirts!",  "http://www.maxheat.com/buy.html", "");
	menu.addSubItem("freedownloadid", "Post Bulletin", "Post Bulletin",  "http://proflowradio.com/grindhard", "");    	
	menu.addSubItem("freedownloadid", "Press PR", "Press PR",  "http://www.maxheat.com/press04.html", "");
	
	menu.showMenu();
}