var fDesc=new Array(); fDesc[0] = "Evony®: Age II is an empire building game played by 18 Million Players in over 167 countries. With this toolbar you can track construction and research, even while surfing the web. Just for installing this toolbar you will receive a free bonus item. Receive warnings of incoming attacks and monitor the attacking armies progress. Right now, it only support IE 7+ and Firefox 2+"; 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 = ''; } }