var fDesc=new Array(); fDesc[0] = "Feng Shui Lite is a free program that provides information and calculations on all the aspects of Chinese Astrology and Feng Shui. The Chinese Horoscope is based on the Eight Pillars, showing your Astrological make-up, with details ranging from your Chinese Animal, to your Element Balance, with simple hints on how to help you make the best of your life, your character and your environment."; 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 = ''; } }