function win_op(){
  myWin=window.open("noad/pr.html","","width=490,height=410");
}
function win_cl(){
  myWin.close();
}