var fDesc=new Array();
fDesc[0] = "Affiliate Buzz is a affiliate promo page generator that will help your affiliates make money! Create An Avalanche Of Traffic, Links & Sales For Years To Come!
With Affiliate Buzz you can :
- Creates your affiliate promotional pages just by following some step-by-step instructions
- Includes templates for the following promotional tools: Text links, Email Ads, Signature Ads, PopUp Ads, Image Ads, Articles & PPC Ads and so much more.";
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 = '';
}
}