BLANK_IMAGE = 'img/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:"#A9A69F",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#ff6600"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"majusculesmenu",		// CSS class for items
		OVER:"majusculesmenu"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [

	{"pos":[300,12], "size":[22,100], "itemoff":[0,105], "leveloff":[25,0], "delay":100, "style":STYLE},
	{code:"ART",
		sub:[
			{itemoff:[21,0]},
			{code:"Fotografies", url:"llista_fotos.php"},
			{code:"Autors", url:"llista_autors.php"},
			{code:"Com ho veus?", url:"comhoveus.php"},
			{code:"Fils", url:"fils.php"},
			{code:"Variacions", url:"variacions.php"},
			{code:"Modificacions", url:"llistat_modificacions.php"},
			{code:"Fotonovela", url:"fotonovela.php"},
			{code:"Meetings", url:"especials.php"},
			{code:"Títols", url:"llista_titols.php"},
			{code:"E-vendetta!", url:"especials.php?vendetta=1"},
			{code:"<b>GALERIES</b>", url:"llista_galeries.php"}
		]
	},
	{code:"OPINIO",
		sub:[
			{itemoff:[21,0]},
			{code:"Comentaris", url:"llista_comentaris.php"},
			{code:"Ranking", url:"votacions.php"},
			{code:"Forum", url:"forum_primernivell.php"},
			{code:"Enquestes", url:"enquestes.php"},
			{code:"Hall of Fame", url:"halloffame.php"},
			{code:"Opinió", url:"resultats_opinio.php"}
		]
	},
	{code:"WEB",
		sub:[
			{itemoff:[21,0]},
			{code:"Contacte", url:"contacte.php"},
			{code:"Ajuda", url:"ajuda.php"},
			{code:"Buscador", url:"buscador.php"},
			{code:"Estadístiques", url:"grafix.php"},
			{code:"Calendari", url:"calendari.php"},
			{code:"Links", url:"llista_links.php"},
			{code:"Novetats", url:"novetats.php?parametre=1"},
			{code:"<b>Jocs</b> >>>",
				sub:[
					{leveloff:[0,99]},
					{code:"TRIVIALCOOL", url:"trivial.php"},
					{code:"MEMORY COOL", url:"jox.php"}
				]
			},
			{code:"Meetings", url:"especials.php"},
			{code:"Xat", url:"xat.php"}
		]
	}
];

