function Diallog(num) {
  window.open("messagecenter.php?addr="+num,num,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,height=500px,width=600px")
}
function DiallogX(num,us) {
  var rand = Math.floor(89999*Math.random()) + 10000;
  window.open("messagecenter.php?addr="+num+"&us_id="+us+"&rand="+rand,num+us,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,height=500px,width=600px")
}
function Support(num,line) {
  window.open("supportcenter.php?addr="+num+"&line="+line,num+"_"+line,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,height=500px,width=600px")
}

