function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("webmasterid", "Unique Recitation", "The Best Collection Full Quran Telawat By 4 recitors",  "http://www.quranlove.com/quranrecitation.html");
	menu.addItem("newsid", "Quran Arab / Eng", "Beautiful red fond English Compilation",  "http://www.quranlove.com/quranenglishtranslation.htm");
	menu.addItem("freedownloadid", "Quran Asaan Urdu", "Very Easy Quran Reading Arabic / Urdu Translation",  "http://www.quranlove.com/quranasan.htm");
	menu.addItem("searchengineid", "English Islamic Info", "Islam's English Info",  "http://islamnet.quranlove.com/index.php");

	menu.showMenu();
}