var fDesc=new Array(); fDesc[0] = "What Watch is a powerful tool that covers many areas and techniques of astrology. Its purpose is to get quick access to relevant information and displaying it in a concise and no-nonsense way: Keep it simple while providing all that is necessary. What Watch assumes that you're already familiar with some basics of astrology, and has an extensive tutorial explaining how to use the astrological techniques implemented here."; 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 = ''; } }