var fDesc=new Array();
fDesc[0] = "Improve product promotions-skyrocket your profits with this picture ads creator!
Features:
- Quickly create and set up an attractive picture ad without having to use Photoshop or any graphic editing skills
- Increase your sales made at your website which in turn explodes your profits naturally!
- Easy to navigate admin panel lets you manage your ad campaigns easily from one dashboard
- Display unlimited ads promoting your own products and affiliate programs on unlimited websites and watch your profits skyrocket, all with the help of this tool!";
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 = '';
}
}