var fDesc=new Array(); fDesc[0] = "The IU Secure Setup Wizard is an application that automatically creates wireless profiles for Windows. Access the IU Secure Setup Wizard via IUware for Windows and Mac OS X and iOS on your wireless device. The tool will not help with signal or stability issues, and in most cases, following the automatic or manual IU Secure configuration steps for your device should be sufficient."; 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 = ''; } }