var TREE_NODES = [
  [{id:001},'CIS Home', '/cishelpdesk/', null],
  ['Accounts & Passwords', '/cishelpdesk/accounts/info/', null, 
    [{id:101}, 'General Info', '/cishelpdesk/accounts/info/', null],
  	[{id:102}, 'Good Password','/cishelpdesk/network/security/education/goodpassword/', null],
	[{id:103}, 'Password Info', '/cishelpdesk/accounts/password/', null]],
  ['Audio Visual Checkout', '/cishelpdesk/av/info/', null, 
    [{id:201}, 'General Info / Reservation', '/cishelpdesk/av/info/', null]], 
  ['Classrooms & Academic Labs', '/cishelpdesk/classroom/info/', null, 
    [{id:301}, 'General Info', '/cishelpdesk/classroom/info/', null], 
    [{id:302}, 'Classroom Equipment', '/cishelpdesk/classroom/equipment/', null], 
    [{id:303}, 'Student Computer Labs', '/cishelpdesk/classroom/labs/', null]],
  ['Email', '/cishelpdesk/email/info/', null, 
    [{id:401}, 'General Info', '/cishelpdesk/email/info/', null], 
    [{id:402}, 'Access Your SPU Email', '/cishelpdesk/email/access/', null],
	[{id:403}, 'Email Client Configuration', '/cishelpdesk/email/client/', null], 
	[{id:405}, 'Other/Advanced Features', '/cishelpdesk/email/advanced/', null], 
    [{id:406}, 'Spam', '/cishelpdesk/email/spam/', null], 
    [{id:407}, 'Storage Limits & Quotas', '/cishelpdesk/email/storage/', null]], 
  ['Network Access & Security', '/cishelpdesk/network/info/', null, 
    [{id:501}, 'Essential Info', '/cishelpdesk/network/info/', null],
	[{id:502}, 'Datasync', '/cishelpdesk/network/datasync/', null], 
	[{id:503}, 'Connecting Personal Devices', '/cishelpdesk/network/oncampus/', null], 
	[{id:504}, 'Off Campus Access', '/cishelpdesk/network/offcampus/', null],
	[{id:505}, 'Security Awareness', '/cishelpdesk/network/security/', null],
	[{id:506}, 'SPU Resources', '/cishelpdesk/network/spuresources/', null],
	[{id:507}, 'VPN Information', '/cishelpdesk/network/vpn/', null],
	[{id:508}, 'Device Registration', '/cishelpdesk/network/registration/', null]],
  ['Phones, Voicemail, & Cable TV', '/cishelpdesk/phones/info/', null, 
    [{id:601}, 'General Info', '/cishelpdesk/phones/info/', null], 
    [{id:602}, 'CableTV Service', '/cishelpdesk/phones/cabletv/', null], 
    [{id:603}, 'Cell Phone Service', '/cishelpdesk/phones/cellphone/', null],
  	[{id:604}, 'Long Distance Service', '/cishelpdesk/phones/longdistance/', null],
	[{id:605}, 'Phone Service', '/cishelpdesk/phones/phone', null], 
    [{id:606}, 'Voicemail', '/cishelpdesk/phones/voicemail/', null]], 
   ['Policies & Guidelines', '/cishelpdesk/policies/internal/', null,
	[{id:1001}, 'CIS Internal Policies', '/cishelpdesk/policies/internal/',null],
   	[{id:1002}, 'SPU User Policies', '/cishelpdesk/policies/user/',null]],
   ['Software Distribution', '/cishelpdesk/software/info/', null, 
    [{id:701}, 'General Info', '/cishelpdesk/software/info/', null], 
    [{id:702}, 'Anti-Virus Protection', '/cishelpdesk/software/antivirus/', null],
	[{id:703}, 'SPU Download Center', 'http://www.spu.edu/download', null], 
    [{id:704}, 'Microsoft Campus License', '/cishelpdesk/software/license/', null], 
    [{id:705}, 'Other Products', '/cishelpdesk/software/other/', null],
    [{id:706}, 'Spyware Protection', '/cishelpdesk/software/spyware/', null], 
    [{id:707}, 'Dreamspark', '/cishelpdesk/software/dreamspark/', null]],
  ['Web Tools & Services', '/cishelpdesk/web/department/', null, 
    [{id:801}, 'Department Web Support', '/cishelpdesk/web/department/', null],
  	[{id:802}, 'Personal Web Pages', '/cishelpdesk/web/personal/', null]],
  ['Your Personal Computer', '/cishelpdesk/pc/info/', null, 
    [{id:901}, 'General Info', '/cishelpdesk/pc/info/', null], 
    [{id:902}, 'Backup Your Data', '/cishelpdesk/pc/backup/', null],
	[{id:907}, 'Buy A Computer', '/cishelpdesk/pc/buy/', null],
	[{id:903}, 'Repair Vendors', '/cishelpdesk/pc/vendor/', null],
	[{id:904}, 'Help for Students', '/cishelpdesk/pc/help/', null],
	[{id:905}, 'Maintain Your Computer', '/cishelpdesk/pc/maintain/', null],
    [{id:906}, 'SPU Owned Computers', '/cishelpdesk/pc/spuowned/', null]],	
  ];

