
var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{

//Style Sheet
setCSSDisabled();



//Local Top Menu Configuration
 

        createMenu("Articles", "Articles", "/");      
		addMenuItem("Articles", "The Bridge", "thebridge/index.html");
		addMenuItem("Articles", "Your Heart", "YourHeart/index.html");
		addMenuItem("Articles", "I Kissed Dating Goodbye", "dating.html");
		addMenuItem("Articles", "Creationist attacted in the Irish Times", "creation.html");
		addMenuItem("Articles", "The Link", "/AIEC/link/index.html");
		addMenuItem("Articles", "USA September 11 FAQ", "USAMain.html");
		addMenuItem("Articles", "First Text", "text001.html");
		addMenuItem("Articles", "This Week's Text", "text003.html");
		addMenuItem("Articles", "More Articles", "/newsboard/index.html");

        
}
