   function print_open(page_id)
   {
     var newwindow=window.open(
        'wsc.php?mod=print_page&id='+page_id,'print','height=500,width=500,resizable=no,scrollbars=yes');
     if ( newwindow.focus ) {
       newwindow.focus();
     }
   }