var fDesc=new Array(); fDesc[0] = "Cinergy is an "integrated" production management system sold in 4 parts.
Beginning with Cinergy Motion Picture Production System, a free script editor is delivered with the installation of the Cinergy suite. In addition, the script editor can be downloaded as a separate standalone application, free of charge. The Cinergy Script Editor (CSE) is fully compatible with all the production management features of Cinergy 5."; 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 = ''; } }