function send_mess(num) { 
  window.open('send_mess.php?num='+num,'','scrollbars=yes,resizable=yes,width=600,height=360');
}
