ICPMenu_Supported   = true;

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

	createICPMenu("Bio");
	addICPMenuItem("Bio", "Awards", "awards.html");

	createICPMenu("DiscoG");
	addICPMenuItem("DiscoG", "Albums", "disco_german.html#albums");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;F&uuml;r Immer Und Ewig", "fuer_immer_und_ewig.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Die Welt Geh&ouml;rt Dir", "die_welt_gehoert_dir.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Live in Berlin", "live_in_berlin.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Jasmin", "jasmin.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Verliebt", "verliebt.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Herzfrequenz", "herzfrequenz.html");
	addICPMenuLine("DiscoG");
	addICPMenuItem("DiscoG", "Singles", "disco_german.html#singles");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Ich Vermisse Dich", "ich_vermisse_dich.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Es Ist Nie Vorbei", "es_ist_nie_vorbei.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Die Welt Geh&ouml;rt Mir", "die_welt_gehoert_mir.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Ist Deine Liebe Echt?", "ist_deine_liebe_echt.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Unter'm Weihnachtsbaum", "unterm_weihnachtsbaum.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Heut' Ist Mein Tag", "heut_ist_mein_tag.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Tu Es Mon &Icirc;le", "tu_es_mon_ile.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Es Ist Vorbei", "es_ist_vorbei.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Ich Bin Wieder Hier", "ich_bin_wieder_hier.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Blaue Augen", "blaue_augen.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Sesam Jam", "sesam_jam.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Gib Mir Noch Zeit", "gib_mir_noch_zeit.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Verr&uuml;ckte Jungs", "verrueckte_jungs.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Nur Getr&auml;umt", "nur_getraeumt.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Bicycle Race", "bicycle_race.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Du Und Ich", "du_und_ich.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Boomerang", "boomerang.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Kleiner Satellit", "kleiner_satellit.html");
	addICPMenuItem("DiscoG", "&nbsp;&nbsp;Herz an Herz", "herz_an_herz.html");

	createICPMenu("DiscoE");
	addICPMenuItem("DiscoE", "Albums", "disco_english.html#albums");
	addICPMenuItem("DiscoE", "&nbsp;&nbsp;In Love", "in_love.html");
	addICPMenuItem("DiscoE", "&nbsp;&nbsp;Heartbeat", "heartbeat.html");
	addICPMenuLine("DiscoE");
	addICPMenuItem("DiscoE", "Singles", "disco_english.html#singles");
	addICPMenuItem("DiscoE", "&nbsp;&nbsp;Key to Paradise", "key_to_paradise.html");
	addICPMenuItem("DiscoE", "&nbsp;&nbsp;Give Me More Time", "give_me_more_time.html");
	addICPMenuItem("DiscoE", "&nbsp;&nbsp;Just a Dream", "just_a_dream.html");
	addICPMenuItem("DiscoE", "&nbsp;&nbsp;Bicycle Race", "bicycle_race.html");
	addICPMenuItem("DiscoE", "&nbsp;&nbsp;You and Me", "you_and_me.html");
	addICPMenuItem("DiscoE", "&nbsp;&nbsp;Heart to Heart", "heart_to_heart.html");

	createICPMenu("Resources");
	addICPMenuItem("Resources", "Articles and Interviews", "articles.html");
	addICPMenuItem("Resources", "2001 Concert Tour", "events.html");
	addICPMenuItem("Resources", "Letter to Fans", "letter.html");

	createICPMenu("Downloads");
	addICPMenuItem("Downloads", "MIDI Audio", "midi.html");
	addICPMenuItem("Downloads", "Pictures", "pictures.html");
	addICPMenuItem("Downloads", "Software", "software.html");

	createICPMenu("Links");
	addICPMenuItem("Links", "Bl&uuml;mchen's Homepage", "http://www.bluemchen-online.de/");
	addICPMenuLine("Links");
	addICPMenuItem("Links", "Edel Online", "http://www.edel.com");
	addICPMenuItem("Links", "Peer Music", "http://www.peermusic.com");
	addICPMenuLine("Links");
	addICPMenuItem("Links", "Other Sites", "links.html#other");
}
