// JavaScript Document
function popup_nou(url) {
  
  window.open(url,"_blank","scrollbars=yes,width=800,height=600");
}