var fDesc=new Array(); fDesc[0] = "Moxa Mass Configuration Tool is a time-saving tool that helps users simultaneously deploy many tasks to Moxa’s embedded computers. This tool is particularly useful for deploying programs or tasks to a large number of identical devices. Users can configure the settings at the control center, and then deploy them to all computers at once. This mass deployment saves time on system configuration and program settings. The more computers you have, the more time you save. After using Mass Deployment Tool to configure a computer, the computer can be installed at a remote site."; 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 = ''; } }