var fDesc=new Array(); fDesc[0] = "Simian PRO is an automation system for use by radio broadcast professionals and Advanced Internet Broadcasting. It has all the features of our Simian LITE program plus features specifically for the more demanding radio station environment. You have the ability to connect to optional Simian Gateway/Remote clients. The program has 83 available automation macros for ultimate versatility."; 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 = ''; } }