function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("newid", "New Programs", "New Programs",  null, null);
	menu.addItem("programsid", "Programs", "Programs",  null, null);
	menu.addItem("linksid", "Links", "Links",  null, null);
	menu.addItem("histid", "History", "History",  null, null);
	menu.addItem("Languageid", "Language", "Language",  null, null);
	menu.addItem("Pictureid", "Picture", "Picture",  null, null);
	menu.addItem("fromyouid", "From You", "From You",  null, null);
	menu.addItem("newsid", "News", "News",  null, null);
	menu.addItem("contactid", "Contact", "Contact",  null, null);
	menu.addItem("emailid", "Email", "Email",  "mailto:odlaryurduradyosu@hotmail.com", null);

	menu.addSubItem("newid", "Saturday", "Saturday",  "yeni.ram");
	menu.addSubItem("newid", "Wednesday-Net Only", "Wednesday-Net Only",  "wed.ram");
	

	menu.addSubItem("programsid", "Programs", "Programs",  "programs.html");
	

	menu.addSubItem("linksid", "Miscellaneous Links", "Miscellaneous Links",  "links.html");
	menu.addSubItem("linksid", "Media", "Media",  "media.html");
      

	menu.addSubItem("histid", "History", "History",  "Hist.html");
	
	menu.addSubItem("Languageid", "Azeri Fonts1", "Azeri Fonts1",  "azfont.exe");
	menu.addSubItem("Languageid", "Azeri Fonts2", "Azeri Fonts2",  "azlatino.TTF");
	menu.addSubItem("Languageid", "Azeri Fonts3", "Azeri Fonts3",  "AzWebFA.TTF");
	menu.addSubItem("Languageid", "Azeri-English Dictionary", "Azeri-English Dictionary",  "AzeriDic.zip");
	menu.addSubItem("Languageid", "Azeri Alphabet", "Azeri Alphabet",  "Alf.html");


	menu.addSubItem("Pictureid", "Pictures", "Pictures",  "Photos.html");   
	
     menu.addSubItem("fromyouid", "Guestbook", "Guestbook",  "fsguestbook.html");       
	 menu.addSubItem("fromyouid", "Interactive", "Interactive",  "http://www.radioodlaryurdu.com/corkboard/index.html");  
	
	
	menu.addSubItem("newsid", "News", "News",  "http://www.xeber.net/"); 

	menu.addSubItem("contactid", "Contact", "Contact",  "contacts.html"); 
	
	
	
	menu.showMenu();
}