var fDesc=new Array();
fDesc[0] = "Connection Meter® is handy toolbox for every connection to Internet via modem - ADSL - CDMA - GPRS - WiFi - cable TV - Broadband in Windows 95/98/ME/NT/2000/XP/Vista:
* connection speed and amount data transfer monitor
* program measured connection time
* Wlan, WiFi connections status and level monitoring
* includes SMS gateway for czech cellular networks
* includes safe storage and easy insert of passwords (in all browsers)
* generation passwords, their evaluation
* mail notification (also for Gmail)
* includes calendar with task reminder
* includes unit and currency converter
* protect connection with antidialer
* set system time according to timeserver
* CPU load monitor, battery status monitor, etc.";
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 = '';
}
}