/************************************************************
nscmnu.js 

Nicola's menus
*************************************************************/

/** idiom to include the ctcutils **/
if (typeof useApplet != 'undefined' && useApplet) {
	document.write("<script src=\"" + jspath +"js/ctcapplet.js\" type=\"text/javascript\"></script>");
} else {
	document.write("<script src=\"" + jspath +"js/ctcutils.js\" type=\"text/javascript\"></script>");
}

function nsctitle(title) {
  jtitle(title, "Nicola", "reviewing the world", "nicola@cutthecrap.biz");
}

function nscmenu() {
	startMenu("Nicola");
		jh1("Who Am I?", "./index.html");
		articlemenu();
		theatremenu();
		venezmenu();
		willmenu();
		
		jsubheader("Events");
		jh1("Le Mans 2003", "events/lemans.html");
		
		jh1("World Tour...", "worldtour/index.html");
		
	endMenu();
}

function wtmenu() {
	addHome("Nicola", "index.html");
	
	startMenu("World Tour");
		jh1("Where Am I Now?", "worldtour/index.html");
		
		jsubheader("Stages");
		jh1("North America", "worldtour/us.html");
		jh1("Fiji", "worldtour/fiji.html");
		jh1("Australia", "worldtour/aus.html");
		jh1("Thailand", "worldtour/thai.html");
		jh1("Kampuchea", "worldtour/cambodia.html");
		jh1("Vietnam", "worldtour/vietnam.html");
		jh1("Nepal", "worldtour/nepal.html");

		jsubheader("Other Info");
		jh1("Travel Tips", "worldtour/tips.html");
		
	endMenu();
}


function willmenu() {
	addHome("Nicola", "index.html");
	
	startMenu("Will Young");
		jh1("The Competition", "will/index.html");
		jh1("Waiting For Will", "will/waiting.html");
		jh1("Meeting the man", "will/meeting.html");
	endMenu();
}

function venezmenu() {
	addHome("Nicola", "index.html");
	
	startMenu("Venezuela", "index.html");
		jh1("The Intro", "venezuela/index.html");
		jh1("Boot Camp", "venezuela/bootcamp.html");
		jh1("The Andes Trek", "venezuela/andes.html");
		jh1("The Community Project", "venezuela/project.html");
		jh1("Angel falls", "venezuela/angelfalls.html");
		jh1("Table Top Mountains", "venezuela/tabletop.html");
		jh1("Rest and Relaxation", "venezuela/rest.html");
	endMenu();
}

function articlemenu() {
	addHome("Nicola", "index.html");
	
	startMenu("Articles", "index.html");
		jh1("What's Wrong with the News", "articles/news.html");
		jh1("Patrice Naiambana", "articles/patrice.html");
		jh1("Derren Brown", "articles/derren.html");
		jh1("Forgotten Voices", "articles/india.html");
		jh1("Bahai Students", "articles/bahai.html");
		jh1("Is the Party Over?", "articles/politics.html");
		jh1("The Permanent Way", "articles/trains.html");
	endMenu();
}

function theatremenu() {
	addHome("Nicola", "index.html");
	
	startMenu("Reviews");
		jh1("Why I Write Reviews and How", "reviews/index.html");

		jsubheader("Theatre");
		
		jh1("Office Rocker", "reviews/officerocker.html");
		jh1("A Laughing Matter", "reviews/laughingmatter.html");
		jh1("A Moment of Weakness", "reviews/momentofweakness.html");
		jh1("A Passage to India", "reviews/passagetoindia.html");
		jh1("Closer", "reviews/closer.html");
		jh1("Midsummer Nights Dream", "reviews/midsummer.html");
		jh1("Wife Begins At 40", "reviews/wife40.html");
		
		jsubheader("Film");
		
		jh1("Solaris", "reviews/solaris.html");
		jh1("Trauma", "reviews/trauma.html");
	endMenu();
}
