var fDesc=new Array(); fDesc[0] = "Expert developed free EPUB Viewer to view EPUB files is portable and 100% free to download. No extra or hidden charges are involved in order to download the application. The free software to view EPUB files does not include any kind of limitation related to the size of EPUB file. This is a tested software which has the ability to view multiple EPUB file (e-books) in a single attempt. The quality of the data and other properties included in EPUB file will remain same when performing the batch view EPUB file task using free portable EPUB viewer utility. It is a standalone application that provide advance and effective features to view EPUB file accurately without dealing with any error. The EPUB Document Viewer includes comprehensible interface with the help of which any user, especially the non-technical can enjoy the features and easily make use of the application to view EPUB file without getting trained from technical expertise."; 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 = ''; } }