function okno(url, width, height)
{
window.open(url,'','width=' + width + ',height=' + height + 'toolbar=no,menubar=no,scrollbars=yes, resizable=yes,status=no,location=no,directories=no,top=120,left=120');
}