var fDesc=new Array(); fDesc[0] = "Murder Mystery - Who Killed Linda Neuman is a funny and entertainig game developed by iWin Games.
At the luxurious Paradise Island Resort, the Grand Fashion Show is just about ready to get underway. However, things come to an abrupt halt when the show's top model, Linda, is found murdered in her room. The hotel manager is concerned with his hotel's reputation and calls on the help of Detective Clara"; 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 = ''; } }