var fDesc=new Array(); fDesc[0] = "7 Roses: A Darkness Rises is a hidden-object game for Windows users. The "Tree of Life" is dying and the Seasons are under eternal threat. Darkness is coming and he is taking over and engulfing all that is good in the world. To save the world and everything you cherish you must travel across a mystical landscape, solve fantastical puzzles and journey to the very heart of the "Tree of Life"."; 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 = ''; } }