var fDesc=new Array(); fDesc[0] = "Aromatherapy / Essential Oils Software lists aromatic oils and indications. Included are essential oils, base oils, Bach flower remedies, a foot reflexology chart and important safety tips and information. Aromatherapy is a powerful tool when used professionally. Essential oils have been found to have a much higher antioxidant value than vegetables and fruits. Some essential oils are antifungal, antibacterial, antiviral, anti-inflammatory and also display a whole range of valuable medicinal actions."; 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 = ''; } }