var fDesc=new Array(); fDesc[0] = "The iXDeveloper is used to configure operator panels and PC operated control applications, including applications for IPCs (Industrial PCs) from Beijer Electronics. It empowers you with unique tools to communicate. It combines top-class vector graphics and smarter functions that provide intuitive operation."; 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 = ''; } }