



  //Javascript document:

	//jigsawmenucontext.js



  //Purpose:

  //This is the menu for the jigsaws in 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 a jigsaws subfolder 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 16 December 2004

	

	

  //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", "Building Project Photos", "Building Project",  null, null);
	//menu.addItem("perspid", "Perspectives", "Perspectives",  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", "First Days", "First Days",  "../finalservice.html");	
menu.addSubItem("buildid", "Latest Report", "Latest Report",  "../progress_latest.html");	
menu.addSubItem("buildid", "Progress Reports", "Progress Reports",  "../progress_first_site_meeting.html");	
menu.addSubItem("buildid", "Worship", "Worship",  "../worship_cape_street_sept_19.html");	
menu.addSubItem("buildid", "Archaeological Dig", "Archaeological Dig",  "../dig_in_action.html");	

	//menu.addSubItem("perspid", "Sermons", "Sermons",  "StPhSermons.html");

	//menu.addSubItem("perspid", "Writings", "Writings",  "StPhWritings.html");

	//menu.addSubItem("perspid", "Reflections", "Reflections",  "StPhReflections.html");

	//menu.addSubItem("perspid", "New Worship Centre", "New Worship Centre",  "StPhWorshipCentre.html");



	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
