var fDesc=new Array(); fDesc[0] = "RTL365WinRB is a radio-based utility which can help you broadcast a radio station using a Live365 account. You have to create a link to send the data track information to the live365 server which might work well for you. The program is great for those who want to broadcast a live radio server."; 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 = ''; } }