/*
	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_11/";

renderNav(1, "Winter 2005 Issue Front Page", volPath + "index.htm", 1);

renderNav(2, "&#151;&#151;&#151;&#151;&#151;&#151;&#151;&#151;&#151;&#151;&#151;&#151;&#151;&#151;", volPath + "index.htm", 1);

renderNav(3, "Design and Discovery Gets an Update", volPath + "article1.htm", 2);
renderNav(4, "Learning to Be a Scientist in Two Worlds", volPath + "article2.htm", 2);
renderNav(5, "New Resources for Handhelds", volPath + "article3.htm", 2);
renderNav(6, "Celebrating Three Years of Innovation", volPath + "article4.htm", 2);
renderNav(7, "Ask An Expert", volPath + "article5.htm", 2);
renderNav(8, "South Korean Teachers Form Network to Share Ideas", volPath + "article6.htm", 2);
renderNav(9, "African Teachers Exchange New Ideas", volPath + "article7.htm", 2);
renderNav(0, "The Art of Opportunity", volPath + "article8.htm", 2);



