
var TREE_ITEMS = [
	['Product Literature', null,
		['Amplifiers - Web View', null,
			['PE-Series', '../brochure/screen/s-pe-brochure.pdf'],
			['SRA-Series', '../brochure/screen/s-sra-tra-brochure.pdf'],
			['TRA-Series', '../brochure/screen/s-sra-tra-brochure.pdf'],
		],
		//['Amplifiers - Print Quality', null,
			//['PE-Series', '../spec-sheets/pe-amp.pdf'],
			//['SRA-Series', '../spec-sheets/sra2-amp.pdf'],
			//['TRA-Series', '../spec-sheets/sra4-amp.pdf'],
		//],
		['Protea DSP Web View', null,
			['All Protea', '../brochure/screen/scr-protea-lit-us.pdf'],
		],
		['Protea DSP Print Quality', null,
			['All Protea', '../brochure/print/protea-lit-us.pdf'],
		],
		//['Signal Processors - Web View', null,
			//['GQX-1502', '../spec-sheets/gqx1502-n.pdf'],
			//['GQX-3102', '../spec-sheets/gqx3102-n.pdf'],
			//['MQX-2150', '../spec-sheets/mqx2150-n.pdf'],
			//['MQX-2310', '../spec-sheets/mqx2310-n.pdf'],
		//],
		//['Signal Processors - Print Quality', null,
			//['GQX-1502', '../spec-sheets/gqx1502-n.pdf'],
			//['GQX-3102', '../spec-sheets/gqx3102-n.pdf'],
			//['MQX-2150', '../spec-sheets/mqx2150-n.pdf'],
			//['MQX-2310', '../spec-sheets/mqx2310-n.pdf'],
		//],
		//['Mixers - Web View', null,
			//['XR-1001', '../spec-sheets/xr1001-n.pdf'],
			//['XR-2001', '../spec-sheets/xr2001-n.pdf'],
			//['XR-4001', '../spec-sheets/xr4001-n.pdf'],
		//],
		//['Mixers - Print Quality', null,
			//['XR-1001', '../spec-sheets/xr1001-n.pdf'],
			//['XR-2001', '../spec-sheets/xr2001-n.pdf'],
			//['XR-4001', '../spec-sheets/xr4001-n.pdf'],
		//],
	]
];