// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["Home", "http://www.delightly.com"],
	["The Journey", null,
		["Journey Home",  null],
	],
	["Products", null,
		["Magnets", "http://www.delightly.com/magnet/medical-magnet-magnets.htm"],
	],
	["The Company", null,
		["About Us",  null],
		["Careers",  null]
	],
	["Links", null,
		["new item", null]
	],
	["Books", null,
		["new item", null]
	],
	["Contact","javascript:Start('http://www.delightly.com/pgs/TestingPopups.htm','win1','width=450,height=550,directories=no,location=yes,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes')"]
];
// '#' onClick='PopImg("/maxis/tresor4.jpg","330","466");'
// javascript:Start('http://javascriptsource.com')
// window.open('testpage.htm','myExample5','width=200,height=200,directories=yes,location=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes');