var fDesc=new Array(); fDesc[0] = "Widelands is an open source real-time strategy game. It is built upon the SDL and other open source libraries and is under heavy development. Widelands is a clone of Bluebyte's Settlers II.Like in warcraft-like games, you are the despot of an empire and want to harvest resources and get soldiers to get more power."; 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 = ''; } }