var fDesc=new Array(); fDesc[0] = "KD Ebook Marketer is a free program that brings you 2 powerful tools: Review Sniper and Promo Accelerator. The program enables you to increase your kindle eBook sales by extracting Kindle reviewer contact information within any niche you want. It also allows you to create a promotional link for your given Kindle eBook publication."; 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 = ''; } }