var fDesc=new Array();
fDesc[0] = "Jyotishya Deepika v5.2.2 is the latest revision. The earlier version was called Jyotishya Deepika Ultimate.
v5.2.2 has been made 100% Krishnamurtipaddhati (KP) specific. All features supported in this software are completely oriented to the KP system and provide KP astrologers with a rich set of intuitive tools to deliver the best for their clients.";
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 = '';
}
}