
function SetupMenus () {
	Menu.setClasses ("menuBox", "menuItem", "menuItemSelected");
	Menu.setSpeeds (20, 35);
	Menu.setCloseTimer (20);

///////////////////////////////////////////////////////////
	

		m = new Menu (0, 0, "Menu2");
		
			m.addOption ("Bags/Pouches", "index.cfm?action=photoGallery&sub=gallery&id=2");
		
			m.addOption ("Bottles", "index.cfm?action=photoGallery&sub=gallery&id=5");
		
			m.addOption ("Cartons", "index.cfm?action=photoGallery&sub=gallery&id=6");
		
			m.addOption ("Cups", "index.cfm?action=photoGallery&sub=gallery&id=8");
		
			m.addOption ("Trays", "index.cfm?action=photoGallery&sub=gallery&id=9");
		
			m.addOption ("Food Products/Bakery Items", "index.cfm?action=photoGallery&sub=gallery&id=10");
		
			m.addOption ("Environment", "index.cfm?action=photoGallery&sub=gallery&id=11");
		

		m = new Menu (0, 0, "Menu1");
		
			m.addOption ("Case Palletizing", "index.cfm?action=photoGallery&sub=gallery&id=3");
		
			m.addOption ("Compact Palletizer", "index.cfm?action=photoGallery&sub=gallery&id=12");
		
			m.addOption ("Bags", "index.cfm?action=photoGallery&sub=gallery&id=7");
		
			m.addOption ("Environment", "index.cfm?action=photoGallery&sub=gallery&id=14");
		
			m.addOption ("Dual Function", "index.cfm?action=photoGallery&sub=gallery&id=13");
		
			m.addOption ("Pails or Buckets", "index.cfm?action=photoGallery&sub=gallery&id=18");
		

		m = new Menu (0, 0, "Menu3");
		
			m.addOption ("Conveyors", "index.cfm?action=photoGallery&sub=gallery&id=4");
		
			m.addOption ("Transfer Cart", "index.cfm?action=photoGallery&sub=gallery&id=15");
		
			m.addOption ("Pallet Dispenser", "index.cfm?action=photoGallery&sub=gallery&id=16");
		

	window.setInterval ("Menu.update ();", 20);
}
