var fDesc=new Array(); fDesc[0] = "When you need the facts, turn to Encyclopædia Britannica Student & Home Edition DVD for trusted information written by Nobel laureates, historians, curators, professors, and other noted authorities.

From the youngest student to the curious adult to the most advanced researcher, users of every level will find what they need. Three age-appropriate encyclopedias; interactive tutorials in math, science, social studies, and other subjects; homework help; and other essential learning tools make it the most complete reference source available."; 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 = ''; } }