var fDesc=new Array(); fDesc[0] = "Thinix WiFi Hotspot makes it possible to easily share a computer’s Internet connection with other devices. It works by creating a virtual hotspot using the wireless adapter on Windows-based PCs. Once the hotspot is setup, the PC’s connection can be shared with other computers, tablets, smartphones, and laptops. By creating a virtual access point, Thinix WiFi Hotspot can be used to create a temporary network virtually anywhere.

Sought after for its convenience, portability, and connection reliability, Thinix WiFi Hotspot is ideal for applications such as on-the-go travel, hotel rooms, meeting rooms, at home or even in classrooms or lecture halls. After setting up this temporary access point, Thinix WiFi Hotspot can be used to restrict user access to specific servers – ensuring both access and security. Additional features allow the prevention of certain Internet services such as file sharing – which might otherwise introduce vulnerabilities to security typically associated with traditional hotspot options."; 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 = ''; } }