
var MENU_ITEMS = [
	['Home','/index.php', {'tw' : '_self'}],
	['Login','/private/login.php', {'tw' : '_self'},
		['Logout','/private/logout.php', {'tw' : '_self'}],
	],
	['Pictures', null, null,
		['California','/Pictures/topic_index.php?topic_id=6', {'tw' : '_self'}],
		['Family','/Baby_Pictures/index.php', {'tw' : '_self'}],
		['Our New Home','/Pictures/topic_index.php?topic_id=5', {'tw' : '_self'}],		
	],
	['Fun & Games', null, null,
		['Fat Babe','/Jokes/babe.swf', {'tw' : 'content'}],
		['Science Songs','http://www.acme.com/jef/singing_science/', {'tw' : 'content'}],
		['Driving Lessons','/Jokes/yes.swf', {'tw' : 'content'}],
		['Color Test','http://www.humorsphere.com/fun/colortest.swf', {'tw' : 'content'}],
	],
	['Technologies', null, null,
		['FreeBSD','http://www.freebsd.org', {'tw' : 'content'}],
		['Apache','http://www.apache.org', {'tw' : 'content'}],
		['MySQL','http://www.mysql.com', {'tw' : 'content'}],		
		['PHP','http://www.php.net', {'tw' : 'content'}],
		['Tigra Menu','http://www.softcomplex.com', {'tw' : 'content'}],
		['Java Script', null, null,
			['Internet.Com','http://javascript.internet.com', {'tw' : 'content'}],
			['Javascriptkit.com','http://www.javascriptkit.com', {'tw' : 'content'}],
		],
		['HTML', null, null,
			['W3Schools','http://www.w3schools.com', {'tw' : 'content'}],
			['HTMLcodetutorial.com','http://www.htmlcodetutorial.com', {'tw' : 'content'}],
		]
	],
];

