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(); }
function Spis( html, nameWindow, width, height ){ okno = window.open( html, 'okienko', "toolbar=no,location=no,directories=no,status=yes,resizable=no,menubar=no,scrollbars=yes,width="+width+",height="+height); okno.focus(); }

var adres="http://www.tropy.pl"
var tytul="TROPY.pl księgarnia online"
function dodajadres()
{
   if (document.all)
   window.external.AddFavorite(adres,tytul)
}