// JavaScript Document
BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,1,2,1],
	shadow:3,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"blue",  	// color of the item shadow, if any
		bgON:"#f9f9f7",		// background color for the items
		bgOVER:"#99ccff"	// 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:[30,160], itemoff:[0,100], leveloff:[42,0], style:STYLE, size:[40,117], levelFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)', 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]},
	{code:"Authors & Participants",
		sub:[
			{itemoff:[37,0], style:STYLE, size:[37,117]},
			{code:"Call for papers", url:"call.html"},					
	     	{code:"Topics", url:"topics.html"},
	  	    {code:"Important dates", url:"dates.html"},
			{code:"Author guidelines", url:"guidelines.html"},
			{code:"List of participants", url:"participants.html"},
			{code:"Keynote speakers", url:"speakers.html"}
				
			
		]
	},
		{code:"Registration & Submission",
		sub:[
			{itemoff:[37,0], style:STYLE, size:[37,117]},
			{code:"Registration", url:"registration.html"},					
			{code:"Fees", url:"fees.html"}
							
			
		]
	},
		{code:"Programme Information",
		sub:[
			{itemoff:[37,0], style:STYLE, size:[37,117]},
			{code:"Scientific committee", url:"scientific.html"},					
			{code:"Organising committee", url:"organising.html"},
			{code:"Secretariat", url:"secretariat.html"},
			{code:"Keynote presentation", url:"presentation.html"},
			{code:"Conference programme", url:"programme.html"},
			{code:"Conference sessions", url:"sessions.html"},
			{code:"Social programme/ excursions", url:"social.html"},
			
				
			
		]
	},
	
	{code:"Travel <br>Information",
		sub:[
			{itemoff:[37,0], style:STYLE, size:[37,117]},
			{code:"Useful maps", url:"maps.html"},					
			{code:"Transportation", url:"transportation.html"},
			{code:"Accommodation", url:"accommodation.html"},
			{code:"About Xanthi", url:"xanthi.html"},
			{code:"Region of Eastern Macedonia & Thrace", url:"remth.html"},
		
			
				
			
		]
	},
	

	{code:"Sponsors & Contributors", url:"sponsors.html"},
	{code:"Contacts", url:"contacts.html"}
];
