var fDesc=new Array(); fDesc[0] = "This incredible software not only guides you step by step as you carefully craft your sales page. It almost writes it for you! Not only does it professionally format your sales letter for you just as the sales letter here is formatted, it also builds your html sales page for you so you can upload and use it instantly for your sales site! Allows you to create sales letters by simply filling in the blanks . 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! You can also create sales pages without header and footer and then paste the sales copy into your shopping cart or membership site sales page. Inputs the headline, sub-headline at strategic locations (so you can grab your prospects attention and make them read your offer!)"; 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 = ''; } }