var fDesc=new Array(); fDesc[0] = "As an automation software suite, WinMedia offers broadcasters a wide range of modules and functionality. Because it's a total solution it offers all the necessary tools required by today's state of the art radio and Tv stations that is why we decided to include a complete production suite in our automation software, and it is all included in a single windows icon."; 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 = ''; } }