



  //Javascript document:

	//buildingmenucontext.js



  //Purpose:

  //This is the menu for the Building Project section of the St Philip's website. It provides the context and can be and is changed regularly. It is substantially the same as the one for the main website, but has had the hyperlink references changed to be correct for the Building Project section. It is housed in a separate menus directory on the buildingproject subfolder.


	//Source:
	//Top Nav bar script v2- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm
																																			

  	

  //Contact:

	//Alexander Scutt

	//2/24 Mernda Ave, Glenhuntly Vic 3163



  //History:

	//2001 Initial Version for main website
	
	//by Alexander Scutt

	//This version created 25th October 2004
	//Revised June 2005

	

	

  //Web Site: home.vicnet.net.au/~angcoll/buildingproject

  //Email:    scuttaj@pacific.net.au




function showToolbar()

{

// AddItem(id, text, hint, location, alternativeLocation);

// AddSubItem(idParent, text, hint, location);



	menu = new Menu();

	menu.addItem("homeid", "About Us", "About Us",  null, null);

	menu.addItem("twaspid", "Happenings at St Philip's", "Happenings at St Philip's",  null, null);

menu.addItem("buildid", "New Worship Centre", "New Worship Centre",  null, null);

menu.addItem("windid", "Stained Glass Windows", "Stained Glass Windows",  null, null);

	menu.addItem("historyid", "History", "History",  null, null);

	menu.addItem("locid", "Location", "Location",  null, null);

	//menu.addItem("funnid", "For Fun", "For Fun", null, null);



	menu.addSubItem("homeid", "Welcome Page", "Welcome Page",  "../StPhWelcomePage.html");

	menu.addSubItem("homeid", "Site Map", "Site Map",  "../StPhSiteMap.html");

	menu.addSubItem("homeid", "Contacts", "Contacts",  "../StPhContacts.html");

	menu.addSubItem("homeid", "Links", "Links",  "../StPhLinks.html");



	//menu.addSubItem("twaspid", "Building Project", "Building Project",  "buildingproject/StPhWorshipCentre.html");

 //menu.addSubItem("twaspid", "Newsflash", "Newsflash",  "StPhNewsflash.html"); 

	menu.addSubItem("twaspid", "Worship", "Worship",  "../worship.html");
	
	

	menu.addSubItem("buildid", "About the Project", "About the Project",  "StPhWorshipCentre.html");	
menu.addSubItem("buildid", "Photos Intro", "Photos Intro",  "welcome.html");	
menu.addSubItem("buildid", "The Old 'Chapel'", "The Old 'Chapel'",  "finalservice.html");	

menu.addSubItem("buildid", "Progress Reports", "Progress Reports",  "buildingproject/progress_first_site_meeting.html");	
menu.addSubItem("buildid", "Home Worship", "Home Worship",  "worship_cape_street_sept_19.html");	
menu.addSubItem("buildid", "Archaeological Dig", "Archaeological Dig",  "dig_in_action.html");	

menu.addSubItem("windid", "About the Windows", "About the Windows",  "../windows_project/windowsintro1.html");
menu.addSubItem("windid", "The Main Window", "The Main Window",  "../windows_project/windowsintro2.html");
menu.addSubItem("windid", "The Twelve Box Windows", "The Twelve Box Windows",  "../windows_project/windowsintro.html");

menu.addSubItem("windid", "The Box Windows Detail", "The Box Windows Detail",  "../windows_project/index.htm");

	



	menu.addSubItem("historyid", "Introductory Page", "Introductory Page",  "StPhHistoryIntro.html");

	menu.addSubItem("historyid", "1. 1855 First Anglican Church Building", "1. 1855 First Anglican Church Building",  "../StPhHistory1.html");

	menu.addSubItem("historyid", "2. 1862 Free Church of England", "2. 1862 Free Church of England", "../StPhHistory2.html");

	menu.addSubItem("historyid", "3. 1863 St Philip's Church", "3. 1863 St Philip's Church",  "../StPhHistory3.html");

menu.addSubItem("historyid", "4. 1875 St Saviour's Collingwood", "4. 1875 St Saviour's Collingwood",  "../StPhHistory4.html");

menu.addSubItem("historyid", "5. 1887 Hoddle Street", "5. 1887 Hoddle Street",  "../StPhHistory5.html");

menu.addSubItem("historyid", "6. 1906 Hoddle Street", "6. 1906 Hoddle Street",  "../StPhHistory6.html");
menu.addSubItem("historyid", "7. The'Iron Pot'", "7. The 'Iron Pot'",  "../StPhHistory7.html");
menu.addSubItem("historyid", "8. Two Views", "8. Two Views",  "../StPhHistory8.html");
menu.addSubItem("historyid", "9. New worship Centre", "9. New Worship Centre",  "../StPhHistory9.html");

menu.addSubItem("historyid", "YOUR FAMILY HISTORY", "YOUR FAMILY HISTORY",  "../StPhFamilyHistory.html");





	menu.addSubItem("locid", "Maps", "Maps",  "../StPhGettingThere.html");

	menu.addSubItem("locid", "Public Transport", "Public Transport",  "../StPhGettingTherePT.html");



//menu.addSubItem("funnid", "For the Children", "For the Children",  "StPhGettingThere.html");

	//menu.addSubItem("funnid", "Games", "Games",  "StPhGettingThere2.html");

	//menu.addSubItem("funnid", "Quizzes", "Quizzes",  "StPhGettingThere2.html");

	



	menu.showMenu();

}
//Script ends
