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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// 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:'relative', itemoff:[0,126], leveloff:[21,0], style:STYLE, size:[22,127]},
	
	{code:"Home", url:'./index.php'
	},
	
	{code:"List of speakers", url:'./speakers.php'
	},
	
	{code:"General information", url:'./confsite.php',
		sub:[
			{itemoff:[21,0]},
			{code:"How to arrive to Girona", size:[22,180], url:'./howtoarrive.php'
			},			
			{code:"Accomodation and meals", size:[22,180], url:'./accomodation.php'
			},
			{code:"Social events", size:[22,180], url:'./social_events.php'
			},
			{code:"Other information", size:[22,180], url:'./other_info.php'
			},
			{code:"Video & Pictures", size:[22,180], url:'./photos.php'
			},			
		]
	},

	
	{code:"Other Information",
		sub:[
			{itemoff:[21,0]},
			{code:"Sponsors", size:[22,200], url:'./sponsors.php'
			},
			{code:"Deadlines", size:[22,200], url:'./deadlines.php'
			},
			{code:"Templates & abstracts submission", size:[22,200], url:'./templates.php'
			},
		]
	},
	
	{code:"Program", url:'./programme.php',
		sub:[
			{itemoff:[21,0]},
			{code:"5th July", size:[22,80], url:'./5th.php'
			},			
			{code:"6th July", size:[22,80], url:'./6th.php'
			},
			{code:"7th July", size:[22,80], url:'./7th.php'
			},
			{code:"8th July", size:[22,80], url:'./8th.php'
			},
		]
	},


	
	{code:"List of lectures", url:'./lectures.php'
	},	

];

