	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);
}
