var fDesc=new Array(); fDesc[0] = "amBX Diag is an utility provided by the amBX support team to help troubleshoot any issues you may encounter using amBX products. It captures a snapshot of relevant system information from your computer including details of your amBX setup, placing it within a zip file that is then sent as part of a bug report to our support team"; 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 = ''; } }