BLANK_IMAGE = 'img/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#760202",	// color of the item border, if any
		shadow:"#650202",	// color of the item shadow, if any
		bgON:"#cc0000",		// background color for the items
		bgOVER:"#E9E6E0"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"t8n",		// CSS class for items
		OVER:"t8nn"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [

	{"pos":[140,100], "size":[28,150], "itemoff":[0,155], "leveloff":[25,0], "delay":0, "style":STYLE},
	{code:"QUI SOM?",
		sub:[
			{itemoff:[27,0]},
			{code:"QUI SOM?", url:"quisom.php", target:'_top'}
		]
	},

	{code:"ACADEMIA",
		sub:[
			{itemoff:[27,0]},
		        {code:"CURSOS ANUALS", url:"http://www.setdaccio.com/cursos_anuals.php", target:'_top'},
		        {code:"CURSOS INTENSIUS SETEMBRE 09", url:"/cursos_int_set09.php", target:'_top'},
            		{code:"PROFESSORS", url:"professors.php", target:'_top'},
            		{code:"ESPAI ALUMNES", url:"/academia", target:'_top'}
		]
	},
	
	{code:"ESPAI PROFESSIONAL",
		sub:[
			{itemoff:[27,0]},
			{code:"BUSCADOR D'ARTISTES", url:"estrelles.php", target:'_top'},
			{code:"EL TEU ESPAI", url:"about.php?about=4", target:'_top'},
			{code:"CASTINGS", url:"casting.php", target:'_top'}
		]
	},
	{code:"VIDEOS",
		sub:[
			{itemoff:[27,0]},
			{code:"VIDEOS LINIA TEATRAL", url:"/videos_set.php?video_tipus=27", target:'_top'},
			{code:"VIDEOS LINIA ENERGETICA", url:"/videos_set.php?video_tipus=26", target:'_top'},
			{code:"VIDEOS MONÒLEGS", url:"/videos_set.php?video_tipus=23", target:'_top'},
			{code:"VIDEOS LINIA AUDIOVISUAL", url:"/videos_set.php?video_tipus=22", target:'_top'},
			{code:"PRODUCCIONS SETDACCIO", url:"/videos_set.php?video_tipus=25", target:'_top'}
			
		]
	},
	
	{code:"CONTACTE",
		sub:[
			{itemoff:[27,0]},
			{code:"CONTACTE", url:"contacte.php", target:'_top'},
			{code:"AJUDA", url:"help.php", target:'_top'}
		]
	}
];
