//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("main_menu", "Main Menu", "Local Pages",  null, null);	menu.addItem("newsid", "News Sites", "News Sites",  null, null);	menu.addItem("radio", "Radio", "Web Radio & Radio Resources",  null, null);	menu.addItem("school", "School", "U of Columbia info",  null, null);	menu.addItem("sailing", "Sailing", "Sailing Links",  null, null);	menu.addItem("resources", "Resources", "Helpful Resources",  null, null);	         menu.addSubItem("main_menu", "News", "News",  "news.html", "");	menu.addSubItem("main_menu", "Photos", "Photos",  "photos.html", "");	menu.addSubItem("main_menu", "Resume", "Resume",  "resume.html", "");	menu.addSubItem("main_menu", "Radio Clips", "Radio Clips",  "radio.html", "");	menu.addSubItem("main_menu", "Print Clips", "Print Clips",  "print.html", "");	menu.addSubItem("main_menu", "", "",  "", "");	menu.addSubItem("main_menu", "", "",  "", "");	menu.addSubItem("main_menu", "", "",  "", "");	menu.addSubItem("newsid", "Google News", "Google News",  "http://news.google.com", "");	menu.addSubItem("newsid", "NY Times", "NY Times",  "http://www.nytimes.com", "");	menu.addSubItem("newsid", "Washington Post", "Washington Post",  "http://www.washingtonpost.com", "");	menu.addSubItem("newsid", "Slate", "Slate",  "http://www.slate.com", "");	menu.addSubItem("newsid", "Romenesko", "Romenesko",  "http://www.poynter.org/column.asp?id=45", "");	menu.addSubItem("newsid", "The Onion", "The Onion",  "http://www.theonion.com", "");	menu.addSubItem("newsid", "Today's Front Pages", "Today's Front Pages",  "http://www.newseum.org/todaysfrontpages/", "");	menu.addSubItem("newsid", "", "",  "", "");	menu.addSubItem("newsid", "", "",  "", "");	menu.addSubItem("newsid", "", "",  "", "");		menu.addSubItem("radio", "My Radio Work", "My Radio Work",  "radio.html", "");	menu.addSubItem("radio", "CNC", "CNC",  "http://www.cncnews.org", "");	menu.addSubItem("radio", "NPR", "NPR",  "http://www.npr.org", "");	menu.addSubItem("radio", "WAMU Live", "WAMU Live",  "http://www.warpradio.com/stream.asp?id=1784", "");	menu.addSubItem("radio", "WNYC", "WNYC",  "http://www.wnyc.org", "");         menu.addSubItem("radio", "KCRW Music", "KCRW Music",  "http://www.kcrw.org/asx/kcrwmusic.asx", "");	menu.addSubItem("radio", "Transom.org", "Transom.org",  "http://www.transom.org/", "");	menu.addSubItem("radio", "Studio 360", "Studio 360",  "http://www.studio360.org", "");	menu.addSubItem("radio", "", "",  "", "");	menu.addSubItem("radio", "", "",  "", "");	menu.addSubItem("radio", "", "",  "", "");	menu.addSubItem("school", "J-School Home", "J-School Home",  "http://www.jrn.columbia.edu", "");	menu.addSubItem("school", "Student Services", "Student Services",  "https://www.ais.columbia.edu/cgi-bin/ssv/ssol", "");	menu.addSubItem("school", "Libraries", "Libraries", "http://www.columbia.edu/cu/lweb/", "");	menu.addSubItem("school", "Sree.net", "Sree.net",  "http://www.sree.net", "");	menu.addSubItem("school", "", "",  "", "");	menu.addSubItem("school", "", "",  "", "");	menu.addSubItem("school", "", "",  "", "");	menu.addSubItem("sailing", "Baggywrinkle.com", "Baggywrinkle.com",  "http://www.benjaminshaw.com/baggywrinkle", "");	menu.addSubItem("sailing", "&nbsp;&nbsp; - Photos", "Photos",  "http://www.benjaminshaw.com/baggywrinkle/photos.htm", "");	menu.addSubItem("sailing", "&nbsp;&nbsp; - Logs", "Logs",  "http://www.benjaminshaw.com/baggywrinkle/news.htm", "");	menu.addSubItem("sailing", "Dovka", "Dovka",  "http://www.dovka.com", "");	menu.addSubItem("sailing", "Sailing Magazine", "Sailing Magazine",  "http://www.sailnet.com/sailing/", "");	menu.addSubItem("sailing", "", "",  "", "");	menu.addSubItem("sailing", "", "",  "", "");	menu.addSubItem("sailing", "", "",  "", "");	menu.addSubItem("resources", "RefDesk.com", "Reference",  "http://www.refdesk.com", "");	menu.addSubItem("resources", "Times CyberNav", "Times CyberNav",  "http://www.nytimes.com/ref/technology/cybertimes-navigator.html?pagewanted=all&position=top", "");	menu.addSubItem("resources", "CJR Tools", "CJR Resources",  "http://www.cjr.org/tools/", "");	menu.addSubItem("resources", "Google Maps", "Google Maps",  "http://maps.google.com/, "");	menu.addSubItem("resources", "Society of Environmental Journalists", "Society of Environmental Journalists",  "http://www.sej.org", "");	menu.addSubItem("resources", "", "",  "", "");	menu.addSubItem("resources", "", "",  "", "");	menu.addSubItem("resources", "", "",  "", "");	menu.showMenu();}