function hidden(nom,ancho,alto,x,y){
        var wopen=document.input.password.value + ".html";
window.open(wopen, nom, 'width='+ancho+', height='+alto+', screenX='+y+',left='+y+',screenY='+x+',top='+x+'')}

function openPopup(name,width,height)
		{
			var openPopup = window.open("","Images","width=" + width + ",height=" + height + ",toolbar=0, status=0, menubar=0, resizable=0, scrollbars=no, directories=0, dependent=yes");
			openPopup.resizeTo(width,height+20);
			openPopup.document.open();
			openPopup.document.write("<html><title>Lapsus de memoria**enz</title><body bgcolor='#FFFFFF' bottommargin=0 rightmargin=0 leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><table width='100%' height='100%' border=0 cellspacing=0 cellpadding=0><tr><td align='center' valign='middle'><a href='javascript:self.close();'><img src='" + name + " 'border=0 alt='Clicka para cerrar la ventana.'></a></td></tr></table></body></html>");
			openPopup.document.close();
			openPopup.moveTo((screen.width-width)/2, (screen.height-height)/2); 
			openPopup.focus()
		}

function finestra(fname,a,fwidth,fheight)
		{
			var finestra = window.open(fname,"pral","width=" + fwidth + ",height=" + fheight + ",toolbar=0, status=0, menubar=0, resizable=0, scrollbars=yes, directories=0, dependent=yes");
			finestra.resizeTo(fwidth,fheight);
			finestra.moveTo((screen.width-fwidth)/2, (screen.height-fheight)/2); 
			finestra.focus()
}			


function menu(){
document.write('<table width="640" cellspacing="0" cellpadding="0" align="center">');
document.write('<tr>');
document.write('<td width="640"align="left" valign="bottom">');
document.write('<a href="http://www.zonalibre.org/blog/enz"><img src="http://usuarios.lycos.es/lapsusdememoria/produc/titol640h.jpg" width="220" height="30" alt="" border="0"></a><br>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="640" class="menu" align="right" valign="top">');
/*document.write('<img src="http://usuarios.lycos.es/lapsusdememoria/produc/1x1.gif" width="640" height="1">');*/
document.write('<a href="http://www.zonalibre.org/blog/enz">Fotoblog</a>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td><img src="http://usuarios.lycos.es/lapsusdememoria/produc/1x1.gif" width="1" height="15"></td>');
document.write('</tr>');
document.write('</table>');
}

function peu(){
document.write('<div class="footer"><center>lapsusdememoria - enZ** - 2003 -</center></div>');
}
function peu2(){
document.write('<div class="footer"><p><div class="peu"><b>ultimos referrers</b></div>');
document.write('<p><script language="Javascript" src="http://www.downes.ca/referrers.js"></script>');
}

function redirectPage() {
var donde = "index.html";
window.location.href= donde;
}




