var fDesc=new Array(); fDesc[0] = "Unearth the ancient Atlantis! Two best-selling games - Atlantis Quest and The Rise of Atlantis - for the price of 1, plus a bonus screensaver! Use riveting match-3 gameplay in 2 unique adventures to solve the mysteries behind the lost city and restore its legendary glory! Travel from Rome to Athens to Cairo in search of magical artifacts that will help you unlock the secrets to this sunken kingdom!"; 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 = ''; } }