var fDesc=new Array(); fDesc[0] = "Heroes of Hellas 3: Athens will challenge you to click-and-drag your mouse cursor across chains of identical items to remove obstacles, activate bonus items and collect valuable objects. As you call upon the gods to unleash their powers, dazzling visual effects will ignite the game screen and help you to achieve your goals quickly. Between levels, you'll be able to interact with the people of Athens and restore the city to its former glory."; 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 = ''; } }