var fDesc=new Array(); fDesc[0] = "WinBook Access Point is an easy-to-use software that turns your WinBook laptop into a Wi-Fi wireless access point. So anyone nearby can surf the Internet through your sharing. If you have an iPhone, a PDA, a mobile phone or whatever then you can enjoy the Internet by connecting to the wireless network broadcasted by it. This is also an ideal solution for setting up a temporary AP in a hotel room, meeting room, at home or the like. Different from Virtual Access Point software which is hardware-independent, WinBook Access Point is designed for WinBook hardware only. Other laptops are not supported officially. So please choose the correct software from Laptop Access Point Series for your laptop."; 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 = ''; } }