
<!-- Begin


 function pop_window(url) {
 //remove a attribute if you don't want it to show up
  var popit = window.open(url,'console','scrollbars,resizable,width=700,height=580');
 }

//  End -->