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:"#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,112], "size":[22,200], "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:"ETAPES",
		sub:[ {code:"Perth - 28-01-2005", url:"main.php?etapa=28"},
		      {code:"Fremantle - 31-01-2005", url:"main.php?etapa=31"}
		    ]	
        }
       
       
       ];
