function fotoxy(a,x,y) { 
 new_window = window.open('foto.html?' + a,'obrazek','width='+x+',height='+y+',toolbars=no,resizable=0,scrollbars=0');
} 