var fDesc=new Array(); fDesc[0] = "This manual presents a therapeutic guide that will help you in the practice of the acupressure. This guide includes 55 following pathologies: asthenia, amenorrhea, anxiety, anorexia, degenerative arthritis and arthritis of multiple joints (cervical, lumbar, shoulder, elbow, wrist, hand, hip, knee, ankle and foot), cervicobrachial syndrome, bulimia, migraine, sciatica, cystitis, contractures, spasm, depression, diarrhea, dysmenorrhoea, dyspepsia, eczemas, sprain, nervous excitement, sexual frigidity, stomach ache, gastritis, haemorrhoids, slipped disc, hypertension, impotence, indecision, insomnia, lumbago, obesity, toothache, palpitations (beating), rheumatism, rhinitis, stress, nicotine poisoning, drug dependency, ulcer gastric - duodenal, dizziness and vaginism."; 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 = ''; } }