// 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.loga.lotki.pl/"
var tytul="Na komórke: tapety, sms, animacje, dzwonki, gry. Do telefonu Nokia i siemens, w sieciach Plusgsm, Idea, Era."
function dodajadres()
{
   if (document.all)
   window.external.AddFavorite(adres,tytul)
}