function poezja(url, width, height)
{
var Win = window.open(url,"poezja",'width=' + width + ',height=' + height + ', left=0, top=0, resizable=0,scrollbars=yes,menubar=no' );
Win.focus();
}