var fDesc=new Array(); fDesc[0] = "SpryBook - Digital Yearbook Software

Include videos, animations, thousands of photos, articles and other multimedia content to your yearbook. With SpryBook digital yearbook software, it is quick and easy to make a yearbook that caters to this digital generation. SpryBook's built-in side bar navigation, search facility, background music and auto play button provides a truly interactive digital yearbook or presentation.

SpryBook digital yearbooks are perfect for elementary yearbooks, middle school yearbooks, high school yearbooks, even universities. It is also ideal for camp albums; military, club or team yearbooks; student portfolios; and any other presentation project in multimedia. It is the perfect tool to capture and to playback rich, dynamic life experiences that you can truly enjoy."; 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 = ''; } }