
var TREE_ITEMS = 
[
	['Internet',null,		

			['Networking Fundamentals', null,
				['Introduction to Networks', null],
				['Introduction to LAN', null],
				['Types of Networks', null],
				['Connections', null],
				['Routers', null],
				['Networking Protocols', null],
				['Introduction to TCP/IP', null],
				['Internetworking Servers', null],
				['Network Security', null],
				['Quiz', null],
			],

			
	]
];

