var fDesc=new Array(); fDesc[0] = "Crystals of Time is a hidden object game in which Ashley, a professional thief, has inherited this vocation from her father. You must help Ashley navigate through time and space to find the clues that will lead her to her missing father and help her solve the mystery of Three Oak Mansion."; 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 = ''; } }