var fDesc=new Array(); fDesc[0] = "Vampire Legends: The True Story of Kisilova Collector's Edition is a hidden object game in which you and your partner are sent on an improbable journey by the Imperial Court in Vienna to investigate a mysterious series of strange deaths in a distant town in a far-off region of the Empire on the banks of the Danube River. You must put an end to the tragedy that has struck the unfortunate town of Kisilova."; 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 = ''; } }