function pop_window(url) {
 //remove a attribute if you don't want it to show up
  var popit = window.open(url,'console','menubar=no,toolbar=no,scrollbars=no,resizable=no,width=830,height=630');
 }
function pop_video(url) {
 //remove a attribute if you don't want it to show up
  var popit = window.open(url,'console','menubar=no,toolbar=no,scrollbars=no,resizable=no,width=330,height=305');
 }