BLANK_IMAGE = 'http://www.fm2008.abo.fi/java/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,174], leveloff:[21,0], style:STYLE, size:[22,175]},
	{code:"Login",size:[22,175],
		sub:[
			{itemoff:[21,0]},
			{code:"Author",
			 url:"http://www.easychair.org/conferences/?conf=FM'08"					
			},
			{code:"PC Member",
			 url:"http://www.easychair.org/conferences/?conf=FM'08"					
			}

		]
	},

	{code:"FM2008 Programme",size:[22,175],
		sub:[
			{itemoff:[21,0]},
			{code:"FM'08 week",
			 url:'http://www.fm2008.abo.fi/preliminar_schedule.php'	
			},
			{code:"Events on the venue map",
			 url:'http://www.fm2008.abo.fi/events_on_venue_map.php'
			},
			{code:"Accepted Papers",
			 url:'http://www.fm2008.abo.fi/accepted_papers.php'					
			}

		]
	},
	{code:"Committees",size:[22,175],
		sub:[
			{itemoff:[21,0]},
			{code:"Program Committee",
			 url:'http://www.fm2008.abo.fi/programme_committee.php'					
			},
			{code:"Organization Committee",
			 url:'http://www.fm2008.abo.fi/organisation.php'					
			}
		]
	},
	{code:"Delegate Information",size:[22,175],
		sub:[
			{itemoff:[21,0]},
			{code:"Registration",
			 url:'http://www.fm2008.abo.fi/registration_closed.php'					
			},

			  {code:"Accommodation",
                         url:'http://www.fm2008.abo.fi/accomodation.php'
                        },

			{code:"Excursion & Banquet",
                         url:'http://www.fm2008.abo.fi/excursion.php'                                   
                        },

                       {code:"Restaurants, pubs, caf&eacute;s",
                         url:'http://www.fm2008.abo.fi/restaurants.php'
                        },


                       {code:"Conference Venue",
                         url:'http://www.holidayclub.fi/portal/english/spa_hotels/holiday_club_turku/how_to_get_here'                      
                        },

			{code:"Travel to Turku",
                         url:'http://www.tucs.fi/education/information/How.php'                                 
                        },

			{code:"Location",
			 url:'http://www.fm2008.abo.fi/location.php'					
			},

			 {code:"Local Attractions",
                         url:'http://www.fm2008.abo.fi/localattractions.php'
                        },

			{code:"Weather in Turku",
			 url:'http://www.fm2008.abo.fi/weather.php'					
			},
			{code:"Sightseeing Outside Turku",
			 url:'http://www.fm2008.abo.fi/outsideturku.php'					
			}

		]
	},
	{code:"Closed Calls",size:[22,175],
		sub:[
			{itemoff:[21,0]},
			{code:"FM'08 Call for Submissions",
			 url:'http://www.fm2008.abo.fi/call_for_submissions.php'					
			},

			{code:"Doctoral Symposium Call for Papers",
			 url:'http://www.fm2008.abo.fi/closed_doctoral_symposium.php'
			}


		]
	}
];

