	BLANK_IMAGE = 'img/b.gif'; 
	
	var STYLE = {
		border:1,			// items border width, pixels; zero means none
		shadow:0,			// 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:"#CCCCCC"	// background color for the item which is under mouse right now
		},
		css:{
			ON:"majusculesmenu_idioma",	// CSS class for items
			OVER:"majusculesmenu_idioma"	// CSS class  for item which is under mouse
		}
	};
	
	
	
var MENU_ITEMS_IDIOMES = [
	{pos:'relative', itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Idioma",
		sub:[
			{itemoff:[21,0]},
			{code:"Català", url:"/cat/index.htm", target:'_top'},
			{code:"Castellano",url:"/index.htm", target:'_top'}
		]
	}
];
