//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("siteid", "Explore NWClassic.com", "Explore NWClassic.com",  null, null);
	menu.addItem("contactid", "Contact Us", "Contact Us",  null, null);	
	menu.addItem("homesid", "Looking for a New Home?", "Looking for a New Home?",  null, null);
	menu.addItem("resourcesid", "Useful Area Resources", "Useful Area Resources",  null, null);

	menu.addSubItem("siteid", "Get Information About Our Featured Listings", "Get Information On The Featured Listings That We Currently Offer",  "contact.html", "");
	menu.addSubItem("siteid", "Retirement Living At Its Best!", "Learn more about Excellent Senior Living in our area",  "estates.html", "");
	menu.addSubItem("siteid", "Important Customer Legal Information", "Learn More About Important Real Estate Legal Information",  "legal.html", "");
	menu.addSubItem("siteid", "CONTACT US!", "Find out how to Contact Us!",  "contact.html", "");
	menu.addSubItem("siteid", "", "",  "", "");

	menu.addSubItem("contactid", "Via Online Form", "Contact us via our new easy to use email form!",  "form.html", "");	
	menu.addSubItem("contactid", "Via E-Mail", "Send us an E-Mail!",  "mailto:Richard@nwclassic.com", "");
	menu.addSubItem("contactid", "Via Mail", "Get our Physical Address and send us a letter!",  "contact.html", "");
	menu.addSubItem("contactid", "Call 1-800-440-8301", "Call us toll-free at 1-800-440-8301",  "contact.html", "");
	menu.addSubItem("contactid", "", "",  "", "");

	menu.addSubItem("homesid", "Portland Area Homes", "Homes for sale in the Portland area",  "http://www.rmls.com", "");
	menu.addSubItem("homesid", "S.W. Washington Homes", "Homes for sale in the Southwest Washington area",  "http://new.realtor.com/vancouverwa/nbregion.asp?stst=wa", "");
	menu.addSubItem("homesid", "Homes Anywhere in the U.S.", "Homes for sale Anywhere is the United States",  "http://new.realtor.com/findhome/usmaphome.asp", "");
	menu.addSubItem("homesid", "Our Featured Listings", "Get our Featured Listings by contacting us!",  "contact.html", ""); 
	menu.addSubItem("homesid", "", "",  "", "");

	menu.addSubItem("resourcesid", "Hotel and Travel Information", "Get Regional Hotel and Travel Information!",  "http://www.ohwy.com/or/homepage.htm", "");
	menu.addSubItem("resourcesid", "Oregon Road Reports", "Get Current Oregon Road Reports!",  "http://www.tripcheck.com/Pages/RCmap.asp?curRegionfiltered=0&amp;mainNav=RoadConditions", "");
	menu.addSubItem("resourcesid", "Real-Time N.W. Weather", "Get Real-Time up-to-date Northwest Weather!",  "http://www.wrh.noaa.gov/pqr", "");
	menu.addSubItem("resourcesid", "Oregon Beach Tide Schedules", "Get Streaming Oregon Beach Tide Reports!",  "http://tidesandcurrents.noaa.gov/tides10/tab2wc1b.html#132", "");
	menu.addSubItem("resourcesid", "Fishing Reports", "Get Current Oregon Fishing Reports!",  "http://www.dfw.state.or.us", "");
	menu.addSubItem("resourcesid", "Ski Reports", "Get Current Oregon Ski Reports",  "http://web.pdx.edu/~cyjh/orresorts.html", "");
	menu.addSubItem("resourcesid", "Oregon Recreational River Levels & Flow", "Get Current River Levels For Popular Recreational Areas",  "http://or.waterdata.usgs.gov/nwis/current?type=flow", "");
	menu.addSubItem("resourcesid", "What to See & Do in the Area", "What to See & Do in the Area",  "http://www.oregon.com", "");
	menu.addSubItem("resourcesid", "Need More Information?", "Need more information?",  "contact.html", "");
	menu.addSubItem("resourcesid", "", "",  "", "");

	menu.showMenu();
}
