var fDesc=new Array(); fDesc[0] = "The Settlers Online combines popular gameplay elements with brand new additions and improvements. Seize territory and explore in a gaming experience built for everyone to enjoy, from ‘The Settlers’ newbies to old-school gamers. Build your city brick by brick, and lead it to glorious prosperity! It takes a great leader to build a great city, and you'll have to optimize your production chains and lay out the perfect infrastructure."; 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 = ''; } }