/**********************************/
/*** VARIABLES DE CONFIGURACION ***/
/**********************************/

var PATH='http://www.terra.es/';
var PATHimg=PATH+'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;
}
/*** Arrays con los menus ***/
var REAL = new Array();
REAL[0] = new MENU('Canal Actualidad','http://actualidad.terra.es/',0);
REAL[1] = new MENU('Portada','http://actualidad.terra.es/familia-real/',0);
REAL[2] = new MENU('Casa Real Española','http://actualidad.terra.es/familia-real/casa-real/',0);
REAL[3] = new MENU('Galería de Imágenes','http://actualidad.terra.es/familia-real/fotos/',0);
REAL[4] = new MENU('Boda Real','http://actualidad.terra.es/familia-real/boda-real/',0)



var BODAREAL = new Array();
BODAREAL[0] = new MENU('La boda en imágenes','http://actualidad.terra.es/boda-real/boda-en-imagenes/',0);
BODAREAL[1] = new MENU('El novio','http://actualidad.terra.es/boda-real/novio/',0);
BODAREAL[2] = new MENU('La novia','http://actualidad.terra.es/boda-real/novia/',0);
BODAREAL[3] = new MENU('Su historia de amor','http://actualidad.terra.es/boda-real/historia/',0);
BODAREAL[4] = new MENU('Las Casas Reales','http://actualidad.terra.es/boda-real/casas-reales/',0);
BODAREAL[5] = new MENU('Bodas Reales','http://actualidad.terra.es/boda-real/bodas-reales/',0);
BODAREAL[6] = new MENU('Últimas noticias','http://actualidad.terra.es/boda-real/noticias/',0);


var GENERICO = new Array();
GENERICO[0] = new MENU('Chat','http://actualidad.terra.es/familia-real/chat/',0);
GENERICO[1] = new MENU('Foros','http://actualidad.terra.es/foro/portada.cfm?idforo=409&nivel=1',0);








