var fDesc=new Array(); fDesc[0] = "Living Legends - Ice Rose Collectors Edition is a hidden object puzzle adventure game. Novelist Edward Grand has found evidence of a terrible tragedy in the city of Rosemount and sets off to investigate in Living Legends: Ice Rose! You should help Edward gather information for his new book and explore the Castle of Ice Queen. Scour the frozen landscapes and thaw out important locations as you solve an intriguing mystery."; 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 = ''; } }