//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("Radioid", "Radio sider", "Radio sider",  null, null);
	menu.addItem("Computerid", "Computer sider", "Computer sider",  null, null);
	menu.addItem("Linuxid", "Linux", "Linux",  null, null);
	menu.addItem("searchengineid", "Søge maskiner", "søge maskiner",  null, null);
	menu.addItem("miscid", "EDB", "EDB",  null, null);
        menu.addItem("Div", "Div", "Div",  null, null);

	menu.addSubItem("Radioid", "Brugtgrej", "brugtgrej",  "http://www.brugtgrej.dk/", "");
	menu.addSubItem("Radioid", "OZ", "OZ",  "http://www.OZ.dk/", "");
	menu.addSubItem("Radioid", "qrv", "qrv",  "http://www.qrv.dk/", "");
	menu.addSubItem("Radioid", "rigpix", "rigpix",  "http://www.rigpix.com/", "_blank");
	menu.addSubItem("Radioid", "mods", "mods",  "http://www.mods.dk/", "_blank");
        menu.addSubItem("Radioid", "EDR", "EDR",  "http://www.edr.dk/", "_blank");
        menu.addSubItem("Radioid", "RF-connection", "RF-connection",  "http://www.RF-connection.com/", "_blank");


	menu.addSubItem("Computerid", "EDB-priser", "EDB-priser",  "http://www.edbpriser.dk", "");
	menu.addSubItem("Computerid", "Zip tæller", "Zip tæller",  "http://www.zipstat.dk", "");
	menu.addSubItem("Computerid", "MSNBC", "MSNBC",  "http://www.msnbc.com", "");
	menu.addSubItem("Computerid", "CBS news", "CBS News",  "http://www.cbsnews.com", "");
	menu.addSubItem("Computerid", "News.com", "News.com",  "http://news.com", "");
	menu.addSubItem("Computerid", "Wired News", "Wired News",  "http://www.wired.com", "");
	menu.addSubItem("Computerid", "TechWeb", "TechWeb",  "http://www.techweb.com", "");

	menu.addSubItem("Linuxid", "SuSE", "SuSE",  "http://www.SuSE.dk/", "");
	menu.addSubItem("Linuxid", "Sslug", "sslug",  "http://sslug.dk/", "");
	menu.addSubItem("Linuxid", "Linux", "Linux",  "http://Linux.dk/", "");
        menu.addSubItem("Linuxid", "LinuxIN", "LinuxIN",  "http://LinuxIN.dk/", "");
        menu.addSubItem("Linuxid", "Linuxpusher", "Linuxpusher",  "http://Linuxpusher.dk/", "");
        menu.addSubItem("Linuxid", "LinuXperten", "LinuXperten",  "http://www.LinuXperten.dk/", "");

	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/", "");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/", "");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com", "");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com", "");

	menu.addSubItem("miscid", "Cnet", "Cnet",  "http://www.cnet.com/", "");
	menu.addSubItem("miscid", "RealAudio", "RealAudio",  "http://www.realaudio.com/", "");
	menu.addSubItem("miscid", "MP3.com", "MP3.com",  "http://www.mp3.com/", "");
        
        menu.addSubItem("Div", "Cnet", "Cnet",  "http://www.cnet.com/", "");
	menu.addSubItem("Div", "RealAudio", "RealAudio",  "http://www.realaudio.com/", "");
	menu.addSubItem("Div", "MP3.com", "MP3.com",  "http://www.mp3.com/", "");

	menu.showMenu();
}