//populate the navigation array using add1stlevelitem, add2ndlevelitem

add1stlevelitem("Photos", "../photos/brussels.html");
	add2ndlevelitem("2004", "#",1);
	add2ndlevelitem("The Alps", "../photos/alps.html",3);	
	add2ndlevelitem("Brussels", "../photos/brussels.html",3);	
	add2ndlevelitem("Berlin", "../photos/berlin.html",3);	
	add2ndlevelitem("2003", "#",1);
	add2ndlevelitem("France (page 1)", "../photos/france1.html",3);
	add2ndlevelitem("France (page 2)", "../photos/france2.html",3);
	add2ndlevelitem("Germany (page 1)", "../photos/germany1.html",3);
	add2ndlevelitem("Germany (page 2)", "../photos/germany2.html",3);
	add2ndlevelitem("Italy", "../photos/italy.html",3);
	add2ndlevelitem("New York (Page 1)", "../photos/newyork1.html",3);
	add2ndlevelitem("New York (Page 2)", "../photos/newyork2.html",3);	
	add2ndlevelitem("Bovington Tank Museum", "../photos/bovington.html",3);
	add2ndlevelitem("Brighton", "../photos/brighton.html",3);
	add2ndlevelitem("2002", "#",1);
	add2ndlevelitem("Moscow (Page 1)", "../photos/moscow1.html",3);
	add2ndlevelitem("Moscow (Page 2)", "../photos/moscow2.html",3);
	add2ndlevelitem("Moscow (Page 3)", "../photos/moscow3.html",3);
	add2ndlevelitem("Istanbul", "../photos/istanbul.html",3);
add1stlevelitem("Comics", "../comics/index.html");
	add2ndlevelitem("Introduction", "../comics/index.html",1);
	add2ndlevelitem("FutureQuake", "#",1);
	add2ndlevelitem("Emigration", "../comics/emigration1.html",2);
	add2ndlevelitem("Talent Show", "../comics/talentshow1.html",2);
	add2ndlevelitem("Hail To The King", "../comics/hail1.html",2);
	add2ndlevelitem("'Disarmament Now!'", "../comics/disarmament1.html",2);
	add2ndlevelitem("The Other Side", "../comics/theotherside1.html",2);
	add2ndlevelitem("Down The Tubes", "../comics/downthetubes.html",2);
	add2ndlevelitem("The Hunter", "../comics/hunter1.html",2);
	add2ndlevelitem("Outer Space", "../comics/os1.html",2);
	add2ndlevelitem("Extinction Level Event", "../comics/ele1.html",2);
	add2ndlevelitem("Tales From The Mortuary", "#",1);
	add2ndlevelitem("The Bodyshifters", "../comics/bodyshifters1.html",2);
	add2ndlevelitem("The Mothers", "../comics/themothers1.html",2);
	add2ndlevelitem("House Of Cavity Horror", "../comics/cavity1.html",2);
	add2ndlevelitem("Underdog Tracks", "../comics/underdog1.html",2);
	add2ndlevelitem("Miscellaneous", "#",1);
	add2ndlevelitem("HP Lovecrafts World <br>Of Cosmic Terror", "../comics/hplwct1.html",2);
	add2ndlevelitem("Zoe Biddle", "../comics/zoebiddle.html",2);
	add2ndlevelitem("Older works...", "../comics/older.html",2);
add1stlevelitem("Scripts", "../fsscripts/index.html");
	add2ndlevelitem("Introduction", "../fsscripts/index.html",1);
	add2ndlevelitem("Antimatter", "../fsscripts/antimatter.html",4);
	add2ndlevelitem("'Disarmament now!'", "../fsscripts/disarmamentnow.html",4);
	add2ndlevelitem("Extinction Level Event", "../fsscripts/extinction.html",4);
	add2ndlevelitem("M4RZ-ST4RZ", "../fsscripts/m4rzst4rz.html",4);
	add2ndlevelitem("The Other Side", "../fsscripts/theotherside.html",4);
	add2ndlevelitem("The Ripper", "../fsscripts/theripper.html",4);
	add2ndlevelitem("Wageslave", "../fsscripts/wageslave.html",4);
	add2ndlevelitem("The Web", "../fsscripts/theweb.html",4);
add1stlevelitem("JavaScript", "../javascript/treemenu.html");
	add2ndlevelitem("Tree Menu", "../javascript/treemenu.html",6);
	add2ndlevelitem("Random Links", "../javascript/randomlinks.html",6);	

	
