var fDesc=new Array(); fDesc[0] = "This small program makes your Windows Explorer handle .azw/.mobi/.prc files better; cover images are shown as thumbnails, and you can see the book titles and authors on the list of files. You can also see the Properties of the books. It helps managing Kindle content on Windows PC, especially when you download a lot of (probably free) .mobi files from the Internet."; 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 = ''; } }