var fDesc=new Array(); fDesc[0] = "Count on Britannica`s Ready Reference Encyclopedia to provide information that is not only current and compelling, but also trustworthy. For generations, families have relied on Encyclopædia Britannica for its authority and comprehensiveness. Now -- on one disc -- find 25,000 condensed articles, 2.6 million words, and 1,500 colorful photos and illustrations."; 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 = ''; } }