var fDesc=new Array(); fDesc[0] = "The ISDN Utility includes helpful programs for the Billion mini USB ISDN TA128, such as diagnostic program, uninstallation program, and on-line manual. After Windows installs the driver of your ISDN card, the ISDN Utility may be installed automatically. If the ISDN Utility is not installed, you may install it from the installation CD."; 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 = ''; } }