// 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 okno = []; function Okno2( html, nameWindow, width, height ){ okno = window.open( html, 'okno', "toolbar=no,location=no,directories=no,status=yes,resizable=no,menubar=no,scrollbars=yes,width="+width+",height="+height); okno.focus(); }

var adres="http://www.drewnoplast.com.pl/"
var tytul="DREWNOPLAST - producent okien i drzwi"
function dodajadres()
{
   if (document.all)
   window.external.AddFavorite(adres,tytul)
}