var fDesc=new Array(); fDesc[0] = "Virtual Hotspot is free software to turn your laptop/pc into Wi-Fi hotspot. It enables you to share your internet access (Wifi, LAN, Cable Modem, Dial-up, Cellular, etc.) with other Wi-Fi devices, such as laptop, smartphone, iPhone, iPad, iPod Touch, PDA, Xbox, Wii, NDS, PSP. In a word, Virtual Hotspot shares internet connection with multiple wireless devices."; 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 = ''; } }