var demoMenu =
[
	[null, 'About Me', null, null, null],
	[null, 'Resume', null, null, null],
	[null, 'Projects', null, null, null,
		[null, 'YooLex', null, null, null],
		[null, 'YooParse', null, null, null],
		[null, 'CookMail', null, null, null],
		[null, 'JSCookTree', null, null, null],
		[null, 'JSCookMenu', null, null, null],
		[null, 'Threaded Mud Client', null, null, null],
		[null, 'ChDay Chinese Web Counter', null, null, null],
		[null, 'Bin2Obj', null, null, null],
		[null, 'CXTerm', null, null, null]
	],
	[null, 'Puzzles', null, null, null,
		[null, '99 Pirates', null, null, null],
		[null, 'Color Hat', null, null, null],
		[null, 'Birth Mark', null, null, null],
		[null, 'Traveling Problem', null, null, null],
	],

	[null, 'Hobbies', null, null, null,
		[null, 'Billiard', 'http://www.azbilliards.com/', '_self', null],
		[null, 'Pingpong', 'http://www.paddlepalace.com/', '_self', null],
		[null, 'Go (Weiqi)', 'http://igs.joyjoy.net/', '_self', null]
	],
	[null, 'Useful Links', null, null, null,
		[null, 'Web Programming Resources', null, null, null,
			[null, 'MSDN DHTML Reference', 'http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/dhtml.asp', '_self', null],
			[null, 'Netscape Communicator Documentation', 'http://developer.netscape.com/docs/manuals/communicator/', '_self', null],
			[null, 'www.w3.org', 'http://www.w3.org', '_self', null],
			[null, 'Dreamweaver Bible', 'http://www.idest.com/dreamweaver/resources-main.htm', '_self', null],
			[null, 'W3Schools Online Web Tutorials', 'http://www.w3schools.com/', '_self', null]
		],
		[null, 'Other Programming Resources', null, null, null,
			[null, 'Dinkum C++ Library Reference Manual', 'http://www.dinkumware.com/refxcpp.html', '_self', null],
			[null, 'Boost C++ Libraries', 'http://www.boost.org/', '_self', null],
			[null, 'Java 1.4.1 API Specification', 'http://java.sun.com/j2se/1.4.1/docs/api/', '_self', null],
			[null, 'Request For Comments [RFCs]', 'http://www.freesoft.org/CIE/RFC/', '_self', null]
		]
	],
	[null, 'Chinese Cultures', null, null, null,
		[null, 'Qing Yun Ge', 'http://www.qingyunge.com/', '_self', null]
	]
];
