var fDesc=new Array(); fDesc[0] = "Ultra eBook Reader provides you the ability to read eBooks, comics, PDF, and document files directly on your PC. Ultra eBook Reader provides support for 12 of the most popular eBook and document file formats including: EPUB, PDF, MOBI, and CBR. It also offers support for bookmarks, table of contents, printing, and converting to PDF. Ultra eBook Reader instantly transfers your PC into a reading device, giving you the ultimate reading experience directly on 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 = ''; } }