var myMenu = 
[
 	[null,'Home','index.htm','_self',null,],
	[null,'My News','news.htm','_self',null,],
	[null,'Interests',null,null,null,
		[null,'Hobbies','hobbies.htm','_self',null],
		[null,'Snake','snake.htm','_self',null],
		[null,'Spider','spider.htm','_self',null]
	],
	[null,'Education',null,null,null,
		[null,'Open University','ou.htm','_self',null,
		  [null,'Certificate in Web Applications Development','web_cert.htm','_self',null],
			[null,'Certificate in IT and Computing','com_cert.htm','_self',null]	  
		],
		[null,'University of Sheffield','sheff.htm','_self',null],
		[null,'A-Levels','alevel.htm','_self',null],
		[null,'GCSEs','gcse.htm','_self',null]
	],
	[null,'Employment',null,null,null,
		[null,'Sheffield M.E. Group','smeg.htm','_self',null],
		[null,'Special Quality Alloys','sqa.htm','_self',null],
		[null,'Corporation Nightclub','dj.htm','_self',null],
		[null,'Other Employment','work.htm','_self',null],
		[null,'Further Experience','oth_exp.htm','_self',null]
	],
	[null,'Achievements','achieve.htm','_self',null,],
	[null,'Contact Details','contact.htm','_self',null,],
	[null,'Table of Contents','toc.htm','_self',null,]
];