var MENU_ITEMS = [
	['Home', 'http://www.copper.com/'],
	['Radios', null, null,
	    ['Magnum', null, null,
	        ['S-3', 'http://www.copper.com/manuals/index.php?item=magnum_s-3'],
		    ['S-6', 'http://www.copper.com/manuals/index.php?item=magnum_s-6'],
		    ['S-9', 'http://www.copper.com/manuals/index.php?item=magnum_s-9'],
		    ['257', 'http://www.copper.com/manuals/index.php?item=magnum_257'],
		    ['Alphaforce', 'http://www.copper.com/manuals/index.php?item=magnum_alphaforce'],
		    ['Deltaforce', 'http://www.copper.com/manuals/index.php?item=magnum_deltaforce'],
		    ['M-1', 'http://www.copper.com/manuals/index.php?item=magnum_m-1'],
		    ['Omegaforce', 'http://www.copper.com/manuals/index.php?item=magnum_omegaforce']
	    ],
	    ['Ranger', null],
	    ['Cobra', null],
	    ['Galaxy', null, null,
	        ['DX94hp', 'http://www.copper.com/manuals/index.php?item=galaxy_dx94hp'],
		    ['DX98vhp', 'http://www.copper.com/manuals/index.php?item=galaxy_dx98vhp']
        ],
	    ['Stryker', null]

	],
	['Antennas', null, null,
	    ['Avanti', null, null,
	        ['PDL II', 'http://www.copper.com/manuals/index.php?item=avanti_PDLII'],
		    ['Moonraker IV', 'http://www.copper.com/manuals/index.php?item=avanti_moonrakerIV']
        ],
	    ['Maco', null, null,
	        ['Comet', 'http://www.copper.com/manuals/index.php?item=maco_comet'],
		    ['Flat 6', 'http://www.copper.com/manuals/index.php?item=maco_flat6']
        ]
    ]
];

