function DrukujDojazd(url, width, height, scrollbars) {
 var Win=window.open(url,"ToDo",'width=' + width + ',height=' + height + ',resizable=no,scrollbars=' + scrollbars + ',menubar=no' );
}
