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("#0099FF", "white", "red");
        
        // Customize toolbar background color
        //setToolbarBGColor("white");
        //=========setBannerColor("#022462", "#0099FF", "White", "red");



        //setBannerColor("#4F004F", "#0099FF", "White", "red");
       //setBannerColor("#373700", "#0099FF", "White", "red");
         //setBannerColor("#383838", "#0099FF", "White", "red")
          //setBannerColor("#002F00", "#0099FF", "White", "red")
        //setBannerColor("#FB1A00", "#0099FF", "White", "black")
        //setBannerColor("#C11300", "#0099FF", "White", "black")
        //setBannerColor("#CCCCFF", "#0099FF", "white", "black")
       //setBannerColor("#6F644E", "#0099FF", "white", "#C0C0C0")

       //setBannerColor("#C37C2E", "#0099FF", "white", "#000000")
       setBannerColor("#6F644E", "#0099FF", "white", "#FFFFCC")
       //  setBannerColor("#A1321F", "#0099FF", "white", "#FFFFCC")

        //setBannerColor("#003366", "#0099FF", "white", "#000064")


        // display ICP Banner
        setICPBanner("/images/nichelogo1.gif","","Niche Of Truth") ;
        //setICPBanner("../images/nichelogo1.gif","","Sneha Samvadam") ;
        //***** Add ICP menus *****
        //Home
        addICPMenu("HomeMenu", "Home", "Niche Of Truth Home","/default.asp");
        
        //Quran & Sunnah
        addICPMenu("EventsMenu", "About Niche Of Truth", "","");
        addICPSubMenu("EventsMenu","Objectives & Works","/pages/works.htm");
        addICPSubMenu("EventsMenu","Past Activities","/pages/past_activities.htm");
        addICPSubMenu("EventsMenu","How Can You Contribute?","/pages/contribute.htm");
        addICPSubMenu("EventsMenu","Centers & Contact Details","/pages/centers_contacts.htm");
        //Books & Cassettes
        addICPMenu("SubscribeMenu", "Books & Cassettes", "","");
        addICPSubMenu("SubscribeMenu","Books","/pages/books.htm");
        addICPSubMenu("SubscribeMenu","Cassettes","/pages/cassettes.htm");
        addICPSubMenu("SubscribeMenu","Booklets","/pages/books.htm");
        addICPSubMenu("SubscribeMenu","Others","/pages/books.htm");
        
        //Programs
        addICPMenu("NicheMenu", "Programs", "","");
        addICPSubMenu("NicheMenu","Public Programs","/pages/programs.asp");
        addICPSubMenu("NicheMenu","Da'wah Camps","/pages/programs.asp");
        addICPSubMenu("NicheMenu","Da'wah Work Shop","/pages/programs.asp");
        addICPSubMenu("NicheMenu","Weekly Classes","/pages/programs.asp?action=weekly_classes");
        addICPSubMenu("NicheMenu","Others","/pages/programs.asp");
        //addICPSubMenu("NicheMenu","Other Cassettes","");


        //Responses
        addICPMenu("DownloadMenu", "Responses", "","");
        addICPSubMenu("DownloadMenu","Responses to criticisms","/pages/responses_home.htm");
        addICPSubMenu("DownloadMenu","Responses to issues","/pages/responses_home.htm");
        addICPSubMenu("DownloadMenu","Others","/pages/responses_home.htm");

        //Contact Us
        addICPMenu("InternationalMenu", "Contact Us", "","");
        //addICPSubMenu("InternationalMenu","Guest Book","/pages/under.htm");
        addICPSubMenu("InternationalMenu","Write to Niche Of Truth","/pages/write_to_niche.htm");
        addICPSubMenu("InternationalMenu","Write to Director","/pages/write_to_director.htm");
        addICPSubMenu("InternationalMenu","Write to Web Master","/pages/write_to_webmaster.htm");
        //Others
        addICPMenu("OtherMenu", "Others", "","");
        //addICPSubMenu("OtherMenu","About Us","/pages/abutus.htm");
        addICPSubMenu("OtherMenu","Faq on Islam","/pages/what_is_islam.htm");
        addICPSubMenu("OtherMenu","For New Muslims","/pages/for_new_muslims.htm");
        addICPSubMenu("OtherMenu","Creative Media","/pages/creative_media.htm");
        addICPSubMenu("OtherMenu","Invitation to the Truth","/pages/invitation.htm");
        //addICPSubMenu("OtherMenu","Mailing list","/pages/mlist.htm");
        //addICPSubMenu("OtherMenu","News","/pages/under.htm");
        //addICPSubMenu("OtherMenu","Online with Us","/pages/under.htm");
        
        
        
}



