var fDesc=new Array(); fDesc[0] = "D-BOX Motion Code for Microsoft ESP is a utility that allows you to create your own customized motion profile for Microsoft ESP. The motion platform will automatically start when you launch the application. You can change your preferences even if your application is started by pressing ALT-Tab and change the setting that suits you best."; 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 = ''; } }