var fDesc=new Array(); fDesc[0] = "FrozenSpot allows you to share the Internet connection of your computer with ease. With its intuitive interface, it will not take you more than three mouse clicks to set up your network access point. The state of the connection sharing is displayed in image for simplicity and incomparable pleasure of use."; 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 = ''; } }