var fDesc=new Array(); fDesc[0] = "Do you want to speed up control system development time and avoid common pitfalls by taking advantage of some compiled design knowledge? This tool will allow you to quickly access design tips for different areas of an Integrated Architecture System. These include: Controllers, Networks, HMI and Motion. This tool can be downloaded and installed on your hard drive. The tool includes a Performance Document Selection Tool that will help you quickly find the documents that fit your application."; 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 = ''; } }