var fDesc=new Array(); fDesc[0] = "Need for Russia 2 is a great racing simulation where you get to drive on some of the famous places in Russia.There are wonderful tracks to play, lots of snow and this makes the task of winning more difficult. You can also get great cars and choose between a single race and a championship."; 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 = ''; } }