/* --- menu items --- */
BASE="http://www.truter.biz"
var MENU_ITEMS =
[		
        ['Home', '/index.html'],
        ['About', '/About/index.htm'],
		['IT', '/IT/index.htm',
			['Apple Mac', '/IT/Apple/index.htm'],
			['Building a Website', '/IT/WebsiteBuilding/index.htm'],
			['Business Objects', '/IT/Business Objects/index.htm'],
			['Internet', '/IT/Internet/index.htm'],
			['Lotus Notes / Domino', '/IT/LotusNotesDomino/index.htm'],
			['Microsoft Office', '/IT/MicrosoftOffice/index.htm'],
			['Networks', '/IT/Networks/index.htm'],
			['Oracle', '/IT/Oracle/index.htm'],
			['P900', '/IT/P900/index.htm'],
			['Windows 2000 & XP', '/IT/Windows 2000 & XP/index.htm'],
			['Windows Processes', '/IT/WindowsProcesses/index.htm'],
			['Vaio PCG-C1MHP', '/IT/Vaio PCG-C1MHP/index.htm'],
		],
		['Photos', '/Images/index.htm',
			['London', '/Images/London/index.htm',
				['Winter', '/Images/London/Winter2002/index.htm'],
				['Brighton 2003', '/Images/London/Brighton/index.htm'],
				['Hyde Park 2003', '/Images/London/HydeParkSummer2003/index.htm'],
			],
			['South Africa', '/Images/SouthAfrica/index.htm',
				['Cape Point', '/Images/SouthAfrica/CapePoint2003/index.htm'],
			],
			['Family and Friends','/Images/FamilyandFriends/login.htm'],
		],
		['London News', '/LondonNews/index.htm'],
		['Embassy Info','/LondonNews/travel.htm'],
		['Tools', '/Tools/index.htm',
			['Phonetic Alphabet', '/Tools/phonealpha.htm']
			['Space Invaders', '/Tools/spaceinvaders.htm']
		],
		['Forex', '/Forex/index.htm'],
];