BLANK_IMAGE = 'img/b.gif';
	
	    var STYLE = {
		border:1,			// items border width, pixels; zero means none
		shadow:2,			// items 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:"Inici",
             url:"main.php", target:'_top'
             	}
             ]
          }
		  , {code:"Lúdic",
	      	sub:[
	      		{itemoff:[27,0]},
	      {code:"Albums de Fotos",
             url:"albums.php", target:'_top'
             	}
             ,{code:"Comentaris a les fotos",
             url:"llista_comentaris.php", target:'_top'
             	}
             ,{code:"Porres de Futbol",
             url:"porra.php", target:'_top'
             	}
             ,{code:"WEBLOGS",
             url:"blogs_list.php", target:'_top'
             	}
             ]
          }
		  , {code:"Info Útil",
	      	sub:[
	      		{itemoff:[27,0]},
	      {code:"<b>Info sobre LONDON ></b>",
             sub:[
					{leveloff:[5,109]},
				{code:"Info General sobre LONDON", url:"continguts.php?id=11", target:'_top'}   ,{code:"Els preus a LONDON", url:"continguts.php?id=12", target:'_top'}   ,{code:"El CLIMA", url:"continguts.php?id=44", target:'_top'}   ]
                }
             ,{code:"Llocs d'interes",
             url:"continguts.php?id=32", target:'_top'
             	}
             ,{code:"buscador",
             url:"buscador.php", target:'_top'
             	}
             ,{code:"Taulell d'anuncis",
             url:"continguts.php?id=34", target:'_top'
             	}
             ,{code:"Webcams",
             url:"webcam.php", target:'_top'
             	}
             ,{code:"Mapes",
             url:"mapes.php", target:'_top'
             	}
             ]
          }
		  , {code:"Opinió",
	      	sub:[
	      		{itemoff:[27,0]},
	      {code:"<b>FORUM</b>",
             url:"forum_primernivell.php", target:'_top'
             	}
             ,{code:"Editorials",
             url:"editorials.php", target:'_top'
             	}
             ,{code:"Anecdotari",
             url:"continguts.php?id=21", target:'_top'
             	}
             ,{code:"El millor / el pitjor",
             url:"proscons.php", target:'_top'
             	}
             ,{code:"Perque...?",
             url:"continguts.php?id=23", 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:"Contacte",
             url:"contacte.php", target:'_top'
             	}
             ,{code:"Novetats",
             url:"novetats.php", target:'_top'
             	}
             ,{code:"Noticies",
             url:"noticies.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'
             	}
             ]
          }
		  ];