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("#0080FF", "black", "A619FF");
	
	// Customize toolbar background color
	//setToolbarBGColor("#FF8000");
	setBannerColor("#FF8000", "#FF8000", "white", "#000000");
	
	// display ICP Banner

	
		
	//***** Add ICP menus *****

	
	//Spazio
	addICPMenu("SpMenu", "           ", "	","	");

	//Home
	addICPMenu("HomeMenu", "-Home-", "","index.htm");

	//Hebrew lessons
	addICPMenu("HebMenu","-Hebrew lessons-", "", "");
	addICPSubMenu("HebMenu","Alphabet", "Hebrew Alphabet.htm");
	addICPSubMenu("HebMenu","Vowels&Rules", "Hebrew Vowels.htm");
	addICPSubMenu("HebMenu","Articles", "Hebrew Articles.htm");
      addICPSubMenu("HebMenu","Nouns and Adjectives", "Hebrew Nouns and Adjectives.htm");
      addICPSubMenu("HebMenu","Pronouns", "Hebrew Pronouns.htm");
      addICPSubMenu("HebMenu","Verbs", "Hebrew Verbs.htm");
	addICPSubMenu("HebMenu","Pages of the   Bible", "Pages of the Bible.htm");
	addICPSubMenu("HebMenu","Hebrew Mp3","Pages of the Bible.htm");
	addICPSubMenu("HebMenu","Hebrew Names","Hebrew Names in the Bible.htm");
      
      //Greek lessons
	addICPMenu("GrMenu","-Greek lessons-", "", "");
	addICPSubMenu("GrMenu","Alphabet", "Greek Alphabet.htm");
	addICPSubMenu("GrMenu","Accents", "Greek Accents.htm");
	addICPSubMenu("GrMenu","Rules", "Greek Rules.htm");
	addICPSubMenu("GrMenu","Verbs", "Greek Verbs.htm");
	addICPSubMenu("GrMenu","Adjectives","Greek Adjectives.htm");
	addICPSubMenu("GrMenu","Grammar", "Greek Grammar.htm");
	addICPSubMenu("GrMenu","Pages of the  Bible", "New Test in Greek.htm");
	
      //Christian Music
	addICPMenu("MusMenu", "-Chrisitan Music-", "Informazioni varie", "informazioni.htm");
	addICPSubMenu("MusMenu","My Favorite", "My Favorite.htm");
	addICPSubMenu("MusMenu","Others", "Other Artists.htm");
	addICPSubMenu("MusMenu","Chords", "Chords");
	addICPSubMenu("MusMenu","Articles", "Articles.htm");
		
	//Links
	addICPMenu("SitiMenu", "-Links-", "", "");
	addICPSubMenu("SitiMenu", "Ron Kenoly","http://www.ronkenoly.org");
        addICPSubMenu("SitiMenu", "Alvin Slaughter","http://www.alvinslaughter.com/");
        addICPSubMenu("SitiMenu", "Don Moen","http://www.donmoen.com");
        addICPSubMenu("SitiMenu", "Rick&Cathy Riso","http://www.rickandcathyriso.com");
        addICPSubMenu("SitiMenu", "Hillsong", "http://www.hillsong.com");
        addICPSubMenu("SitiMenu", "Marcos Witt","http://www.canzion.com");
        addICPSubMenu("SitiMenu", "Coalo Zamorano","http://www.coalozamorano.com");
        addICPSubMenu("SitiMenu", "Worship Alliance", "http://www.worshipalliance.com");
        addICPSubMenu("SitiMenu", "Integrity Music","http://www.integritymusic.com/");	
        addICPSubMenu("SitiMenu", "Worship Music", "http://www.worshipmusic.com/index.html");
	  addICPSubMenu("SitiMenu", "Christian Eagles","http://www.christianeagles.net/");
	
	//Search
	addICPMenu("SearMenu","-Search on-", "","");
	addICPSubMenu("SearMenu","Yahoo","http://www.yahoo.com/");
	addICPSubMenu("SearMenu","Google", "http://www.google.com/");
	addICPSubMenu("SearMenu","msn", "http://www.msn.com/");
	
	//email
	addICPMenu("emMenu","-email me-", "","mailto:trinaamp@hotmail.com");
    



}
