//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", "Home", "Home",  "http://www.ymcaiccp.org", "");
	menu.addItem("webmasterid", "Our Programs", "Our Programs",  null, null);
	menu.addItem("newsid", "Contact Us", "Contact Us",  null, null);
	menu.addItem("Oporid", "Opportunities", "Opportunities",  null, null);
	menu.addItem("Photoid", "Photo Gallery", "Photo Gallery",  "http://www.ymcaiccp.org/photo.htm", "");
	menu.addItem("searchengineid", "FAQ", "FAQ",  "http://www.ymcaiccp.org/faq.htm", "");
	menu.addItem("searchid", "Search", "Search", "http://www.ymcaiccp.org/searchpage.htm", "");
	menu.addItem("miscid", "International YMCA", "International YMCA",  null, null);
	
	

	menu.addSubItem("webmasterid", "ICCP Regular", "ICCP Regular",  "http://www.ymcaiccp.org/", "");
	menu.addSubItem("webmasterid", "Direct Placment           Returning Staff", "Direct Placment;Returning Staff",  "http://www.ymcaiccp.org/DirectPlacement/index.htm", "");
	menu.addSubItem("webmasterid", "Trainee Program", "Trainee Program",  "http://www.ymcaiccp.org/MNTL.HTM", "");
	menu.addSubItem("webmasterid", "Winter Work Travel", "Winter Work Travel",  "http://www.ymcaiccp.org/winterwork.htm", "_blank");
	menu.addSubItem("webmasterid", "Applications on Line", "Applications on Line",  "http://www.iccpymca.org/", "_blank");

	menu.addSubItem("newsid", "What State is your camp in?", "What State is your camp in?",  "http://www.ymcaiccp.org/Placement.htm", "");
	menu.addSubItem("newsid", "Emergency Phone", "Emergency Phone",  "http://www.ymcaiccp.org/Participant/partemergncy.htm", "");
	menu.addSubItem("newsid", "Meet Our Staff", "Meet Our Staff", 
 "http://www.ymcaiccp.org/Contact.htm", "");

	menu.addSubItem("newsid", "Evaluate Us", "Evaluate Us",  
"http://www.ymcaiccp.org/quask/webevaluation.htm", "");
	//menu.addSubItem("newsid", "CBS news", "CBS News",  "http://www.cbsnews.com", "");
	//menu.addSubItem("newsid", "News.com", "News.com",  "http://news.com", "");
	//menu.addSubItem("newsid", "Wired News", "Wired News",  "http://www.wired.com", "");
	//menu.addSubItem("newsid", "TechWeb", "TechWeb",  "http://www.techweb.com", "");

	menu.addSubItem("Oporid", "Australia", "Australia",  "http://www.ymcaiccp.org/australia.htm", "");
    menu.addSubItem("Oporid", "Transylvania Romania", "Transylvania Romania",  "http://www.ymcaiccp.org/Romania.htm", "");

	//menu.addSubItem("freedownloadid", "Dynamic Drive", "Dynamic Drive",  "http:com/", "");
	//menu.addSubItem("freedownloadid", "Download.com", "Download.com",  "http://download.com/", "");
	//menu.addSubItem("freedownloadid", "Tucows", "Tucows",  "http://tucows.com/", "");

	menu.addSubItem("searchengineid", "Yahoo", "Yahoo",  "http://www.yahoo.com/", "");
	menu.addSubItem("searchengineid", "Google", "Google",  "http://www.google.com/", "");
	menu.addSubItem("searchengineid", "Excite", "Excite", "http://www.excite.com", "");
	menu.addSubItem("searchengineid", "HotBot", "HotBot",  "http://www.hotbot.com", "");

	menu.addSubItem("miscid", "Global Teens", "Global Teens",  "http://www.ymcaglobalteens.org", "");
	menu.addSubItem("miscid", "YMCA Go Global", "YMCA Go Global",  "http://www.ymcagoglobal.org/index.shtml", "");
	menu.addSubItem("miscid", "International YMCA", "International YMCA",  "http://www.ymcainternational.org", "");
	menu.addSubItem("miscid", "YMCA of Great New York", "YMCA Of Greater New York",  "http://www.ymcanyc.org", "");


	menu.showMenu();
}
