BLANK_IMAGE = 'images/b.gif';

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:"#FFCB02",	// color of the item shadow, if any
		bgON:"FFCB02",		// background color for the items
		bgOVER:"#FCE382"	// 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:[23,192], itemoff:[27,0], leveloff:[0,129], style:STYLE, size:[28,130]},
	{code:"Home", url:'index.html'},
	{code:"Introduction", url:'introduction.html'},
	{code:"Programme", url:'programme.html',
		        sub:[
			        {size:[28,150]},
			        {code:"Lectures", url:'lectures.html'},
			        {code:"Children", url:'childrensProgramme.html'},
			        {code:"Other Activities", url:'otherActivities.html'}
                            ]

                        },
	{code:"Speakers", url:'speakers.html'},
	{code:"Highlights", url:'highlights.html'},
	{code:"Travel Details", url:'travel.html'},
	{code:"Tickets", url:'tickets.html'},
	{code:"Essays", url:'essays.html'},
	{code:"Photo Gallery", url:'gallery.html'},
//	{code:"News", url:'news.html'},
	{code:"Downloads", url:'downloads.html'},
	{code:"Contact Us", url:'contactUs.html'},
	{code:"Chabad Centres", url:'chabadCentres.html',
		        sub:[
			        {size:[28,140]},
			        {code:"Lubavitch UK", url:'http://www.lubavitchuk.com/', target:'_blank'},
			        {code:"Greater London &#x25BA;",
sub:[
				  {leveloff:[0,139], size:[28,158]},
			        {code:"South London", url:'http://www.ChabadWimbledon.com/', target:'_blank'},
			        {code:"Hendon", url:'http://www.chabadlive.com/', target:'_blank'},
			        {code:"Friends of Lubavitch", url:'http://www.FriendsOfLubavitch.org/', target:'_blank'},
			        {code:"Research Unit", url:'http://www.ChabadResearch.org/', target:'_blank'},
			        {code:"Bloomsbury", url:'http://www.ChabadBloomsbury.org/', target:'_blank'},
			        {code:"Edgware", url:'http://www.LubavitchofEdgware.com/', target:'_blank'},
			        {code:"Southgate", url:'http://www.ChabadSouthgate.org/', target:'_blank'},
			        {code:"Ilford", url:'http://www.ChabadIlford.co.uk/', target:'_blank'},
			        {code:"Buckhurst Hill", url:'http://www.ChabadOnTheHill.co.uk/', target:'_blank'}

] 
},
			        {code:"Provinces &#x25BA;",
sub:[
				  {leveloff:[0,139], size:[28,158]},
			        {code:"Midlands", url:'http://www.MidlandsLubavitch.com/', target:'_blank'},
			        {code:"Brighton", url:'http://www.LubavitchBrighton.com/', target:'_blank'},
			        {code:"Bournemouth", url:'http://www.BournemouthChabad.org/', target:'_blank'},
			        {code:"Leeds", url:'http://www.JudaismLive.com/', target:'_blank'},
			        {code:"South Manchester", url:'http://www.LubavitchSouthManchester.org/', target:'_blank'},
			        {code:"Chai Network", url:'http://www.ChaiNetwork.com/', target:'_blank'},
			        {code:"Scotland", url:'http://www.LubOfScot.co.uk/', target:'_blank'}

] 
},
			        {code:"Students &#x25BA;",
sub:[
				  {leveloff:[0,139], size:[28,130]},
			        {code:"Brighton", url:'http://www.ChabadSussex.org/', target:'_blank'},
			        {code:"Cambridge", url:'http://www.CUChabad.org/', target:'_blank'},
			        {code:"Oxford", url:'http://www.OxfordChabad.org/', target:'_blank'},
			        {code:"Leeds", url:'http://www.LeedsUchabad.org/', target:'_blank'},
			        {code:"London", url:'http://ChabadBloomsbury.org/', target:'_blank'}

] 
}
                            ]

                        }
];
