var fDesc=new Array(); fDesc[0] = "AstroWealth - Financial Astrology program indicates the day to day patterns on hourly basis of financial aspects in a graphical manner. You can view the graphs and assess how a particular month would be for you from the monetary point of view which will help you to take your decisions in a better way."; 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 = ''; } }