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