//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("homeid", "Homepages", "Homepages",  null, null);
	menu.addItem("themid", "Thema's", "Thema's",  null, null);
	menu.addItem("beltid", "Beltonen", "Beltonen",  null, null);
	menu.addItem("emocid", "Emoticons", "Emoticons",  null, null);
	menu.addItem("wallid", "Wallpapers & Games", "Wallpapers & Games",  null, null);
	menu.addItem("smsaid", "SMS afbeeldingen", "SMS afbeeldingen",  null, null);
	menu.addItem("screid", "Screensavers", "Screensavers",  null, null);
        menu.addItem("logopt", "Logopainters", "Logopainters", null,null);
        menu.addItem("helpmb", "Help", "Help", null,null);

	menu.addSubItem("homeid", "Hobby-Shop", "Hobby-Shop",  "http://www.hobby-shop.ws", "");
	menu.addSubItem("homeid", "Multimedia", "Multimedia",  "http://www.hobby-shop.ws/multi", "");
	menu.addSubItem("homeid", "Boardgames", "Boardgames",  "http://www.hobby-shop.ws/board", "");
	menu.addSubItem("homeid", "Ringtones", "Ringtones",  "index.html", "");
	menu.addSubItem("homeid", "Euphony", "Euphony",  "http://www.gsmbellen.com", "");

	menu.addSubItem("themid", "Sinterklaas", "Sinterklaas",  "index7.html", "");
	menu.addSubItem("themid", "Kerstmis", "Kerstmis",  "index8.html", "");
	menu.addSubItem("themid", "Valentijn", "Valentijn",  "valentijn.html", "");
	menu.addSubItem("themid", "Carnaval", "Carnaval",  "carnaval.html", "");

	menu.addSubItem("beltid", "Monofoon", "Monofoon",  "index2.html", "");
	menu.addSubItem("beltid", "Polyfoon", "Polyfoon",  "index3.html", "");
	menu.addSubItem("beltid", "I-mode", "I-mode",  "index3.html", "");
	menu.addSubItem("beltid", "Realtones", "Realtones",  "index12.html", "");
	menu.addSubItem("beltid", "Truetones", "Truetones",  "index13.html", "");

	menu.addSubItem("emocid", "Emoticons", "Emoticons",  "index11.html", "");

	menu.addSubItem("wallid", "Wallpapers", "Wallpapers",  "index1.html", "");
        menu.addSubItem("wallid", "Javagames", "Javagames", "http://www.brambo.nl/start/javagames/default.asp?sc=20&pc=11897", "")
	menu.addSubItem("wallid", "Mini Movies", "Mini Movies",  "index6.html", "");
	menu.addSubItem("wallid", "Sinterklaas", "Sinterklaas",  "index10.html", "");
	menu.addSubItem("wallid", "Kerstmis", "Kerstmis",  "index9.html", "");

	menu.addSubItem("smsaid", "Top 100", "Top 100",  "index4.html", "");

	menu.addSubItem("screid", "Top 100", "Top 100",  "index5.html", "");

	menu.addSubItem("logopt", "Name Painter", "Name Painter",  "http://www.ringtonio.nl/logopainter/?rtlo=11897&rtpaint=1", "");
	menu.addSubItem("logopt", "Logo Painter", "Name Painter",  "http://www.ringtonio.nl/logopainter/?rtlo=11897&rtpaint=2", "");
	menu.addSubItem("logopt", "Picture Painter", "Name Painter",  "http://www.ringtonio.nl/logopainter/?rtlo=11897&rtpaint=3", "");

	menu.addSubItem("helpmb", "Uw toestel", "Uw toestel",  "http://www.ringtonio.nl/send/support/?rtlo=11897", "");
	menu.addSubItem("helpmb", "Helpdesk", "Helpdesk",  "http://www.ringtonio.nl/helpdesk/?rtlo=11897", "");

	menu.showMenu();
}
