// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["<B>Home</B>", "index.asp", null],
	["Services", "services.asp", null,
		["Online systems", "cons02.asp", null],
		["Data licensing", "serv01.asp", null],
		["Webmastering", "cons03.asp", null]
	],		
	["MegaFiles", "megafile.asp", null,
		["What's in a name?", "winaname.asp", null],
		["<b>The MegaFiles &gt;&gt;</b>", "online.asp", null]
	],	
	["News", "news.asp", null],
	["Contact", "contact.asp", null],	
	["<font color='#66cc33'>null</font>", null, null],
	
];
