var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = false;

	// Customize default ICP menu color - bgColor, fontColor, mouseoverColor
	setDefaultICPMenuColor("#4682B4", "white", "#FFFF00");

	//***** Add ICP menus *****
	addICPMenu("HomeMenu", "Home", "","http://www.iro2anime.esmartbiz.com/index.html");

	addICPMenu("AnimeListMenu", "Anime Videos", "","http://www.iro2anime.esmartbiz.com/epslist.html");

        addICPMenu("MangaMenu", "Manga Scans", "", "http://www.iro2anime.esmartbiz.com/manga.html");

        addICPMenu("OSTMenu", "Soundtracks", "", "http://www.iro2anime.esmartbiz.com/osts.html");
	
	addICPMenu("FAQMenu", "FAQ", "","http://www.iro2anime.esmartbiz.com/faq.htm");
	
	addICPMenu("ContactMenu", "Contact", "","http://www.iro2anime.esmartbiz.com/contact.html");
	
        addICPMenu("HelpMenu", "Links", "","http://www.iro2anime.esmartbiz.com/links.html");

}
