var fDesc=new Array(); fDesc[0] = "Apothecarium: The Renaissance of Evil is a hidden object game for Windows users. During the Middle Ages a terrifying, mysterious disease raged across Italy. It killed thousands of people, and whole towns and villages perished together. There were legends of a mythical town where the secret to defeating the disease was hidden. Survivors thrived here until a mysterious discovery fell into the wrong hands, and now it’s up to you to help inhabitants in a struggle against alchemist who is taking the lives of innocent."; 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 = ''; } }