// NOWE OKNA
var okno = [];
function Okno( html, nameWindow, width, height ){ okno = window.open( html, 'okienko', "toolbar=no,location=no,directories=no,status=yes,resizable=no,menubar=no,scrollbars=no,width="+width+",height="+height); okno.focus(); }

var adres="http://www.adgraf.net/"
var tytul="Adgraf - web design, projektowanie stron internetowych"
function dodajadres()
{
   if (document.all)
   window.external.AddFavorite(adres,tytul)
}