<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function imprSelec(nombre){
  var ficha = document.getElementById(nombre);
  var ventimp = window.open(' ', 'popimpr');
  ventimp.document.write( "<div>Document per a impressió en paper des de www.pacma.net / Documento para imprimir desde www.pacma.net / Print version of the document, from www.pacma.net (Partido Antitaurino contra el maltrato animal)<br><br></div>" );
  ventimp.document.write( ficha.innerHTML );
  ventimp.print( );
}

function enviar_amigo(){
  var ruta = document.location.href;
  var ventimp = window.open(' ', 'popimpr');
  ventimp.document.write( "<div><b>PACMA - Partido Antitaurino contra el Maltrato Animal<br><br>Para enviar la página que ha seleccionado a una dirección de correo electrónico sólo tiene que escribirla aquí.<br><br>Per enviar la pàgina que ha seleccionat a una direcció de correu electrònic només ha d'escriure-la aquí.<br><br>To send the information, fill in this field with an email adress.<form name='form1' method='post' action='send_amic.php'><br>Nombre / Name <input name='nombre' type='text' id='nombre' size='25' maxlength='70'><br><br>Email <input name='celectronico' type='text' id='celectronico' size='40' maxlength='70'><br><input type='submit' name='Submit' value='Enviar'><br><br></form></b>Pagina seleccionada</div>" );
  ventimp.document.write( ruta );
}

//-->
