var fDesc=new Array(); fDesc[0] = "Whispers: Revelation is an entertaining game in which your character, Luna, experiences strange visions. You are alone in life and there is nothing to remind you of the past other than a pendant gifted to you by your mother when you were just a child. You have to discover where this special pendant has disappeared."; 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 = ''; } }