// JavaScript Document

 function otworzokno1(url, width, height) 
{
 var Win = window.open(url,"otworzokno1",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=no,menubar=no' );
}