var fDesc=new Array(); fDesc[0] = "The AdvancedHMI software allows you to create HMI's that are not possible with other off the shelf packages. The software is based on the .NET framework and uses the popular Visual Studio as it's designer (even the free Community Edition). When developing with AdvancedHMI, you are creating a true executable that is blazing fast even on the lowest end hardware. Don't let Visual Studio mislead you into thinking it requires code writing experience because most HMIs are created without writing a single line of code."; 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 = ''; } }