/*
	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_10/";

renderNav(1, "Fall 2004 Issue Front Page", volPath + "index.htm", 1);

renderNav(2, "Elementary and Secondary Education", volPath + "elementary1.htm", 1);
renderNav(3, "New Version of The Journey Inside<sup>SM</sup> Goes Live", volPath + "elementary1.htm", 2);
renderNav(4, "New Workshops Introduce Teachers to Thinking Tools", volPath + "elementary2.htm", 2);
renderNav(5, "Harnessing Technology to &quot;Transform Education&quot;", volPath + "elementary3.htm", 2);
renderNav(6, "Top 20 Schools in U.S. Honored for Excellence", volPath + "elementary4.htm", 2);
renderNav(7, "And the Winners Are . . .", volPath + "elementary5.htm", 2);
renderNav(8, "Student Scientists Display Passion for Research", volPath + "elementary6.htm", 2);
renderNav(9, "Ask an Expert", volPath + "elementary7.htm", 2);
renderNav(10, "Meeting the Challenge", volPath + "elementary8.htm", 2);

renderNav(11, "Higher Education", volPath + "highered1.htm", 1);
renderNav(12, "Future of Computing Attracts Broad Academic Audience", volPath + "highered1.htm", 2);
renderNav(13, "Indian Undergraduates Tackle Research Challenges", volPath + "highered2.htm", 2);

renderNav(14, "Community Education", volPath + "community1.htm", 1);
renderNav(15, "Opportunities Abound", volPath + "community1.htm", 2);
renderNav(0, "Taking in the Campus", volPath + "community2.htm", 2);


