var fDesc=new Array(); fDesc[0] = "inSSIDer Wi-Fi Helper is a tool designed to improve your wi-fi signal strength. It analyzes the signal strength in each room and provides you the optimum settings for your router. Additionally, this tool can perform a full scan of your network to find out what type of Internet services you would expect to run well."; 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 = ''; } }