var fDesc=new Array();
fDesc[0] = "SenseConnect is a Least Cost Router Software (LCR) for Dial-Up Internet connections within Germany. It is easy to use and and allows immediate usage of so called "Internet-by-call" Access-Providers. No registration or setup-fees are required to surf at lowest rates - just "Click & Surf cheap"! The Tool offers automatic tariff-updates, an Online-Timer, Connection-Statistics and even an useful E-Mail Preview (POP3) which allows quick deletion of Spam.";
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 = '';
}
}