var fDesc=new Array(); fDesc[0] = "MiWiFi is an application that allows you to control your router remotely. The software provides the same interface on your PC as if it were on the router after logging into the Administration area. It can also perform firmware flashing and administration procedures."; 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 = ''; } }