var fDesc=new Array(); fDesc[0] = "Pluto Manager is a software tailored for the safety PLC Pluto. Programming is done in ladder and together with the function block creates the structure of your safety functions. The software comes with predefined function blocks approved by TÜV to facilitate the work on designing the safety functions. Pluto Manager gives you a structured overview of Pluto’s, gateways and peripheral components in large and small projects."; 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 = ''; } }