/*
	renderNav (pageID, Title, URL, Level#)
*/

var dirPath = "/education/isef/profiles/";

instantiateArray();

addItems(1, "Finding a Good Project", dirPath + "project.htm", 0);
addItems(2, "Born to Fly", dirPath + "story01.htm", 1);
addItems(3, "Improving Home Heating", dirPath + "story02.htm", 1);
addItems(4, "Better Bike Security", dirPath + "story03.htm", 1);
addItems(5, "Serious About Games", dirPath + "story04.htm", 1);

addItems(6, "Persisting Despite Challenges", "challenges.htm", 0);
addItems(7, "A Study in Persistence", dirPath + "story05.htm", 6);
addItems(8, "Getting 'Unstuck'", dirPath + "story06.htm", 6);
addItems(9, "Facilitating Information Exchange", dirPath + "story07.htm", 6);
addItems(10, "Grappling With Game Theory", dirPath + "story08.htm", 6);

addItems(11, "Getting Help", dirPath + "help.htm", 0);
addItems(12, "Discovering a 'Really Good Thing'", dirPath + "story09.htm", 11);
addItems(13, "Learning From Role Models", dirPath + "story10.htm", 11);
addItems(14, "Connecting With Experts", dirPath + "story11.htm", 11);

addItems(15, "Changing the World", dirPath + "changing.htm", 0);
addItems(16, "Searching for a Medical Breakthrough", dirPath + "story12.htm", 15);
addItems(17, "Improving Water Safety", dirPath + "story13.htm", 15);

addItems(18, "Enjoying a Brilliant Experience", dirPath + "experience.htm", 0);
addItems(19, "An Experience That 'Opens Up Worlds'", dirPath + "story14.htm", 18);
addItems(20, "Pooling Their Talents", dirPath + "story15.htm", 18);

addItems(21, "Matching Students With Experts", dirPath + "experts.htm", 0);
addItems(22, "'A Perfect Match'", dirPath + "match.htm", 21);
