function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("newid", "Yeni Verilishler", "",  null, null);
	menu.addItem("programsid", "Verilishler", "",  null, null);
	menu.addItem("linksid", "Baglantilar", "",  null, null);
	menu.addItem("histid", "Tarix", "",  null, null);
	menu.addItem("Languageid", "Dil", "",  null, null);
	menu.addItem("Pictureid", "Shekiller", "",  null, null);
	menu.addItem("fromyouid", "Sizlerden", "",  null, null);
	menu.addItem("newsid", "Xaberler", "",  null, null);
	menu.addItem("contactid", "Temas", "",  null, null);
	menu.addItem("emailid", "Bize Yazin", "",  "mailto:odlaryurduradyosu@hotmail.com", null);

	menu.addSubItem("newid", "Senbe", "",  "yeni.ram");
	menu.addSubItem("newid", "Charshenbe-Internetden", "",  "wed.ram");
	

	menu.addSubItem("programsid", "Verilishler", "",  "programs.html");
	

	menu.addSubItem("linksid", "Muxtelif Baglantilar", "",  "links.html");
	menu.addSubItem("linksid", "Medya", "",  "media.html");
      

	menu.addSubItem("histid", "Tarix", "",  "Hist.html");
	
	menu.addSubItem("Languageid", "Azeri Fonts1", "",  "azfont.exe");
	menu.addSubItem("Languageid", "Azeri Fonts2", "",  "azlatino.TTF");
	menu.addSubItem("Languageid", "Azeri Fonts3", "",  "AzWebFA.TTF");
	menu.addSubItem("Languageid", "Azerbaycanca-Ingilisce Luget", "",  "AzeriDic.zip");
	menu.addSubItem("Languageid", "Azerbaycan Elifbasi", "",  "Alf.html");


	menu.addSubItem("Pictureid", "Shekiller", "",  "Photos.html");   
//menu.addSubItem("Pictureid", "Guney Azerbaycan", "",  "javascript:arss();popupwin('guney')" class="AP1");
	
	
     menu.addSubItem("fromyouid", "Misafir Defteri", "",  "fsguestbook.html");       
	 menu.addSubItem("fromyouid", "Sizlerden", "",  "http://www.radioodlaryurdu.com/corkboard/index.html");  
	
	
	menu.addSubItem("newsid", "Xeberler", "",  "http://www.xeber.net/"); 

	menu.addSubItem("contactid", "Temas", "",  "contacts.html"); 
	
	
	
	menu.showMenu();
}
