var fDesc=new Array(); fDesc[0] = "A handy, FREE dictionary containing definitions of cancer related terms. Definitions include breast cancer, lung cancer, bone cancer, prostate cancer, skin cancer, muscle cancer and more. If you or someone you love is the victim of cancer, you'll know it is difficult to understand the meaning of those long medical terms. The Cancer Dictionary will help with defining what those long words mean so you can better understand how this disease works, and how to cope with it. Courtesy ClickCoders.org and HighDesert Software Co."; 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 = ''; } }