ICPMenu_Supported   = true;

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

	createICPMenu("About");
	addICPMenuItem("About", "What is MediaCD?", "whatismediacd.html");
	addICPMenuItem("About", "New in MediaCD 3.5", "whatsnew.html");
	addICPMenuItem("About", "Supported Media Formats", "formats.html");
	addICPMenuItem("About", "Screenshots", "screenshots.html");

	createICPMenu("Download");
	addICPMenuItem("Download", "Download MediaCD", "download.html");
	addICPMenuItem("Download", "Download Media Players", "players.html");
}
