var fDesc=new Array(); fDesc[0] = "Try your hand at the pharmacy biz! Help Liz, a hard-working and talented pharmacist, open a drug-store in a small town! She is concerned not only with being quick, but also with high-quality customer service. In Pharmacy you and Liz will do your best to bring people to good health and a fantastic mood. Sell out potions, prepare herbal tinctures, and create complex prescriptions in Drugstore Mania, a fun and exciting Time Management game."; 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 = ''; } }