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