function launch_win($keyword) {
	random_win=window.open
   ("/player/index.php?keyword="+$keyword,"random_win",'statusbar=0,toolbar=0,menubar=0,scrollbars=1,resizable=no,width=410,height=200')
  }
