function okno(str)
{
window.open(str, '', 'toolbar=no,menubar=no,scrollbars=no, resizable=no,status=yes,location=no,directories=no,height=670,width=860,top=100,left=150');
} 
