var fDesc=new Array(); fDesc[0] = "J1000 Programming Simulator is an application that provides a realistic simulation of the programming and operation of a J1000 drive. It has an integrated automatic update function that allows for updating the actual program – when connected to the Internet."; 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 = ''; } }