<script language=\'javascript\'>   
   function pop_up(url,width,height,size,scroll) {   
   newWin = window.open(url, "pop", "width="+ width +",height="+ height +",toolbar=no,menubar=no,location=no,scrollbars="+ scroll +",resizable="+ size +"");
   
   newWin.focus();
      }
      </script>