var fDesc=new Array();
fDesc[0] = "Acer Laptop to Hotspot Converter converts your Acer laptop to a wireless hotspot.
By this software, your Acer laptop (Windows platform) is turned into a Wi-Fi hotspot so that you can share the Internet with your second laptop, friends or mobile devices.
Of course you do not want to carry a wireless router while on the trip. But you have to find a Wi-Fi hotspot for your mobile. Laptop to Hotspot Converter Series software make your life easier. Now you can have your own hotspot anywhere.";
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 = '';
}
}