﻿// JavaScript Document
function lanza(pagina) {
  var altura=screen.height-55;
  var anchura=screen.width-10;
  open(pagina,'genealogia','toolbar=no,menubar=no,directories=no,status=no,resizable=no,location=no,scrollbars=yes,width='+anchura+',height='+altura+',screenX=0,screenY=0,left=0,top=0');
  window.blur();
}

function dircorreo(usuario, servidor){
document.write(usuario + '@' + servidor);
}

function dircorreoenlace(usuario, servidor, estilo){
document.write('<a href="mailto:'+ usuario + '@' + servidor+'"');
if (estilo == ' ')
   document.write('>')
else
   document.write(' class="'+estilo+'">');
}

function dircorreofin(){
document.write('</a>');
}

function esconde() {
  document.getElementById('precarga').style.visibility = 'hidden';
}

function muestra() {
  document.write('<div id="precarga"><table cellpadding=6 border=2 bgcolor=#ffffff bordercolor=#999999><tr><td align=center><font color="#990000" face="Verdana, Arial, Helvetica, sans-serif" ><b>Cargando...</b></font><img src="http://www.homar.org/genealog/imagenes/espera.gif" width="100" height="20" border="0"></td></tr></table></div>');
}

function bienabierta() {
//if (window.name!='genealogia')
//  lanza(location.href)
//else
//   window.focus;
}

function ponfecha() {
  fecha= new Date(document.lastModified);
  document.write( "(Última revisión: " + fecha.getDate() + "/" + (fecha.getMonth()+1) + "/" + fecha.getYear()+" )");
}

function linkfavorits() {
  document.write("<a href='javascript:window.external.AddFavorite(location.href, document.title)' title='Añadir a Favoritos'><img src='http://www.homar.org/genealog/imagenes/pagina.gif' alt='A&ntilde;adir a Favoritos' width='19' height='16' border='0' align='bottom' title='A&ntilde;adir a Favoritos'>favoritos</a>");
}	
function linkpaginas() {
  document.write("<a href='"+anterior+"' title='"+refanterior+"'>");
  document.write("<img src='http://www.homar.org/genealog/imagenes/bullet6.gif' width='13' height='13' align='bottom' border='0'> anterior</a>");
  document.write(" | <font size='+1'><i><b>"+descripcion+" |</b></i></font> ");
  document.write(" <a href='" + siguiente +"' title='"+refsiguiente+"'>");
  document.write(" siguiente <img src='http://www.homar.org/genealog/imagenes/bullet5.gif' width='13' height='13' align='bottom' border='0'></a>");
  document.write(" | <a href='#buscar' title='buscar en Genealogía'>buscar<img src='http://www.homar.org/genealog/imagenes/lupapetita.gif' width='16' height='15' align='bottom' border='0'></a>");

}
function linkpdf(){
      document.write("Tambien puede <a href='" + pdf + "'>verlo en una nueva ventana</a> o probar a <a href='http://www.zolople.com/html/genealog/descargar.asp?archivo=" + pdf + "&ruta='>descargarlo</a>")
}
function pdfzolople(){
  if (pdf !== '') { 
//    if (window.name!='genealogia')
//      document.write("<a href='#' onclick='lanza(location.href)'>si tiene problemas pulsa aquí para ver el documento PDF en una nueva ventana</a>")
//    else
      document.write("<embed src='http://www.zolople.com/html/genealog/" + pdf + "' pluginspage='http://www.adobe.es/products/acrobat/readstep.html' width='100%' height='95%' ></EMBED> ");
  }
}
function pdfhomar(){
  if (pdf !== '') { 
//    if (window.name!='genealogia')
//      document.write("<a href='#' onclick='lanza(location.href)'>si tiene problemas pulsa aquí para ver el documento PDF en una nueva ventana</a>")
//    else
      document.write("<embed src='"+ pdf + "' pluginspage='http://www.adobe.es/products/acrobat/readstep.html' width='100%' height='95%' ></EMBED> ");
  }
}

function pdfembebido3(){
  document.write('<img src="http://www.zolople.com/media/splat.gif" width="1" height="1" onload="pdfzolople()" onerror="pdfhomar();return true">');
}
function pdfembebido(){
  if (pdf !== '') { 
//    if (window.name!='genealogia')
//      document.write("<a href='#' onclick='lanza(location.href)'>si tiene problemas pulsa aquí para ver el documento PDF en una nueva ventana</a>")
//    else
      document.write("<embed src='http://www.zolople.com/html/genealog/" + pdf + "' pluginspage='http://www.adobe.es/products/acrobat/readstep.html' width='100%' height='95%' ></EMBED> ");
  }
}
function pdfembebido1(){
  if (pdf !== '') { 
//    if (window.name!='genealogia')
//      document.write("<a href='#' onclick='lanza(location.href)'>si tiene problemas pulsa aquí para ver el documento PDF en una nueva ventana</a>")
//    else
      document.write("<embed src='" + pdf + "' pluginspage='http://www.adobe.es/products/acrobat/readstep.html' width='100%' height='95%' ></EMBED> ");
  }
}
