var fDesc=new Array(); fDesc[0] = "Advantech Studio is a powerful, integrated collection of automation tools that includes all the building blocks required to develop modern Human Machine Interfaces (HMIs),and Supervisory Control and Data Acquisition System (SCADA) applications that run on 32-bit & 64-bit Windows XP/Vista/7,Server Editions and CE.NET, or in an Internet/Intranet environment."; 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 = ''; } }