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:"#E9E6E0"	// 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":[250,5], "size":[28,100], "itemoff":[0,105], "leveloff":[25,0], "delay":100, "style":STYLE},
	{code:"QUI SOM?",
		sub:[
			{itemoff:[27,0]},
			{code:"Qui som?", url:"quisom.php", target:'_top'},
			{code:"Registra´t", url:"fitxa.php?tipus=1", target:'_top'},
			{code:"Demana del teu correu gratuït", url:"webmail.php", target:'_top'},
			{code:"Llegeix el teu correu", url:"http://webmail.catalansadublin.com/horde/imp/login.php?new_lang=ca_ES", target:'_blank'},
			{code:"Inici", url:"main.php", target:'_top'}
		]
	},
	
	{code:"LUDIC",
		sub:[
			{itemoff:[27,0]},
			{code:"Albums de Fotos", url:"albums.php", target:'_top'},
			{code:"Comentaris", url:"llista_comentaris.php", target:'_top'},
			{code:"Porres de Futbol!", url:"porra.php", target:'_top'},
			{code:"BLOGS", url:"blogs_list.php", target:'_top'},
			{code:"JOCS", url:"jox.php", target:'_top'}
		]
	},
	{code:"OPINIONS",
		sub:[
			{itemoff:[27,0]},
			{code:"<b>Forum</b>", url:"forum_primernivell.php", target:'_top'},
			{code:"Editorial", url:"main.php", target:'_top'},
			{code:"Anecdotari", url:"continguts.php?id=10", target:'_top'},
			{code:"El Millor/Pitjor", url:"proscons.php", target:'_top'},
			{code:"Perque...?", url:"continguts.php?id=11", target:'_top'},
			{code:"Llibre de visites", url:"llibre.php", target:'_top'},
			{code:"Enquestes", url:"enquestes.php", target:'_top'}
		]
	},
	
	{code:"WEB",
		sub:[
			{itemoff:[27,0]},
			{code:"FAQ", url:"faq.php", target:'_top'},
			{code:"Contacte", url:"contacte.php", target:'_top'},
                        {code:"Noticies", url:"noticies.php", target:'_top'},			
                        {code:"Novetats a la web", url:"novetats.php", target:'_top'},
			{code:"links", url:"links.php", target:'_top'},
			{code:"Estadístiques", url:"grafix1.php", target:'_top'},
			{code:"Novetats en RSS", url:"rss.php", target:'_top'},
			{code:"Features", url:"features.php", target:'_top'}
		]
	}
];
