
function myhome()
{/*alert("ok")*/
var path="./tekno/teknoh.htm"
var addrogg=window.open()
addrogg.location=path
}

function bye()
{
wbye=window.open("",'uscita','width=384,height=256');
wbye.document.writeln("<head><title>saluti uscita</title></head><body background='./tekno/grafica/jpg/nuvole.jpg' text=red>"); 
wbye.document.writeln("<h1><center>--TEKNOHOME--</h1> ");
wbye.document.writeln("<h2>Grazie per la cortese visita</h2> ");
wbye.document.writeln("<h3>Lascia un tuo commento sul....</h3> ");
wbye.document.writeln('<a href="http://www.012guestbook.com/cgi-bin/guestbook.pl?a=43661"target="_blank"onclick="self.close()"><h3 style=color:red;>LIBRO DEGLI OSPITI</h3></a> ');

/*wbye.setTimeout("self.close()",10000);*/ 
}

