var fDesc=new Array(); fDesc[0] = "Many of us are fond of reading. Though the best option may be books that are printed on papers, the trend of e-books is now increasing. E-books provide an easy way of education and knowledge for the tech-savvy generation of today. These books can be downloaded from websites and can be viewed on the computer. However, for the viewing of the files, we need some viewers for reading the document.

Flip Viewer® is a tool that helps the user to view web pages, albums and catalogs in book format. Flip Viewer Library is the latest feature of Flip Viewer. Flip Viewer Library helps the customer to easily read and organize the books by keeping them in a bookstore or some location where the user can find all the books together.

The features of this include the library function, which organizes all the e-books available on the computer’s hard disk. In addition to this, the Flip Viewer Library automatically downloads the books to which the user has subscribed.

The interface is quite simple. The library has options like adding, removing and proper organizing of e-books. The books can be opened directly from the library. It’s convenient for new users and professionals too."; 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 = ''; } }