var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	Frame_Supported = false;
	setDefaultICPMenuColor("purple", "white", "red");
	setToolbarBGColor("black");

	//Intorduction
	addICPMenu("Intro", "Our Universe", "","universe.htm");
	addICPSubMenu("Intro","Cosmology","cos.htm");
	addICPSubMenu("Intro","The Creation of Our Universe","begn.htm");
	addICPSubMenu("Intro","Back to Basics","basics.htm");
	addICPSubMenu("Intro","The bodies in our Universe","bodies.htm");
	addICPSubMenu("Intro","The Fate of the Universe","fate.htm");
	
	//Galaxies
	addICPMenu("Stars", "Galaxies and Stars", "","galaxiesandstars.htm");
	addICPSubMenu("Stars","Galaxies","galaxy.htm");
	addICPSubMenu("Stars","Stars","star.htm");
	addICPSubMenu("Stars","Bodies in our Universe","bodies.htm");
	
	//Solar System
	addICPMenu("Solar", "Our Solar System", "","solarsystem.htm");
	addICPSubMenu("Solar","Early models","early.htm");
	addICPSubMenu("Solar","Solar System","solar.htm");
	addICPSubMenu("Solar","Our Sun","sun.htm");
	addICPSubMenu("Solar","The Planets","planets.htm");
	addICPSubMenu("Solar","Bodies in our Solar System","sbodies.htm");
	
	//Space
	addICPMenu("Space", "Space Exploration", "","exploration.htm");
	addICPSubMenu("Space","Space Race","spacer.htm");
	addICPSubMenu("Space","Space exploation agencies","spacea.htm");
	addICPSubMenu("Space","Spacecraft","spacec.htm");
	addICPSubMenu("Space","Rockets","rock.htm");
	addICPSubMenu("Space","Others","others.htm");
	addICPSubMenu("Space","Search for extraterrestrial life","extrat.htm");

	//Gallery
	addICPMenu("Gallery", "Media Gallery","","multimedia.htm");
	addICPSubMenu("Gallery","Photo Gallery","pict.htm");
	addICPSubMenu("Gallery","Video Gallery","video.htm");
	
	
	//Quiz
	addICPMenu("Quiz", "Interactive pages", "","interactive.htm");
	addICPSubMenu("Quiz","Interactive game","game1.htm");
	addICPSubMenu("Quiz","Quiz","quiz.htm");
	addICPSubMenu("Quiz","Your opinions/comments","opn.htm");
	
	//Credits
	addICPMenu("Credits", "Acknowledgements", "","credits.htm");
	addICPSubMenu("Credits","Credits","credits.htm");
	addICPSubMenu("Credits","Bibliography","bib.htm");
	
	
}
