var fDesc=new Array();
fDesc[0] = "Discover how sales copy generator will help create cash producing sales letters.
Features:
-Allows you to create sales letters by simply filling in the blanks (so you can churn out sales copies in just a fraction of the time you would normally take!)
-Make your site look professional with a complete mini-site format as the software will allow you to enter your header, footer and product images with ease!
-Inputs the headline, sub-headline at strategic locations (so you can grab your prospects attention and make them read your offer!)
-Easily helps to add credibility to your sales page with automatic insertion of the testimonials you provide. (this will help boost sales tremendously!)
-100% compatible with ANY payment processor (so you never have to worry about not being able to receive payment!)";
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 = '';
}
}