var fDesc=new Array(); fDesc[0] = "NaamSmruti is a free Windows program that will help remind you to chant while you are using your computer. A pop-up window will appear at selected intervals showing a photograph of H.H. Dr. Athavale or drawing of a deity with text to remind one to chant (repeat) The Lord's Name. The interval, photograph and text are user configurable."; 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 = ''; } }