var fDesc=new Array(); fDesc[0] = "A software utility for Windows 9x/2000/XP that displays a randomly chosen saying of the Sai Baba of Shirdi accompanied by a picture of Shri Sai and an audio clip of respectful greeting to him. An improved version for multiple platforms will be developed soon.

This utility can be downloaded from the link below (needs VB6 runtimes to work):"; 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 = ''; } }