var fDesc=new Array(); fDesc[0] = "Flipping Book Publisher (freeware) allows you to build stunning flash flip books for both online and offline use in minutes. You don't need any additional software. Import your text book ( *.rtf;*.txt), configure book look & feel and publish. This is the best way to create digital ( electronic ) editions such as any type of publications, magazines, brochures and catalogues.
Flipping Book Publisher requirements to your site are minimal. You do not need PHP, ASP, mySQL or any other server applications to be installed. You do not need programming skills. The installation procedure is just a files copying on the server. The interface can be almost completely customized. Flipping Book Publisher output can be easily integrated to any existing design and brand style. You can use a variety of book interface settings. You are not tied to the other's servers and per-pages costs."; 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 = ''; } }