// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	
	[' ', null, null,
		['Use ICT Systems',  null, null,
		
			['Select, interact with ICT systems', null, null,
				['Start &amp; shut down an ICT system', './lo_1-1/index.html', {'tw':'content'}],
				['Services to access the Internet', './lo_1-2/index.html', {'tw':'content'}],
				['Software applications to meet needs', './lo_1-3/index.html', {'tw':'content'}],
				['Interface Features', './lo_1-4/index.html', {'tw':'content'}],
				['<span class="greyedOut">Select &amp; adjust system settings</span>', null, null],
				['<span class="greyedOut">Use ICT to plan work</span>', null, null],
				['<span class="greyedOut">Manage file &amp; folder structures</span>', null, null],
				['Manage storage media safely', './lo_1-8/index.html', {'tw':'content'}]
			
			],
			
			['Safety and security', null, null,
			 	['<span class="greyedOut">Minimise physical stress</null>', null, null],
				['Keeping Information Secure', './lo_2-2/index.html', {'tw':'content'}],
				['Isometric activity 1', './SkillStreetTasks/task1.html', {'tw':'content'}],
				['Computer viruses &amp; minimising risk', './lo_2-3/index.html', {'tw':'content'}],
				['Isometric activity 2', './SkillStreetTasks/task2.html', {'tw':'content'}],
				['<span class="greyedOut">Safe ICT communications</span>', null, null],
				['<span class="greyedOut">Identifying ICT problems</span>', null, null]
			],
			
		],
			
		['Find and select information',  null, null,
		
			['Sources of information', null, null,
				['<span class="greyedOut">Selecting sources of information</span>', null, null],
				['<span class="greyedOut">Copyright &amp; other constraints</span>', null, null]
				
			],
			
			['Searching for information', null, null,
				['<span class="greyedOut">Access, navigation &amp; searching</span>', null, null],
				['<span class="greyedOut">Search techniques &amp; queries</span>', null, null],
				['<span class="greyedOut">Selecting &amp; evaluating information</span>', null, null]

			],
			
		],
			
		['Communicate information',  null, null,
		
			['Developing &amp; presenting information', null, null,
				['<span class="greyedOut">Organising information &amp; layouts<span>', null, null],
				['<span class="greyedOut">Appropriate page layouts</span>', null, null],
				['<span class="greyedOut">Formatting text</span>', null, null],
				['<span class="greyedOut">Manipulating &amp; formatting tables</span>', null, null],
				['<span class="greyedOut">Positioning images</span>', null, null],
				['<span class="greyedOut">Developing numerical information</span>', null, null],
				['<span class="greyedOut">Formatting numerical information</span>', null, null],
				['<span class="greyedOut">Creating charts &amp; graphs</span>', null, null],
				['<span class="greyedOut">Manipulating records</span>', null, null],
				['<span class="greyedOut">Sorting records</span>', null, null],
				['<span class="greyedOut">Organising images &amp; text</span>', null, null],
				['<span class="greyedOut">Different sources of information</span>', null, null]
			],
			
			['Producing &amp reviewing information', null, null,
				['<span class="greyedOut">Accuracy &amp; proofreading</span>', null, null],
				['<span class="greyedOut">Producing information</span>', null, null],
				['<span class="greyedOut">Evaluating ICT tools</span>', null, null],
				['<span class="greyedOut">Reviewing &amp; modifying work</span>', null, null]
			],
			
			['ICT communications', null, null,
				['<span class="greyedOut">Responding to ICT communications</span>', null, null],
				['<span class="greyedOut">Managing data storage</span>', null, null]
				
			],
			
		],
		
		['Skill Street', './SkillStreetTasks/default.html', {'tw':'content'}]
	]
	
];