var fDesc=new Array(); fDesc[0] = "The doctor is in, with this madcap Match 3 game! Poor Mel has every ailment in the book, and you`re the only one who can cure him. Use your scanner to figure out what’s got him this time, whether it`s too much junk food, or some zany virus, and get to work. Make matching sets of medicines to dispel Mel`s blues and bring him back to good health. Buy special remedies, like Big Fish Oil to aid your efforts. Help Mel get well now!"; 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 = ''; } }