var fDesc=new Array(); fDesc[0] = "Kindle Writer is program designed specifically for authors to build professional books that can be read on Amazon's Kindle, uploaded, and sold through Amazon KDP (Kindle Direct Publishing).

Kindle Writer will enable you to create a draft copy of your book, a description for the Amazon KDP form when you upload your book, format your book with a preview, and view it on Kindle for PC, a free program from Amazon which you will need to download too.

The best way of creating a Kindle book is by creating it with HTML, the language used to create web pages. With Kindle Writer, this is very easy as it does most of the work for you."; 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 = ''; } }