function openWindow(url) {
window.open(url,'obrazek','toolbar=0,status=0,location=0,scrollbars=0,width=600,height=600,resizable=0,top=50,left=50');
}
