	if (document.images) 
	{ 
        histoff = new Image();
        histon = new Image ();
        histoff.src = "../../images/m_historia_off.gif";
        histon.src = "../../images/m_historia_on.gif";

        cartaoff = new Image();
        cartaon = new Image ();
        cartaoff.src = "../../images/m_carta_off.gif";
        cartaon.src = "../../images/m_carta_on.gif";

        fotosoff = new Image();
        fotoson = new Image ();
        fotosoff.src = "../../images/m_fotos_off.gif";
        fotoson.src = "../../images/m_fotos_on.gif";

        prensaoff = new Image();
        prensaon = new Image ();
        prensaoff.src = "../../images/m_prensa_off.gif";
        prensaon.src = "../../images/m_prensa_on.gif";

        llegaroff = new Image();
        llegaron = new Image ();
        llegaroff.src = "../../images/m_llegar_off.gif";
        llegaron.src = "../../images/m_llegar_on.gif";

        contactaoff = new Image();
        contactaon = new Image ();
        contactaoff.src = "../../images/m_contacta_off.gif";
        contactaon.src = "../../images/m_contacta_on.gif";


	function imgOn(imgName) 
	{ 
	if (document.images) 
	{ 
	    document[imgName].src = eval(imgName + "on.src"); 
	} 
	} 
	function imgOff(imgName) 
	{ 
	        if (document.images) 
	{ 
	        document[imgName].src = eval(imgName + "off.src"); 
	} 
	} 
	} 


function movein(which,html){
if (document.getElementById)
document.getElementById('boxdescription').innerHTML=html
else
boxdescription.innerHTML=html
}

function moveout(which){
if (document.getElementById)
document.getElementById('boxdescription').innerHTML='&nbsp;'
else
boxdescription.innerHTML='&nbsp;'
}

function GoToUrl(theURL,linktarget) 
{ 
  window.open(theURL,linktarget);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function openBUS1(theURL,linktarget,features) 
{ 
  window.open('lineas_bus_D.htm','_blank','toolbar=no,location=no,directories=no,status=no,scrollbars=auto,resizable=1,copyhistory=no,width=500,height=351');
}

function openBUS2(theURL,linktarget,features) 
{ 
  window.open('lineas_bus_N.htm','_blank','toolbar=no,location=no,directories=no,status=no,scrollbars=auto,resizable=1,copyhistory=no,width=500,height=330');
}
