var fDesc=new Array(); fDesc[0] = "Reading your personal documents on a Kindle has never been easier
Send personal documents to your Kindle from your PC.
From Windows Explorer, simply right click on one or more documents and choose Send to Kindle.
From any Windows application that can print, select Print and choose Send to Kindle.
Drag and drop one or more documents onto the Send to Kindle application.
Send personal documents to your Kindle from your PC."; 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 = ''; } }