var fDesc=new Array(); fDesc[0] = "ASUS Manager - WiFi Hotspot allows you to create wireless hotspots on your Asus laptop. It allows you to customize the network name (SSID), password, and the Internet connection to share from. After setting the ID and password, simply click on the 'start WiFi Hotspot' button. You can also monitor the list of devices connected to your WiFi Hotspot using this program. You can download ASUS Manager program from the "Driver & Tools" page of your laptop model."; 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 = ''; } }