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("black", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display ICP Banner
	setICPBanner("images/opera.jpg","/","zycom.com.au Home") ;
	

	addICPMenu("HomeMenu", "Home", "","/");
	addICPSubMenu("HomeMenu","zycom.com.au Home","/");
	

	addICPMenu("ServicesMenu", "Services", "","services.shtml");
	addICPSubMenu("ServicesMenu","AIX","aix.shtml");
	addICPSubMenu("ServicesMenu","HACMP","hacmp.shtml");
	addICPSubMenu("ServicesMenu","ADSM/TSM","adsm.shtml");
	addICPSubMenu("ServicesMenu","SP","sp.shtml");
	addICPSubMenu("ServicesMenu","Firewall","firewall.shtml");
	addICPSubMenu("ServicesMenu","Security","security.shtml");	
	addICPSubMenu("ServicesMenu","Internet/E-Commerce","internet.shtml");
	addICPSubMenu("ServicesMenu","Performance Audit","performance.shtml");
	addICPSubMenu("ServicesMenu","Capacity Planning","capacity.shtml");
	addICPSubMenu("ServicesMenu","UNIX/Windows NT","unixnt.shtml");
	
	addICPMenu("ProductMenu", "Products", "","products.shtml");
	addICPSubMenu("ProductMenu","Systems Monitor","sysmonitor.shtml");
	addICPSubMenu("ProductMenu","Performance Monitor","perfmonitor.shtml");
	

	addICPMenu("ZycomMenu", "About Zycom", "","about.shtml");
	addICPSubMenu("ZycomMenu","Inside Our Site","about.shtml");
	addICPSubMenu("ZycomMenu","Company Overview","about.shtml");
	addICPSubMenu("ZycomMenu","Jobs","about.shtml");



	addICPMenu("ContactMenu", "Contact", "","contact.shtml");
	addICPSubMenu("ContactMenu","Contact Zycom","contact.shtml");
	addICPSubMenu("ContactMenu","Contact Employees","contact.shtml");
	addICPSubMenu("ContactMenu","SMS Page Employees","contact.shtml#sms");


	addICPMenu("NewsMenu", "News", "","news.shtml");
	addICPSubMenu("newsMenu","Zycoms News","news.shtml");
	addICPSubMenu("newsMenu","IBM News","http://www.ibm.com/news");
	addICPSubMenu("newsMenu","Tech News","http://www.newshub.com/tech/");

	addICPMenu("SupportMenu", "Support", "","support.shtml");
	addICPSubMenu("SupportMenu","Zycom Support","support.shtml");
	addICPSubMenu("SupportMenu","IBM Support","http://www.rs6000.ibm.com/support/");
	addICPSubMenu("SupportMenu","Tivoli Support","http://www.tivoli.com/support/");
	addICPSubMenu("SupportMenu","AIX Documentation","http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/aixgen/topnav/topnav.htm");

	addICPMenu("ToolsMenu", "Tools", "","tools.shtml");
	addICPSubMenu("ToolsMenu","Calculator","calc.shtml");
	addICPSubMenu("ToolsMenu","Scientific Calculator","scalc.shtml");
	addICPSubMenu("ToolsMenu","Loan Calculator","loan.shtml");
	addICPSubMenu("ToolsMenu","Search","search.html");
	addICPSubMenu("ToolsMenu","Calendar","/cgi-bin/calendar.cgi");
	addICPSubMenu("ToolsMenu","Ping","ping.shtml");
	addICPSubMenu("ToolsMenu","Traceroute","traceroute.shtml");
	addICPSubMenu("ToolsMenu","Nslookup","nslookup.shtml");
	addICPSubMenu("ToolsMenu","Whois","whois.shtml");
	addICPSubMenu("ToolsMenu","Dig","dig.shtml");
	addICPSubMenu("ToolsMenu","Show Stats","/cgi-bin/mini_logger.cgi?login");

	addICPMenu("CustomerMenu", "Customer Login", "","restricted/customer.shtml");
		
	

	
}
