var fDesc=new Array();
fDesc[0] = "Also tired of typing all those lines?
Also getting crazy of searching over and over again how the syntaxes are?
It isn’t that difficult; this program will make it easy for you!
The program takes the difficult procedures out of your hands, runs it much faster then you can and creates a whole new sight on your modem.
What are the functions of the program?
- Build
- Create port mappings
- Remove
- Remove port mappings
- Remove
- Remove port mappings
- TCP/UDP choice
- List
- Look at your Nat table
- Defserver
- Creates a way to let your modem send all the data to 1 pc
- Flush
- Empty your NAT Table and let the program set back the defaults.
- Setting back the default is an option, so you may choose.
- Firewall
- Put your firewall On/Off
- From, To
- Create ranges of mappings.
- IP Computer/Extern/Modem";
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 = '';
}
}