function openWindow(address,width,height) {
if(!width) width = 428;
if(!height) height = 500;
win1 = window.open(address,'', 'width=' + width + ', height=' + height + ', toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes');
win1.focus();
}

function bookmark(){
var title="Kredyty samochodowe. Najtaniej"
var url="http://www.kredytysamochodowe.org/"

if (window.sidebar) window.sidebar.addPanel(title, url,"");

else if( window.opera && window.print )
{
var mbm = document.createElement('a');
mbm.setAttribute('rel','sidebar');
mbm.setAttribute('href',url);
mbm.setAttribute('title',title);
mbm.click();
}

else if( document.all ) window.external.AddFavorite( url, title);

}