var fDesc=new Array(); fDesc[0] = "Use it to create photo books, calendars, cards and more. Here are just a few of the exciting new features you'll find on new version the option to start in basic mode for beginners, then switch to advanced mode to find more menu items; the ability to enter multiple content package activation codes at once; and the option to have up to three projects open at once."; 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 = ''; } }