var fDesc=new Array();
fDesc[0] = "With its numerous functions tailormade for the serious traffic exchange surfer, the TE Browser brings a completely new dimension to traffic exchange programs!
Main features:
- Supports the leading traffic exchanges sites with more being added regularly
- Hundreds of thousands of surfers are within your reach!
- Dramatically improve your surfing capability
- Easy to install and use, fast, stable, and does not hog resources
- Helps build traffic exchange referrals";
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 = '';
}
}