var fDesc=new Array(); fDesc[0] = "Astro-World for Windows is a powerful astrological program for novice and professional astrologers. Interpretations include birth chart drawing; a 27 page birth chart evaluation; a table of all astrological data for a particular horoscope; general remarks; evaluation of the sun, moon and the ascendent; astronomical, archetypical and astrological meanings of the planets; and an entire planetary aspect interpretation."; 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 = ''; } }