var fDesc=new Array(); fDesc[0] = "Alice is a young woman who spends a lot of time at a very frustrating work. After being involved in a car accident she finds herself a patient of the mysterious Hospital. Join Alice as she travels through the complex and intriguing pathways of her mind. Find yourself transported to mythical worlds, meeting their unique inhabitants on the way. Learn with Alice what really matters in this contemporary, materialistic world."; 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 = ''; } }