var fDesc=new Array(); fDesc[0] = "With Online English Radio you can listen to English music from internet 24 hours a day and 365 days a year. Let the English radio stream unlimited music straight from your system tray without adding an extra window in your Alt+Tab sequence. Use shortcut keys from keyboard to change channel and easy controls of the radio player. You can exclude radio or TV Channels from list anytime from the main window of the radio software utility. Navigate to next or previous English radio channel using the controls provided or use the shortcut keys."; 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 = ''; } }