var fDesc=new Array(); fDesc[0] = "Playlist Automation Suite is an integrated system for radio stations automation. With innovative solutions for each department, it makes the whole process of production, management and playout more productive and secure. Containing the modules Playlist Digital, Maker, Audie, Commercial, Smart Manager e Logger, the product stands out for its ease of installation and maintenance, as well as the productivity of its tools, fitting to any type of radio station."; 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 = ''; } }