var fDesc=new Array(); fDesc[0] = "Runaway Express Mystery is an adventure game about a determined mother whose children are kidnapped by a mysterious train conductor. In the game you will discover that the train is occupied with the ghosts of the people who died on board during the 50 years when the train was operating between Paris and Istanbul. Your job is to uncover the mysteries of the cursed train and find the lost children."; 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 = ''; } }