var fDesc=new Array(); fDesc[0] = "Working with the program, you get personal birth chart based on I Ching (Chinese Book of Changes) which represents a figured description of forces and influences following you during your lifetime. The recommendations are given in the form of I Ching Hexagrams which are the essence of Chinese Book of Changes. A birth chart is calculated according to the I Ching Astrology system."; 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 = ''; } }