var fDesc=new Array(); fDesc[0] = "Alicia Quatermain: Secrets Of The Lost Treasures is a time management game for Windows users. Alicia Quatermain is the granddaughter of famous world traveler Allan Quatermain. She sets out on a long and dangerous journey to find out why her father had disappeared under mysterious circumstances. But before she can figure this out, she needs to find Allan Quatermain’s lost treasure first. You must help her visit distant lands and avoid the enemy’s cunning traps. The collector's edition includes special challenges for skilled players in difficult mode, puzzles, and bonus levels."; 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 = ''; } }