ICPMenu_Supported   = true;

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

	createICPMenu("About");
	addICPMenuItem("About", "Overview", "overview.html");
	addICPMenuItem("About", "Features","features.html");
	addICPMenuItem("About", "Using TQS","using.html");
	addICPMenuItem("About", "Screenshots","screenshots.html");

	createICPMenu("Download");
	addICPMenuItem("Download", "Download TQS", "download_tqs.html");
	addICPMenuItem("Download", "Download Applications", "samples.html");

	createICPMenu("Guide");
	addICPMenuItem("Guide", "New in TQS 2.8", "guide_new.html");
	addICPMenuItem("Guide", "Version History", "guide_history.html");
	addICPMenuLine("Guide");
	addICPMenuItem("Guide", "Inside TQS", "inside.html");
	addICPMenuItem("Guide", "Tutorial","tutorial.html");
	addICPMenuItem("Guide", "Reference","reference.html");
}
