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("#8080FF", "white", "black");
	// Customize toolbar background color
	//setToolbarBGColor("white");
	setBannerColor("#000066","#000066", "White", "#FFFF99");

	// display ICP Banner
        setICPBanner("main_files/banner.jpg","","Cyberbrainz")
	//***** Add ICP menus *****
	//Home
	addICPMenu("HomeMenu", "Home", "Home Page","main.html");
	    //About
	addICPMenu("About", "About", "","");
	addICPSubMenu("About","Profile","ourprofile.htm");
	addICPSubMenu("About","Team@Cyberbrainz","ourteam.htm");
	addICPSubMenu("About","Organisation","partner.htm");
	addICPSubMenu("About","PSI Net","corporate.html");
	addICPSubMenu("About","Alliance","alliance.htm");     
        
	   //Web Services
	addICPMenu("Web Services", "Web Services", "","");
	addICPSubMenu("Web Services", "Web Design","webdesign.htm");
	addICPSubMenu("Web Services", "Online World News","news.htm");
		
	  //Gallery
	addICPMenu("Gallery", "Gallery", "","");
	addICPSubMenu("Gallery", "Gallery","gallery.htm");
	addICPSubMenu("Gallery", "Downloads","download.htm");
	addICPSubMenu("Gallery", "More Stuff","more.htm");
				    
	  //Web Helpdesk
	addICPMenu("Helpdesk", "Helpdesk", "","");
	addICPSubMenu("Helpdesk", "Whois Check","whois.htm");
	addICPSubMenu("Helpdesk", "Online Helpdesk","helpdesk.htm");
	addICPSubMenu("Helpdesk", "FAQ Support","faq.htm");

	//Mail Services
	addICPMenu("MailServices", "Mail Services", "","");
	addICPSubMenu("MailServices","Free Email","http://dhillon.zzn.com");
	
	//India Plus
	addICPMenu("India Plus", "India Plus", "","");
	addICPSubMenu("India Plus","Stocks & Shares","http://www.bseindia.com");
	addICPSubMenu("India Plus","India News Line","http://www.ndtv.com");
	addICPSubMenu("India Plus", "World NewsLine","news.htm");
        addICPSubMenu("India Plus","Health Line","http://www.apollohealth.com");
	addICPSubMenu("India Plus","Indian Bytes","http://www.rediff.com");
	addICPSubMenu("India Plus","Contests","http://contests.indiatimes.com");
        addICPSubMenu("India Plus","Indian Pincode Finder","http://www.indiapost.org/pinsearch1.asp");
	
	//WebSphere
	addICPMenu("WebSphere", "WebSphere", "","");
	addICPSubMenu("WebSphere","Amritsar e-Connect","http://www.amritsar.com");
	addICPSubMenu("WebSphere","Amritsar Plus","http://www.amritsarplus.com");
	addICPSubMenu("WebSphere","Amritsar Infoline","http://www.amritsar.tk");
	addICPSubMenu("WebSphere","Dharat Punjab","http://www.dharatpunjab.dot.nu");
	addICPSubMenu("WebSphere","Onset Technologies","http://www.onsetindia.com");
	addICPSubMenu("WebSphere","Onset Design Studio","http://www.onsetstudio.com");
		
	//Contact
	addICPMenu("Contact", "Contact", "","");
	addICPSubMenu("Contact","Cyberbrainz India","contact.htm");
	addICPSubMenu("Contact","PSI NEt","contactus.htm");
	addICPSubMenu("Contact","Interact","response.htm");
	addICPSubMenu("Contact","Feedback","feedback.htm");
	
}
