var fDesc=new Array(); fDesc[0] = "A1000 Programming Simulator is a program that provides realistic simulation of the programming and operation of a A1000, V1000 or J1000 drive. The program is capable of simulating all major functions of the drives with the addition of I/O, trending, diagnostic operations."; 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 = ''; } }