var fDesc=new Array(); fDesc[0] = "AbroadRadio is an Internet Radio and online TV application that supports RMTP, FLV, MMS, and RTSP protocols. It shares radio and TV stations, keeps transfer control, offers multiple search functions. It is 100% clean and free.
The main features are:
1. One-key play.
2. Auto Update.
3. Intelligent Judgment Radio.
4. Timing Play.
5. Time synchronization."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }