function sendmail(Turl,Ttitle)
 {
  var strHost
  strHost = window.location.host
  var s = Turl.indexOf("http");
  
  if(s == -1) {
  	Turl = "http://" + strHost + Turl;
  }
  window.open ("http://www.chinaradionet.net/newsmailn.asp?url="+Turl+"&title="+Ttitle,"SendMail","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=480,height=350")
 }
 
 function gaojian(Tid,Ttitle,ztFlag,Lastdate,Bid,Url)
 {
  var strHost
  strHost = window.location.host
  var s = Url.indexOf("http");
  
  if(s == -1) {
  	Url = "http://" + strHost + Url;
  }
  window.open ("http://10.7.1.223:8080/commentary/gaojian1.5.asp?id="+Tid+"&title="+Ttitle+"&ztflag="+ztFlag+"&lastdate="+Lastdate+"&bid="+Bid+"&url="+Url,"Speak","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=400")
 }
 
 function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}