function envia(){
url=location.href;
location.href='mailto:&#38;subject=Te recomiendo este artículo de IDP&#38;body='+url;
}

function shower(){
document.getElementById('menu2n').style.visibility='visible';
}

function hidder(){
document.getElementById('menu2n').style.visibility='hidden';
}

function calcular_distancies(){
var mides=document.body.clientWidth - 790;
mides=mides/2
midesf=mides + 21;
if (mides > 0 )
	{document.getElementById('menu2n').style.left = midesf}
else
	{document.getElementById('menu2n').style.left = 21}
}

function redirect(){
var sustituirpor=document.formu.idioma.options[document.formu.idioma.selectedIndex].value; 
var localidad=location.href;
var asustituir = "";
var destino = "";
  if(localidad.indexOf("cat")>0){
    if(sustituirpor=="esp"){
    destino = localidad.replace(/cat/g,sustituirpor)
    }
    if(sustituirpor=="eng"){
    destino = localidad.replace(/cat/g,sustituirpor)
    /*destino = destino.replace(/.html/g,"_cat.html")*/
    }
  }
  if(localidad.indexOf("esp")>0){
    if(sustituirpor=="cat"){
    destino = localidad.replace(/esp/g,sustituirpor)
    }
    if(sustituirpor=="eng"){
    destino = localidad.replace(/esp/g,sustituirpor)
    /*destino = destino.replace(/.html/g,"_esp.html")*/
    }
  } 
  if(localidad.indexOf("eng")>0){
  destino = localidad.replace(/eng/g,sustituirpor)
  /*destino = destino.replace(/_cat/g,"")
  destino = destino.replace(/_esp/g,"")  */
  }

location.href=destino;  
}
