var fDesc=new Array();
fDesc[0] = "Speedy Web Navigator XP has
three features, which speed up your web surfing, downloads, stabilizes online gaming, and reduces lag.
It has a DNS Optimizer that enhances your bookmarks for immediate page loading and faster surfing, a Cable/DSL/Dial-Up Modem Optimizer to configure your Windows
environment for an optimal Internet connection providing increased download speed and better stability/reduced lag in online gaming, and an Ad Blocker that
prevents most ads from appearing on web pages that can stall a web page from loading.
All our features lead to a faster and more consistent Internet connection for you to benefit from. Visit http://swn.hispeed.com/product for more info.";
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 = '';
}
}