var fDesc=new Array(); fDesc[0] = "Grim Facade: Mystery of Venice is an adventure game with beautiful graphics.
Two young ladies have gone missing and it’s up to you to find them .
The two young women had just left a masquerade ball in a gondola when they went missing. The driver of the gondola was a man wearing a mask of Medico Della Peste. Track him down and discover the terrifying secret."; 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 = ''; } }