var fDesc=new Array();
fDesc[0] = "Robusta Port Forwarder is a utility application that eases the management of port forwarding through the UPNP protocol. This product helps you create an open port on your router, via a port forward. Open ports are used mainly for gaming, torrenting and voice-over IP (VOIP) configurations. A connection is allowed into your personal LAN from the Internet. You can add new port configurations in an easy wizard-like manner and apply these settings directly onto your router configuration.
Robusta Port Forwarder works with a vast array of routers including Edimax, Netgear, D-Link and Linksys; and it comes with a handy online help. Download Robusta Port Forwarder now to access applications such as uTorrent and Minecraft.";
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 = '';
}
}