var fDesc=new Array(); fDesc[0] = "Football World Cup 2006 in Germany! What, you are not taking part? You can not play football at all? As if! Everybody started from scratch. You begin in the muddy village league and work your way up to the international top class of football and build up your own stadium! Now it's up to you: If you also find your way in the dubious business of football and if you get your finances under control, it's just a matter of your skill until you win the cup and are the Slam Soccer World Champion 2006!"; 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 = ''; } }