var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"orange",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[10,100], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[33,180]},
	{code:"Home", url:"bond.htm"
	},
	{code:"007 CONNERY", url:"list.htm",
		sub:[
			{itemoff:[21,0]},
			{code:"Dr. No", "url":"dn.htm"},
			{code:"From Russia With Love", "url":"frwl.htm"},
			{code:"Goldfinger", "url":"gf.htm"},
			{code:"Thunderball", "url":"tb.htm"},
			{code:"You Only Live Twice", "url":"yolt.htm"},
			{code:"Diamonds Are Forever", "url":"daf.htm"},
			{code:"Never Say Never Again", "url":"nsna.htm"}
		]
	},
	{code:"007 LAZENBY", url:"list.htm",
		sub:[
			{itemoff:[21,0]},
			{code:"On Her Majestys Secret Service", "url":"ohmss.htm"}
		]
	},
	{code:"007 MOORE", url:"list.htm",
		sub:[
			{itemoff:[21,0]},
			{code:"Live and Let Die", "url":"lald.htm"},
			{code:"The Man with the Golden Gun", "url":"tmwtgg.htm"},
			{code:"The Spy Who Loved Me", "url":"tswlm.htm"},
			{code:"Moonraker", "url":"mr.htm"},
			{code:"For Your Eyes Only", "url":"fyeo.htm"},
			{code:"Octopussy", "url":"op.htm"},
			{code:"A View to a Kill", "url":"avtak.htm"}
		]
	},
	{code:"007 DALTON", url:"list.htm",
		sub:[
			{itemoff:[21,0]},
			{code:"The Living Daylights", "url":"tld.htm"},
			{code:"Licence to Kill", "url":"ltk.htm"}
		]
	},
	{code:"007 BROSNAN", url:"list.htm",
		sub:[
			{itemoff:[21,0]},
			{code:"GoldenEye", "url":"ge.htm"},
			{code:"Tomorrow Never Dies", "url":"tnd.htm"},
			{code:"The World is Not Enough", "url":"twine.htm"},
			{code:"Die Another Day", "url":"dad.htm"}
		]
	},
	{code:"007 CRAIG", url:"list.htm",
		sub:[
			{itemoff:[21,0]},
			{code:"Casino Royale", "url":"cr.htm"},
			{code:"Quantum of Solace", "url":"qos.htm"}
		]
	},
	{code:"Miscellaneous", url:"",
		sub:[
			{itemoff:[21,0]},
			{code:"Why I made this page", "url":"why.htm"},
			{code:"Sign My Guestbook", "url":"http://titan.guestworld.com/wgb/wgbsign.dbm?owner=mdsalunkhe_1"},
			{code:"Read My Guestbook", "url":"http://titan.guestworld.com/wgb/wgbview.dbm?owner=mdsalunkhe_1"},
			{code:"Mail me", "url":"mailto: mdsalunkhe@hotmail.com"},
			{code:"My homepage", "url":"http://mdsalunkhe.tripod.com"},
			{code:"James Bond links", "url":"Bondlinks.htm"},
			{code:"Who owns Bond", "url":"whoownsbond.htm"}
		]
	}
];
