//Top Nav bar script v2- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("mailid", "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;مواقع كويتية أخرى", "arjaz",  "arjaz.htm");
	menu.addItem("linksid", "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;معلومات حول السفارة", "Activity", "cvemb.htm");
	menu.addItem("historyid", "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;أخبار وكالة الأنباء الكويتية ",  "news of Kuwait",  "activ.htm");
	menu.addItem("knowid", "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;لمحات من الكويت ", "About Kuwait ?",  "flashkuw.htm");
	menu.addItem("homeid", "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;الصفحة الرئيسية", "Home Page",  "index.htm");
	
	menu.showMenu();
}
