/*
	renderNav (pageID, Title, URL, Level#)
		ID = 1 for first item, 0 for last item
		Level# = 1 for header, 2 for article
*/

var volPath = "/education/projects/news/vol_08/";

renderNav(1, "Spring 2004 Issue<BR>Front Page", volPath + "index.htm", 1);

renderNav(2, "Elementary and Secondary Education", volPath + "elementary1.htm", 1);
renderNav(3, "Tapping the Power of a Good Question", volPath + "elementary1.htm", 2);
renderNav(4, "Hands-on Training at Heart of Professional Development", volPath + "elementary2.htm", 2);
renderNav(5, "Mentors Help Student Researchers Shine", volPath + "elementary3.htm", 2);
renderNav(6, "Ask an Expert", volPath + "elementary4.htm", 2);
renderNav(7, "TV Show Takes Students on Math Adventures", volPath + "elementary5.htm", 2);
renderNav(8, "Finding Ideas That Fit", volPath + "elementary6.htm", 2);

renderNav(9, "Higher Education", volPath + "highered1.htm", 1);
renderNav(10, "Inside the Digital Home", volPath + "highered1.htm", 2);

renderNav(11, "Community Education", volPath + "community1.htm", 1);
renderNav(12, "Design and Discovery Adds New Resources", volPath + "community1.htm", 2);
renderNav(0, "Clubhouse Network Continues to Grow", volPath + "community2.htm", 2);

