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