var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	Frame_Supported = false;
	setDefaultICPMenuColor("#000088", "#ffffff", "#ff0000");
	setToolbarBGColor("white");
	//RF Cables
	addICPMenu("RFMenu", "RF Cables", "","");
	addICPSubMenu("RFMenu","Semi-Rigid","http://www.onlinecables.com/search/index.php3?finditchoice=smr");
	addICPSubMenu("RFMenu","Flexible Coax","http://www.onlinecables.com/search/index.php3?finditchoice=fxc");
	addICPSubMenu("RFMenu","Conformable Coax","http://www.onlinecables.com/search/index.php3?finditchoice=cnf");
        addICPSubMenu("RFMenu","Helix","http://www.onlinecables.com/search/index.php3?finditchoice=hlx");
        addICPSubMenu("RFMenu","Adaptors","http://www.onlinecables.com/search/index.php3?finditchoice=adp");
        addICPSubMenu("RFMenu","Attenuators","http://www.onlinecables.com/search/index.php3?finditchoice=atn");
	
	//Computer Cables
	addICPMenu("ComputerMenu", "Computer Cables", "","");
	addICPSubMenu("ComputerMenu","Monitor Cables","http://www.onlinecables.com/search/index.php3?finditchoice=mtr");
	addICPSubMenu("ComputerMenu","Internal Power","http://www.onlinecables.com/search/index.php3?finditchoice=npr");
	addICPSubMenu("ComputerMenu","Power Cords","http://www.onlinecables.com/search/index.php3?finditchoice=pwr");
	addICPSubMenu("ComputerMenu","LAN Cables","http://www.onlinecables.com/search/index.php3?finditchoice=lan");
	addICPSubMenu("ComputerMenu","Null Modem Cables","http://www.onlinecables.com/search/index.php3?finditchoice=num");
	addICPSubMenu("ComputerMenu","SCSI Cables","http://www.onlinecables.com/search/index.php3?finditchoice=scs");
	addICPSubMenu("ComputerMenu","Printer Cables","http://www.onlinecables.com/search/index.php3?finditchoice=prt");
	addICPSubMenu("ComputerMenu","Keyboard Cables","http://www.onlinecables.com/search/index.php3?finditchoice=key");

	//Networking Cables
	addICPMenu("NetworkingMenu", "Networking Cables", "","");
	addICPSubMenu("NetworkingMenu","LAN Cables","http://www.onlinecables.com/search/index.php3?finditchoice=lan");
	addICPSubMenu("NetworkingMenu","SCSI Cables","http://www.onlinecables.com/search/index.php3?finditchoice=scs");
	addICPSubMenu("NetworkingMenu","Flexible Coax","http://www.onlinecables.com/search/index.php3?finditchoice=fxc");
	
	//Harnesses
	addICPMenu("HarnessesMenu", "Harnesses", "","");
	addICPSubMenu("HarnessesMenu","Custom Orders","");

	//Custom Assemblies
	addICPMenu("CustomMenu", "Custom Assemblies", "","");
	addICPSubMenu("CustomMenu","RF Semi-Rigid","http://www.onlinecables.com/search/index.php3?finditchoice=cst-sr");
	addICPSubMenu("CustomMenu","Flexible Coax","http://www.onlinecables.com/search/index.php3?finditchoice=cst-fc");
	addICPSubMenu("CustomMenu","Conformable Coax","http://www.onlinecables.com/search/index.php3?finditchoice=cst-cc");
	addICPSubMenu("CustomMenu","Multi-Conductors","http://www.onlinecables.com/search/index.php3?finditchoice=cst-mc");
	addICPSubMenu("CustomMenu","Harnesses","http://www.onlinecables.com/search/index.php3?finditchoice=cst-hr");

	//Home
	addICPMenu("HomeMenu", "Home", "","http://www.onlinecables.com/");
}
