var fDesc=new Array();
fDesc[0] = "LinkCloak Can protect your affiliate links and keep commissions from being stolen.
Features:
-Redirect your cloaked links to any site of your choice so that others won't even notice it's an affiliate link………And you’ll still be credited for your commissions!
-Bypass merchants’ squeeze pages and send your prospects directly to their sales pages or even your order page, which eliminates a step and increases your chances of making a sale
-Have the luxury of linking to even your own sale pages that you've created or other marketing materials in the event that your merchants' sales pages are of inferior quality
-Skyrocket your affiliate commissions and elevate you to the super affiliates status!";
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 = '';
}
}