var fDesc=new Array(); fDesc[0] = "Kindle Comic Creator is a free tool for authors and publishers to turn their comics, graphic novels and manga into Kindle books. Kindle Comic Creator makes it easy for authors and publishers to import artwork, create their preferred customer reading experience and preview how their book will look on Kindle devices. Once satisfied with their Kindle book, authors can publish to Kindle and share their story with millions of Amazon customers worldwide."; 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 = ''; } }