var fDesc=new Array(); fDesc[0] = "Flexi Soft Designer is a program that enables users to create easy and straightforward configurations for the Flexi Soft safety controller. It provides up to 255 logic blocks available for each Flexi Soft station, comprehensive wiring assistance and detailed simulation of logic and hardware."; 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 = ''; } }