//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("siteid", "SpringfieldFamily.Com", "SpringfieldFamily.Com",  null, null);
	menu.addItem("babyid", "Baby Growth Stages", "Baby Growth Stages",  null, null);
	menu.addItem("fandfid", "Friends and Family", "Friends and Family",  null, null);
	menu.addItem("miscid", "Miscellaneous - External Sites", "Miscellaneous - External Sites",  null, null);

	menu.addSubItem("siteid", "Home", "Home",  "http://www.springfieldfamily.com");
	menu.addSubItem("siteid", "Adrienne's 4th Grade Class 2002-2003", "Adrienne's 4th Grade Class 2002-2003",  "http://www.springfieldfamily.com/4thgrade02-03.htm");
	menu.addSubItem("siteid", "Opening Day", "Opening Day",  "http://www.springfieldfamily.com/openingday2002.htm");
	menu.addSubItem("siteid", "John's Resume", "John's Resume",  "http://www.springfieldfamily.com/JRS_resume.htm");
	menu.addSubItem("siteid", "Rose Springfield", "Rose's Web Page",  "http://www.springfieldfamily.com/rose/index.htm");


	menu.addSubItem("babyid", "1st Trimester", "1st Trimester",  "http://www.springfieldfamily.com/1tri.htm");
	menu.addSubItem("babyid", "2nd Trimester", "2nd Trimester",  "http://www.springfieldfamily.com/2tri.htm");
	menu.addSubItem("babyid", "3rd Trimester", "3rd Trimester",  "http://www.springfieldfamily.com/3tri.htm");
	menu.addSubItem("babyid", "1st Month", "1st Month",  "http://www.springfieldfamily.com/1month.htm");
	menu.addSubItem("babyid", "2nd Month", "2nd Month",  "http://www.springfieldfamily.com/2month.htm");
	menu.addSubItem("babyid", "3rd Month", "3rd Month",  "http://www.springfieldfamily.com/3rdmonth.htm");
	menu.addSubItem("babyid", "4th Month", "4th Month",  "http://www.springfieldfamily.com/4month.htm");
	menu.addSubItem("babyid", "5th Month", "5th Month",  "http://www.springfieldfamily.com/5month.htm");
	menu.addSubItem("babyid", "6th Month", "6th Month",  "http://www.springfieldfamily.com/6month.htm");
	menu.addSubItem("babyid", "7th Month", "7th Month",  "http://www.springfieldfamily.com/7month.htm");
	menu.addSubItem("babyid", "8th Month", "8th Month",  "http://www.springfieldfamily.com/8month.htm");

	menu.addSubItem("fandfid", "~Rose Springfield's Web Page", "~Rose Springfrield's Web Page",  "http://www.springfieldfamily.com/rose/index.htm");	
	menu.addSubItem("fandfid", "~Rob and Bonnie Strickland Family Page", "~Rob and Bonnie Strickland Family Page",  "http://www.springfieldfamily.com/strickland.htm"); 		
	menu.addSubItem("fandfid", "~Tim and Leslie O'Shea Family Page", "~Tim and Leslie O'Shea Family Page",  "http://www.springfieldfamily.com/oshea.htm");
	menu.addSubItem("fandfid", "~Bill and Stacy Gillespie Family Page", "~Bill and Stacy Gillespie Family Page",  "http://www.springfieldfamily.com/Stacybillmaddi.htm");
	menu.addSubItem("fandfid", "~Bob and Leslie Boespflug Family Page", "~Bob and Leslie Boespflug Family Page",  "http://www.springfieldfamily.com/boespflug.htm");
	menu.addSubItem("fandfid", "~Tom Pennell Family Site", "~Tom Pennell Family Site",  "http://members.cox.net/kermitm3");	
	menu.addSubItem("fandfid", "~Rob and Pam Erickson Family Site", "~Rob and Pam Erickson Family Site",  "http://www.az-erickson.com");
	menu.addSubItem("fandfid", "~Michael and Shannon Suliot Family Site", "~Michael and Shannon Suliot Family Site",  "http://www.suliot.com");	
	menu.addSubItem("fandfid", "~Mike and Jessica Sharkey Family Site", "~Mike and Jessica Sharkey Family Site",  "http://members.cox.net/thesharkeys/");
	
	menu.addSubItem("miscid", "East Valley Tribune", "East Valley Tribune",  "http://www.aztrib.com/borntolearn/");
	menu.addSubItem("miscid", "Doulas of North America", "Doulas of North America",  "http://www.dona.org/");
	menu.addSubItem("miscid", "Babies R US", "Babies R US",  "http://www.amazon.com/exec/obidos/registry/1TMXDIPK7TOGB/ref=br_s_/qid=1001994080/sr=1-1/104-7213062-9566348");
	menu.addSubItem("miscid", "KHAHA", "KHAHA",  "http://www.khaha.com");
	menu.addSubItem("miscid", "Rylan Consulting Group", "Rylan Consulting Group",  "http://www.rylan.com");
	

	menu.showMenu();
}