var fDesc=new Array();
fDesc[0] = "DSL Speed is a professional tool that tweaks and optimize your DSL connection speed up to max.
Main Features :
- Online verify your ISP's MTU and your DSL (ADSL) unique optimize value.
- Tweaks and optimize your DSL(ADSL) connection speed up to max, offline and online .
- Faster loading web pages.
- Tweaks DNS errors caching in windows 2000/XP.
- Tweaks ICS in windows 98/SE.";
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 = '';
}
}