var fDesc=new Array(); fDesc[0] = "eBook Technologies eBook Publisher is the content conversion and publishing tool for creating professionally formatted content. This GUI-based tool runs under Windows and MacOS and provides the capability to import, manage and preview content before packaging it for viewing on an eBook device. The eBook Publisher allows you to create unencrypted personal content that can be moved directly from your PC/Mac computer to your eBook's SmartMedia or Compact Flash memory card. It is important that you upgrade your eBook firmware to version 3.3 or higher for this to work correctly."; 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 = ''; } }