function send(id) {
  window.open('http://mms.ifeng.com/send/send.php?id=' + id ,'','top=60,left=210,width=670,height=470,scrollbars=no,resizable=yes,center=yes');
}
function sendaudio(id) {
  window.open('http://mms.ifeng.com/send/send.php?audio=1&id=' + id ,'','top=60,left=210,width=670,height=470,scrollbars=no,resizable=yes,center=yes');
}