var fDesc=new Array(); fDesc[0] = "iBall Soft AP Manager allows you to use your laptop as a Wi-Fi Hotspot. In this case, your Laptop transmits Wi-Fi signals which allow Internet access from your various Wi-Fi Devices via your Laptop’s Internet connection. When you click on the Interface buttons screen will pop up this feature. To use this feature, you need to provide the SSID/Wi-Fi name and Password."; 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 = ''; } }