var fDesc=new Array(); fDesc[0] = "Kindle Kids’ Book Creator is a program designed for authors and publishers to turn their illustrated children’s books into great-looking Kindle books. The program allows you to import artwork, add text to pages and preview how their book will look on Kindle devices."; 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 = ''; } }