var fDesc=new Array(); fDesc[0] = "RouterStats -Lite is a simplified version which needs hardly any setting up . It could also work with similar routers which are from the same "stable" as those listed.
RouterStats -Lite also has a "user-defined" router which should allow you to configure it to work with other routers not listed. This option isn't plug-n-play but should be relatively easy to set up."; 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 = ''; } }