// navizeta 1.0 - Object Development by Emi in Teknoland RTT, 2000
function navizeta(obj,titu,col){this.nav = (document.layers)? true : false;this.name = obj;this.titulo = titu;this.inicio = nZini;this.actualizar = nZact;this.imprimir = nZimp;this.atras = nZatr;this.adelante = nZade;this.favoritos = nZfav;this.salir = nZsal;this.data = "<table width=752 border=0 cellspacing=0 cellpadding=0 bgcolor="+col+" height=16><tr><td><img src='sp.gif' width=1 height=2></td><tr><td><div align=left class=navizeta>&nbsp;&nbsp;<a href=javaScript:navZ.inicio() class=navizeta><img src='img/p1.gif' alt='home' border=0></a>&nbsp; | &nbsp;<a href='mailto:directorpcplus@zetadigital.com'><img src='img/p2.gif' alt='e-mail' border=0></a>&nbsp; | &nbsp;<a href=mapaweb.asp><img src='img/p3.gif' alt='mapa' border=0></a></div></td></table>";}function nZini(){window.location = "index.asp";}function nZact(){window.location.reload();}function nZimp(){if (this.nav) {window.print();} else {var nombreObjeto = '<OBJECT ID="idObjeto" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';document.body.insertAdjacentHTML('beforeEnd', nombreObjeto);idObjeto.ExecWB(6,1);idObjeto.outerHTML="";}}function nZatr(){history.go(-1);}function nZade(){history.go(+1);}function nZfav(){if (this.nav){alert("Pulse Ctrl+D para incluir esta página en el apartado Favoritos de su navegador");}else{var donde = document.location.href;window.external.AddFavorite(donde,this.titulo);}}function nZsal(){window.close();}