/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [

	['Inicio', 'c_inicial.html', {'tw' : 'body'}],
	['Nuestro club',null, null,
		['Quién somos', 'c_quisom.html', {'tw' : 'body'}],
		['Historia', 'c_historia.html', {'tw' : 'body'}],
		['Hacerse socio', 'c_fersesoci.html', {'tw' : 'body'}],
	],
	['Encuentros',null, null,
		['Próximo encuentro', 'c_trobades.html', {'tw' : 'body'}],
		['Histórico', 'c_htrobades.html', {'tw' : 'body'}],
	],
	['Fotos', 'c_fotos.html', {'tw' : 'body'}],
	['Foro',null, null,
	   ['Esta ventana', 'forum/', {'tw' : 'body'}],
	   ['Nueva ventana', 'forum/', {'tw' : '_new'}],
	],
	['Enlaces', 'c_planes.html', {'tw' : 'body'}],

];


