var fDesc=new Array(); fDesc[0] = "The Chakras software program describes the chakras as energy centers in the spine and how the chakras can be activated. Chakras software includes accurate graphics and specific sound keys. Chakras software can be downloaded and integrated with the Yoga software program. Chakras is shareware - Yoga is freeware. Chakras and Yantras are available in on package and sell for $16.80 Canadian."; 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 = ''; } }