var fDesc=new Array(); fDesc[0] = "Projxstudio provides a simple to use interface which makes it easy to access all parts of the project. The software provides a visual representation of the plant, acts as a single point of contact to the system and includes the ability to launch, store and archive a wide range of file types. This enables users to keep maintenance and other relevant system information alongside the core project configuration."; 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 = ''; } }