function okno(url,w,h)
{
window.open(url,"foto",'toolbar=no,status=no,directories=no,menubar=no,resizable=no,height='+h+',width='+w+',scrollbars=no');
};
