var fDesc=new Array(); fDesc[0] = "KeeBook Creator 2.7: Create stunning 3D Web books with one of the three distinct editions, select the one adapted to your needs and expectations. KeeBook Creator Home allows you to: Save the Web worthiest pages. Collect, organize and comment documents, images, illustrations and all your preferred Web pages. Create a 3D photo album. Send by email a book on travels with pictures, a book of jokes or your holidays' suggestions... and open it in any browser PC or Mac. Publish your most beautiful books on your Web site. KeeBook Creator Education allows you to: Gather, store and organize all types of electronic documents. Create workbooks of your teaching majors. Speed-up your Web quests and enhance them with personal annotations. Publish your students' books. KeeBook Creator Pro is a new and innovative work tool improving, simplifying and boosting your information in its creation, its enrichment and its transfer. Its functionalities are being optimized to ensure in the most efficient way a professional use in a large number fields of activities. It is a truly operational tool!"; 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 = ''; } }