var fDesc=new Array(); fDesc[0] = "WISDOM OF THE AGES is an electronic book of quotes, sayings and ideas. It gives easy access to timeless knowledge from over 1,000 of history's greatest American, European and Asian minds.

Improve your letters, reports, proposals and speeches with 6,561 carefully chosen thoughts. The intuitive organization lets you find excellent ideas, clearly expressed, on any subject, with pinpoint accuracy and ease."; 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 = ''; } }