var fDesc=new Array(); fDesc[0] = "The Anniversary Almanac is a program that produces a touching reminder of what was going on in the world at large when the celebrants joined hands, and key events that have happened on their major anniversaries since. You just need to type in the name of the bride and groom (or the people who are sharing a life), and the date of their union, and press the print key. Printouts are designed to fit on readily available paper stock."; 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 = ''; } }