function okienko(url, w, h) {
	window.open(url,'popup','width='+w+',height='+h+',left=100,top=100,scrollbars=yes');
        return true;
}

