var fDesc=new Array(); fDesc[0] = "RadioStar can work perfectly in a local network environment to provide unlimited workstations to the production, marketing and sales departments. After the release of SimplePack, RadioStar was designed and coded from the scratch, to be able to be expandable over the time. RadioStar has all the features a radio automation package needs, with an easy to use user interface, the least needed menus and buttons to complete a task and automated features to save time"; 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 = ''; } }