
function novi(url,name){
  window.open(url,name,'toolbar=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=550,height=450');
  }
