function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location);

	menu = new Menu();
	menu.addItem("bcastid", "Broadcast Power", "Broadcast Power",  null, null);
	menu.addItem("camcorderid", "Camcorder Power", "Camcorder Power",  null, null);
	menu.addItem("educationid", "InfaDot", "InfaDot",  null, null);
	menu.addItem("adgiftid", "AdGifts", "AdGifts",  null, null);
	menu.addItem("miscid", "The CarD", "The CarD",  null, null);

	menu.addItem("rdid", "Custom Build", "Custom Build",  null, null);
	
	menu.addSubItem("bcastid", "Overview", "Overview",  
"bcast.htm");
	menu.addSubItem("bcastid", "Digital Video", "Digital Video",  
"digpower.htm");	
	menu.addSubItem("bcastid", "Battery Info", "Battery Info", 
 "battinfo.htm");
	menu.addSubItem("bcastid", "30V 7Ah Pack", "30V 7Ah Pack", 
 "30v7abs.htm");
	menu.addSubItem("bcastid", "Canon XL1 Power", "Canon XL1 Power",  "xl-1.htm");
	menu.addSubItem("bcastid", "Lithium Ion Batteries", "Lithium Ion batteries",  "lithium.htm");
	menu.addSubItem("bcastid", "Super NP1 Batteries", "Super NP1 Batteries",  "np1ss.htm");
	menu.addSubItem("bcastid", "Pro Battery Belts", "Pro Battery Belts",  "pncb22xl.htm");
	menu.addSubItem("bcastid", "V9000 & DSR 200 Power", "V9000 & DSR 200 Power",  "sdn5.htm");
menu.addSubItem("bcastid", "", "",  
"");

	menu.addSubItem("camcorderid", "Overview", "Overview",  
	"camcord.htm");
	menu.addSubItem("camcorderid", "Canon XL1 Power", "Canon XL1 Power",  "xl-1.htm");
	menu.addSubItem("camcorderid", "Battery Belts", "Battery Belts", 
	 "digpower.htm");
	menu.addSubItem("camcorderid", "Battery Packs", "Battery Packs",  
	"ultimate.htm");
	menu.addSubItem("camcorderid", "", "",  
	"");
	
	menu.addSubItem("educationid", "Overview", "Overview",  
	"infadot.htm");
	menu.addSubItem("educationid", "", "",  
	"");
	
	menu.addSubItem("adgiftid", "Overview", "Overview",  "adgifts.htm");
	menu.addSubItem("adgiftid", "Parker Pens", "Parker Pens",  "parker.htm");
	menu.addSubItem("adgiftid", "", "",  "");
	
	menu.addSubItem("miscid", "Overview", "Overview",  "card.htm");
	menu.addSubItem("miscid", "", "",  "");

	
	
	menu.addSubItem("rdid", "Overview", "Overview",  "design.htm")
	menu.addSubItem("rdid", "", "",  "");

	menu.showMenu();
}
