var fDesc=new Array(); fDesc[0] = "In a relatively large local area network, there are usually multiple regular routers, wireless routers, wireless APs and switches. After a period of continuous running, there could be slowing down of network speed or even no-response failures. These require restart of the routers and switches. Unfortunately, most routers and switches cannot restart at a specific time, so we have to manually restart these network devices periodically.

If you have a server in the local area network that runs continuously for a long time, or a machine that can boot at a specific time, you can be freed from the cumbersome work. Router Manager is a router utility that can restart local/remote routers or switches at specific times and reduce the probabilities of network failures, and therefore, save you a lot of time and energy.

This software can restart any router with DD-WRT or Tomato firmware."; 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 = ''; } }