function AboutWindow(url)
	{
	var hWnd = window.open(url,"AboutWindow","width=530,height=380,resizable=yes,scrollbars=no");
	if (hWnd.focus != null) hWnd.focus();
	}

function AnimeReviewWindow(url)
	{
	var hWnd = window.open(url,"AnimeReviewWindow","width=600,height=450,resizable=yes,scrollbars=no");
	if (hWnd.focus != null) hWnd.focus();
	}

function GuestbookWindow(url)
	{
	var hWnd = window.open(url,"GuestbookWindow","width=600,height=450,resizable=yes,scrollbars=yes");
	if (hWnd.focus != null) hWnd.focus();
	}

function CharacterWindow(url)
	{
	var hWnd = window.open(url,"CharacterWindow","width=850,height=640,resizable=yes,scrollbars=no");
	if (hWnd.focus != null) hWnd.focus();
	}

function SongWindow(url)
	{
	var hWnd = window.open(url,"SongWindow","width=850,height=650,resizable=yes,scrollbars=no");
	if (hWnd.focus != null) hWnd.focus();
	}

function SummaryWindow(url)
	{
	var hWnd = window.open(url,"SummaryWindow","width=850,height=700,resizable=yes,scrollbars=no");
	if (hWnd.focus != null) hWnd.focus();
	}

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("dimensionid", "Rayearth & Seresu's Anime Dimension", "Rayearth & Seresu's Anime Dimension", null, null);
	menu.addItem("mkrid", "Magic Knight Rayearth Dimension", "Magic Knight Rayearth Dimension", null, null);
	menu.addItem("ovaid", "Rayearth OVA Dimension", "Rayearth OVA Dimension", null, null);

	menu.addSubItem("dimensionid", "Main Page", "Main Page",  "http://www.neorayearth.net/dimension4/main.html");
	menu.addSubItem("dimensionid", "Anime Review", "Anime Review",  "http://www.neorayearth.net/dimension4/animelist.html");
	menu.addSubItem("dimensionid", "Lyrics Archive", "Lyrics Archive",  "http://www.neorayearth.net/dimension4/lyrics.html");
	menu.addSubItem("dimensionid", "New Ring of Magic Knight Rayearth", "New Ring of Magic Knight Rayearth",  "http://www.neorayearth.net/dimension4/ring/index.html");
	menu.addSubItem("dimensionid", "New Magic Knight Rayearth Rankings", "New Magic Knight Rayearth Rankings",  "http://www.neorayearth.net/dimension4/rankings/index.html");
	menu.addSubItem("dimensionid", "Links to other pages", "Links to other pages",  "http://www.neorayearth.net/dimension4/links.html");
	menu.addSubItem("dimensionid", "Linking to the Dimension", "Linking to the Dimension",  "http://www.neorayearth.net/dimension4/linking.html");
	menu.addSubItem("dimensionid", "Dimension FAQ", "Dimension FAQ",  "http://www.neorayearth.net/dimension4/faq.php");
	menu.addSubItem("dimensionid", "Awards of the Dimension", "Awards of the Dimension",  "http://www.neorayearth.net/dimension4/awards.html");
	menu.addSubItem("dimensionid", "Founders of the Dimension", "Founders of the Dimension",  "http://www.neorayearth.net/dimension4/founders.html");
	menu.addSubItem("dimensionid", "History of the Dimension", "History of the Dimension",  "http://www.neorayearth.net/dimension4/history.html");
	menu.addSubItem("dimensionid", "Dimension Guestbook", "Dimension Guestbook",  "http://www.neorayearth.net/dimension4/gb/index.html");
	menu.addSubItem("dimensionid", "Dimension Survey", "Dimension Survey",  "http://www.neorayearth.net/dimension4/survey.html");
	menu.addSubItem("dimensionid", "Credits", "Credits", "http://www.neorayearth.net/dimension4/credits.html");
	menu.addSubItem("dimensionid", "About Rayearth & Seresu's Anime Dimension", "About Rayearth & Seresu's Anime Dimension",  "javascript:AboutWindow(\"http://www.neorayearth.net/dimension4/about.html\")");

	menu.addSubItem("mkrid", "Main Page", "Main Page",  "http://www.neorayearth.net/dimension4/mkr/main.html");
	menu.addSubItem("mkrid", "Anime Pocket Guide", "Anime Pocket Guide",  "http://www.neorayearth.net/dimension4/mkr/anime/index.html");
	menu.addSubItem("mkrid", "Character Profiles", "Character Profiles",  "http://www.neorayearth.net/dimension4/mkr/char/index.html");
	menu.addSubItem("mkrid", "Frequently Asked Questions", "Frequently Asked Questions",  "http://www.neorayearth.net/dimension4/mkr/faq/index.html");
	menu.addSubItem("mkrid", "Fan Fiction", "Fan Fiction",  "http://www.neorayearth.net/dimension4/mkr/fic/index.html");
	menu.addSubItem("mkrid", "Downloads", "Downloads",  "http://www.neorayearth.net/dimension4/mkr/dl/index.html");
	menu.addSubItem("mkrid", "Image Gallery", "Image Gallery",  "http://www.neorayearth.net/dimension4/mkr/image/index.html");
	menu.addSubItem("mkrid", "Desktop Wallpapers", "Desktop Wallpapers",  "http://www.neorayearth.net/dimension4/mkr/wall/index.html");
	menu.addSubItem("mkrid", "Merchandise", "Merchandise",  "http://www.neorayearth.net/dimension4/mkr/merch/index.html");
	menu.addSubItem("mkrid", "Fan Art", "Fan Art",  "http://www.neorayearth.net/dimension4/mkr/art/index.html");
	menu.addSubItem("mkrid", "E-Cards", "E-Cards",  "http://www.neorayearth.net/dimension4/mkr/cards/index.html");
	menu.addSubItem("mkrid", "Links", "Links",  "http://www.neorayearth.net/dimension4/mkr/links/index.html");
	menu.addSubItem("mkrid", "Webrings", "Webrings",  "http://www.neorayearth.net/dimension4/mkr/webring/index.html");
	menu.addSubItem("mkrid", "Summary", "Summary",  "http://www.neorayearth.net/dimension4/mkr/summary/index.html");
	menu.addSubItem("mkrid", "Music", "Music",  "http://www.neorayearth.net/dimension4/mkr/music/index.html");
	menu.addSubItem("mkrid", "Fan Rants", "Fan Rants",  "http://www.neorayearth.net/dimension4/mkr/rant/index.html");
	menu.addSubItem("mkrid", "Facts on Rayearth", "Facts on Rayearth",  "http://www.neorayearth.net/dimension4/mkr/facts/index.html");
	menu.addSubItem("mkrid", "Rayearth Omake", "Rayearth Omake",  "http://www.neorayearth.net/dimension4/mkr/rayearth/index.html");
	
	menu.addSubItem("ovaid", "Main Page", "Main Page",  "http://www.neorayearth.net/dimension4/ova/main.html");
	menu.addSubItem("ovaid", "Anime Pocket Guide", "Anime Pocket Guide",  "http://www.neorayearth.net/dimension4/ova/anime/index.php");
	menu.addSubItem("ovaid", "Character Profiles", "Character Profiles",  "http://www.neorayearth.net/dimension4/ova/char/index.php");
	menu.addSubItem("ovaid", "Frequently Asked Questions", "Frequently Asked Questions",  "http://www.neorayearth.net/dimension4/ova/faq/index.php");
	menu.addSubItem("ovaid", "Image Gallery", "Image Gallery",  "http://www.neorayearth.net/dimension4/ova/image/index.php");
	menu.addSubItem("ovaid", "Wallpapers", "Wallpapers",  "http://www.neorayearth.net/dimension4/ova/wall/index.php");
	menu.addSubItem("ovaid", "Merchandise", "Merchandise",  "http://www.neorayearth.net/dimension4/ova/merch/index.php");
	menu.addSubItem("ovaid", "Links", "Links",  "http://www.neorayearth.net/dimension4/ova/links/index.php");
	menu.addSubItem("ovaid", "Webrings", "Webrings",  "http://www.neorayearth.net/dimension4/ova/webring/index.php");
	menu.addSubItem("ovaid", "Summary", "Summary",  "http://www.neorayearth.net/dimension4/ova/summary/index.php");
	menu.addSubItem("ovaid", "Music", "Music",  "http://www.neorayearth.net/dimension4/ova/music/index.php");
	menu.addSubItem("ovaid", "Rayearth Omake", "Rayearth Omake",  "http://www.neorayearth.net/dimension4/ova/rayearth/index.php");

	menu.showMenu();
}