BLANK_IMAGE = '../images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};


var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FF6633",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#545594",		// background color for the items
		bgOVER:"black"	// 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',150], itemoff:[0,130], leveloff:[30,0], style:NOSTYLE, size:[22,115]},
	{code:'<img src="../images/menu_kevrenn.gif" width="130" height="30" />',
		sub:[
			{"itemoff":[21,0], leveloff:[30,11], style:STYLE, levelFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]},
			{code:"Présentation", "url":"kevrenn.php"},
			{code:"Les 80 ans", "url":"80ans.php"},
			{code:"Louis Gallouedec", "url":"gallouedec.php"},
			{code:"L'amicale", "url":"amicale.php"},
			{code:"Les ateliers &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>",		
				sub:[
					{leveloff:[2,85], style:STYLE, size:[22,163]},
					{code:"Atelier musique", "url":"musique.php"},
					{code:"Atelier chant", "url":"chant.php"},
					{code:"Atelier danse", "url":"danse.php"},
					{code:"Atelier danse-enfants", "url":"bugale.php"},
					{code:"Atelier langue bretonne", "url":"langue.php"},
					{code:"Atelier costumes-broderie", "url":"costumes.php"}
					]	
			},
			{code:"Contacts", "url":"contact.php"}
			]
	},
	{code:'<img src="../images/menu_bagad.gif" width="105" height="30" />',
		sub:[
			{itemoff:[21,0], leveloff:[30,9], style:STYLE, size:[22,125], levelFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]},
			{code:"Présentation", "url":"bagad.php"},
			{code:"Les instruments &nbsp;&nbsp; >",
				sub:[
					{leveloff:[2,105], style:STYLE, size:[22,107]},
					{code:"La bombarde", "url":"bombarde.php"},
					{code:"La cornemuse", "url":"cornemuse.php"},
					{code:"Les percussions", "url":"percussion.php"}
					]
			},
			{code:"Les pupitres &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; >",
				sub:[
					{leveloff:[2,105], style:STYLE, size:[22,130]},
					{code:"Pupitre Bombardes", "url":"bombardes.php"},
					{code:"Pupitre Cornemuses", "url":"cornemuses.php"},
					{code:"Pupitre Percussions", "url":"caisses.php"}
					]	
			},
			{code:"Le répertoire", "url":"construction.php"}
		]
	},
		
	{code:'<img src="../images/menu_cercle.gif" width="95" height="30" />', format:{itemoff:[0,105]},
		sub:[
			{itemoff:[21,0], leveloff:[30,8], style:STYLE, size:[22,95], levelFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]},
			{code:"Présentation", "url":"cercle.php"},
			{code:"Archives", "url":"archives_cercle.php"}
			]
	},
	
	{code:'<img src="../images/menu_actu.gif" width="115" height="30" />', format:{itemoff:[0,235]},
		sub:[
			{itemoff:[21,0], leveloff:[30,2], style:STYLE, size:[22,110], levelFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]},
			{code:"Calendrier 2010", "url":"calendrier.php"},
			{code:"Archives", "url":"archives_cal.php"},
			{code:"Kelt Ar C'hreiz &nbsp;>", "url":"keltarchreiz0.php",
				sub:[
					{leveloff:[2,105], style:STYLE, size:[22,87]},
					{code:"Edition 2009", "url":"keltarchreiz.php"},
					{code:"Edition 2011", "url":"keltarchreiz2.php"}
					]	
			},
			{code:"News du site", "url":"news.php"}
			]
	},
	
	{code:'<img src="../images/menu_media.gif" width="95" height="30" />', format:{itemoff:[0,115]},
		sub:[
			{itemoff:[21,0], leveloff:[30,14], style:STYLE, size:[22,118], levelFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]},
			{code:"L'album photos", "url":"album.php"},
			{code:"Audio & Vidéo", "url":"audio.php"},
			{code:"Le Livre d'Or", "url":"livre.php"},
			{code:"Les liens", "url":"liens.php"}
			]
	},
	
	{code:'<img src="../images/menu_membres.gif" width="119" height="30" />', format:{itemoff:[0,95]},
		sub:[
			{itemoff:[21,0], leveloff:[30,13], style:STYLE, size:[22,107], levelFilters:[ 'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)' ]},
			{code:"Espace privé", "url":"connexion.php5"}
			]
	}
	
	
	
	
];
