
BLANK_IMAGE = G_PATHIMAGENES + '/b.gif';

var G_URL = location.href;
var G_AULASABER = "http://escuelas.aulasaber.com";
/*
if (G_URL.indexOf(".")>1){
	var index = G_URL.indexOf(".");
	G_AULASABER = G_URL.substring(0,index);
	G_AULASABER = G_AULASABER + ".aulasaber.local/AulaSaberEnRed";	
}
*/
var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	borders:[0,0,0,0],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#73AED6",		// background color for the items
		bgOVER:"#73AED6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var STYLE2 = {
	border:0,			// item's border width, pixels; zero means "none"
	borders:[0,0,0,1],
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#A69E8E",	// color of the item shadow, if any
		bgON:"#73AED6",		// background color for the items
		bgOVER:"#73AED6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

/* la variable pos hi posem relative perquè la posició sigui relativa al lloc on hi ha el codi. Si volem posició absoluta llavors podem el valor X i Y */
var MENU_ITEMS = [
	{pos:['relative'], itemoff:[0,100], leveloff:[19,0], style:STYLE, size:[19,100]},
	{code:"INICIO", url:G_SERVERROOT + "/", size:[19,40],	
		sub:[]
	},
{code:"TEMAS DE HOY", size:[19,90],itemoff:[0,52],
		sub:[
			{itemoff:[19,0],leveloff:[-50,87],style:STYLE2,size:[19,120]},
			{code:"Historia y política", url:G_SERVERROOT + "/channels/history/",
				sub:[]
			},
			{code:"Cultura", url:G_SERVERROOT + "/channels/culture/",
				sub:[]
			},
			{code:"Ciencia", url:G_SERVERROOT + "/channels/science/",
				sub:[]
			},
			{code:"Tecnología", url:G_SERVERROOT + "/channels/technology/",
				sub:[]
			},
			{code:"Sociedad", url:G_SERVERROOT + "/channels/society/",
				sub:[]
			}
		]
	},
{code:"ATLAS", url:G_SERVERROOT + "/AtlasOnline/", size:[19,45],itemoff:[0,102],
		sub:[]
},	
{code:"ESTADÍSTICAS", url:G_SERVERROOT + "/dpedia/", size:[19,90],itemoff:[0,50],
		sub:[]
},
{code:"MULTIMEDIA",url:G_SERVERROOT + "/mteca/",size:[19,80],itemoff:[0,90],
	sub:[]
},
{code:"NAVEGADOR VISUAL", url:G_SERVERROOT + "/vindex/?init=1",size:[19,125],itemoff:[0,80],
	sub:[]
},	
{code:"CRONOLOGÍA", url:G_SERVERROOT + "/encyclopedia/asp/LineaTiempo.asp", size:[19,80],itemoff:[0,124],
	sub:[]
},
{code:"AYUDA ESCOLAR", size:[19,105],itemoff:[0,82],
	sub:[
		{itemoff:[19,0],leveloff:[-10,-130],style:STYLE2},
		{code:"Ciclos",size:[19,130],
			sub:[
				{leveloff:[-40,-152]},
				{code:"Primaria",size:[19,150], url:"javascript:verficha('CienNat','P3','asignaturas');void(null);"},
				{code:"ESO 1º y 2º",size:[19,150], url:"javascript:verficha('CienNat','E1','asignaturas');void(null);"},
				{code:"ESO (3º y 4º) y Bachillerato",size:[19,150], url:G_SERVERROOT + "/onlineschool"}
			]
		},
		{code:"Recursos Educativos",size:[19,130],
			sub:[
				{leveloff:[-100,-152]},
				{code:"Diccionario multilingüe",size:[19,150], url:G_SERVERROOT + "/schoolhelp/diccionario/diccionario.asp"},
				{code:"Conjugador de verbos",size:[19,150], url:G_SERVERROOT + "/schoolhelp/conjugador/conjugador.asp"},
				{code:"Plantillas de trabajo",size:[19,150], url:G_SERVERROOT + "/schoolhelp/talleres.asp?lnkPage=plantillas_intro&type=plantillas"},
				{code:"Taller de redacción",size:[19,150], url:G_SERVERROOT + "/schoolhelp/talleres.asp?lnkPage=taller_intro.asp&type=talleres"},
				{code:"Aprende a buscar",size:[19,150], url:G_SERVERROOT + "/sites/default.asp?id=12"},
				{code:"Eco_consejos",size:[19,150], url:G_SERVERROOT + "javascript:window.open('/minisites/0000000015/eco/inicio.html','', 'height=470, width=630, menubar=no, titlebar=yes, toolbar=no, status=no');void(null);"},
				{code:"Citas y frases",size:[19,150], url:G_SERVERROOT + "/consultation/appointment/"},
				{code:"Efemérides",size:[19,150], url:G_SERVERROOT + "/consultation/events/"},				
				{code:"El juego del sabio",size:[19,150], url:G_SERVERROOT + "javascript:window.open('/minisites/0000000024/game.html', '', 'height=500, width=600, menubar=no, titlebar=yes, toolbar=no, status=no');void(null);"}				
			]
		}
	]
},
{code:"CORPORATIVO", size:[19,62],itemoff:[0,100],leveloff:[19,-56],
	sub:[
		{itemoff:[19,0],leveloff:[-30,-120],style:STYLE2, size:[19,140]},
		{code:"Productos", url:G_SERVERROOT + "/Novelty/",
			sub:[]
		},
		{code:"Corporativo", url:G_SERVERROOT + "/corporative/",
			sub:[]
		},
		{code:"Bolsa de trabajo", url:G_SERVERROOT + "/jobs/",
			sub:[]
		},
		{code:"Atención al cliente", url:G_SERVERROOT + "/attentionclient/",
			sub:[]
		},
		{code:"Boletín de novedades", url:G_SERVERROOT + "/newsletter/",
			sub:[]
		}
	]
}
];
