var fDesc=new Array();
fDesc[0] = "Real Network Monitor is a professional solution to monitor the Internet Traffic with all information and statistics with simplicity.
Features:
- Virus FREE Software
- Accurate Internet Benchmark Speed Test, and Ping Latency Time function embedded in the application
- Auto-Update and Auto-Select the new connected interfaces, if internet is down in DialUP case
- Consumes minimal computer resources, Memory / CPU usage always is lowest
- Only select the interface for see all statistics
- Portable / Auto-Installable versions
- Coded with maximum security features
- Compatible with all adapters, including DialUP / Bluetooth / Wireless Connections
- See the properties of the current Adapter, including DNS and IP Addresses
- Save all data in a encrypted text file located in the root of EXE
- Save the latest inferface selected in the UI for the next run
- See the local IPs and variations with connection by Time
- Written in English and Português do Brasil languages
- Minimize to tray and other UI functions
- Using Smart Installer Technology for the Setup, one click to install this program
- Smart Uninstaller will kill all running applications of the program";
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 = '';
}
}