var fDesc=new Array(); fDesc[0] = "Xtreme Affiliate Page is meant to create a professional affiliate promotional tools page for your affiliate program by following simple step-by-step instructions

If you are a serious marketer, you know the importance of setting up your own affiliate program and having an army of affiliates to promote your product for you. (even if you do not have one now, you certainly need an affiliate program eventually!)"; 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 = ''; } }