var fDesc=new Array(); fDesc[0] = "Astro123 combines the following programs into one convenient, easy-to-use program: N_Interp (for natal chart analysis), MEandYOU (for understanding composite chart meanings), YOUandME (for understanding synastry chart meanings), Transits (for transit interpretations - includes a new transit report for up to 366 days of transits), and Keywords (for helping you become better at astrological analysis in general). Astro123 also does all the calculations for relationships such as composite charts, synastry, dual cosmodynes, bi-wheels, etc."; 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 = ''; } }