var fDesc=new Array(); fDesc[0] = "IBM Access Point is an easy-to-use easy to undersdand with an easy to understand interface software that turns your IBM laptop into a Wi-Fi wireless access point. So anyone nearby can surf the Internet through your sharing.
Also, your iPhone, PDA, mobile or what ever, can enjoy the Internet by connecting to the wireless network broadcasted by it."; 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 = ''; } }