var fDesc=new Array(); fDesc[0] = "Sink your teeth into the jugular of a heart-stopping journey through the town of Hell Lock in Vampire Saga 3: Break Out, the third chapter in the popular series of hidden object adventure games. As you guide a doctor through the panic-stricken streets of Hell Lock, you will slowly uncover the source of a red-eyed terror that is turning the townspeople into murderous creatures of the night."; 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 = ''; } }