ICPMenu_Supported   = true;

function ICPMenuSetup()
{
	createICPStub("Home");

	createICPMenu("About");
	addICPMenuItem("About", "Introduction", "intro.html");
	addICPMenuItem("About", "What are Photovoltaics?", "what.html");
	addICPMenuItem("About", "How PV Cells Work", "howwork.html");
	addICPMenuItem("About", "Professional Corporations", "corp.html");

	createICPMenu("Project");
	addICPMenuItem("Project", "Preliminary Business", "prelim.html");
	addICPMenuItem("Project", "Cell Creation Procedure", "proc.html");
	addICPMenuItem("Project", "Testing Methods","testing.html");
	addICPMenuItem("Project", "Our Results","results.html");

	createICPStub("Glossary");

	createICPMenu("Links");
	addICPMenuItem("Links", "Sandia Labs", "http://www.sandia.gov");
	addICPMenuItem("Links", "Solarex", "http://www.solarex.com");
	addICPMenuItem("Links", "Ferro", "http://www.ferro.com");
	addICPMenuItem("Links", "Carborundum", "http://www.carbobn.com");
	addICPMenuItem("Links", "Astropower", "http://www.astropower.com");
}
