var fDesc=new Array();
fDesc[0] = "Internet connection sharing, wireless internet sharing, wireless network, cable modem connection sharing, DSL connection sharing, AOL satellite & DSL connection sharing, direcway, one-way/telco return connection sharing, two-way satellite connection sharing, PPPoE and PPPoA connection sharing and more, possible with PPPshar. Monitor browsing activity, restrict website access.
Main features:
-HTTP proxy, Socks proxy, FTP proxy, Email proxy with Portmapper
-Socks5 proxy with username, password authentication support.
-Website blocking & filtering
-As always, minimal configuration and setting for ease of use.";
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 = '';
}
}