var fDesc=new Array(); fDesc[0] = "Router Screenshot Grabber is useful yet easy to use application that collects information about your router. As many Internet users do not know how to configure their router or firewall in order to use applications like Peer-to-Peer file sharing (PtoP), Internet Games, Web serving, FTP serving, WebCams, IRC DDC, and Instant Messaging such as AIM, ICQ, Yahoo and MS Messenge, PortForward.com offers a little help. However, if your router is not listed on their page or your router's web interface differs from the guide they have written, you can install this program which collects data from your web browser as you view your router's pages. Then, the program uploads that information to their server and they send you a guide for your router specifically. Moreover, the program features an extremely easy to use interface which does not require any technical knowledge to be operated and makes this task a breeze. Note that The Router Screenshot Grabber is currently in Beta, and they are still working some minor bugs out of it."; 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 = ''; } }