

var PATH='/actualidad/';

var PATHimg='http://www.terra.es/actualidad/img/';

var mON='<img src="' + PATHimg + 'bulletaON.gif"  width=5 height=5>';

var mMAS='<img src="' + PATHimg + 'bulletaOFF.gif"  width=7 height=3>';

var sON='<img src="' + PATHimg + 'bulleta2ON.gif"  width=5 height=5>';

var sepTb1='<img src="/img/au.gif" width=1 height=12><br>';

var sepTb2='<img src="/img/au.gif" width=1 height=12><br>';



var SECCION = new Array();

function MENU(nombre,URL,target){

 this.nombre = nombre;

 this.URL = URL;

 this.target = target;

}



var ESPECIALES = new Array(); ESPECIALES[0] = new MENU('Canal Actualidad','http://actualidad.terra.es/',0);ESPECIALES[1] = new MENU('Portada','/especiales/elecciones-europeas/',0);ESPECIALES[2] = new MENU('Candidaturas','/especiales/elecciones-europeas/candidaturas/',0);ESPECIALES[3] = new MENU('Vídeos','/especiales/elecciones-europeas/videos/',0);ESPECIALES[4] = new MENU('La europa de los 25','/especiales/elecciones-europeas/ue25/',0);ESPECIALES[5] = new MENU('Chat','http://www.terra.es/actualidad/chats/',0);ESPECIALES[6] = new MENU('Foros','http://www.terra.es/actualidad/foro/portada.cfm?idforo=137&nivel=1',0);

var GENERICO = new Array();

GENERICO[0] = new MENU('Chat',PATH+'actualidad/chats/',0);

GENERICO[1] = new MENU('Foros',PATH+'actualidad/foro/',0);


