function popup(url, name, width, height) {
  new_window = window.open(url, name, 'width='+width+', height='+height+', toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes');
  new_window.focus();
}

function popup_nav(url, name, width, height) {
  new_window = window.open(url, name, 'width='+width+', height='+height+', toolbar=yes, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes');
  new_window.focus();
}

function opwin() {
  var load = window.open('http://adv.traderlink.it/adserver/redir.php?idban=185','','scrollbars=no,menubar=no,height=380,width=550,scrollbars=no,resizable=yes,toolbar=no,location=no,status=no');
}

function openVideolive(url, name, width, height) {
  //new_window = window.open(url, name, 'width=' + width + ',height=' + height + ',toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no');
  new_window = window.open(url, name, 'width=' + width + ',height=' + height + ',status=no toolbar=no, location=no, directories=no, menubar=no, scrollbars=yes, resizable=yes');
  new_window.focus();
}

function popup_toolbar(url, name, width, height) {
  new_window = window.open(url, name, 'width=' + width + ',height=' + height + ',status=no, toolbar=yes, location=no, directories=no, menubar=yes, scrollbars=yes, resizable=yes');
  new_window.focus();
}
