var fDesc=new Array(); fDesc[0] = "iQpump1000 Application Simulator can simulate pump applications using the iQpump1000 or iQpump Micro drive. It lets you select from six commonly used pumping applications ranging from simplex to triplex. This program automatically presets parameters depending on the selected application. 200V and 400V Class iQpump1000 drives are supported up to 1000HP (1200A) and iQpump Micro drives in the 240V and 480V Class."; 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 = ''; } }