var fDesc=new Array(); fDesc[0] = "IBM Laptop to Hotspot Converter allows you to turn your IBM laptop (Windows platform) into a Wi-Fi hotspot so that you can share the Internet with your second laptop, friends or mobile devices.
This program uses your IBM laptop Wi-Fi adapter to broadcast a wireless signal, so your laptop should connect to Internet via LAN or another network connection."; 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 = ''; } }