function cambiacss(title) {
  var i, a, main;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
      a.disabled = true;
      if(a.getAttribute("title") == title) a.disabled = false;
    }
  }
}

function NewWindow(mypage, myname, w, h, scroll) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,resizable=no,toolbar=no,status=no,location=no'
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}

function reset()
{
	document.getElementById("foto").className = 'foto0';
	document.getElementById("subcabecera_inicio").className = 'fondo0';
    document.getElementById("frase").style["display"] = "none";
    document.getElementById("foto").style["width"] = "100%";
}

function foto(a) {
	eval("document.getElementById('foto').className = 'foto"+a+"'");
	document.getElementById("foto").style["width"] = "568px";
}

function fondo(a) {
	eval("document.getElementById('subcabecera_inicio').className = 'fondo"+a+"'");
}


/* MAPA */

function escribe(a){
	document.getElementById('ficha').style.display= 'block';
	eval("document.getElementById('ficha').innerHTML='"+a+"'");
	eval("document.getElementById('ficha').innerHTML='"+a+"'");
}