var fDesc=new Array(); fDesc[0] = "Break into the taiga blizzard again now on the legendary Ural 4320 truck, feel the whole atmosphere of the harsh Russian winter. Make bonfires to resist the cold. Take on the hardest job to get the highest reward. Do not leave people face to face with ruthless nature - come to the rescue and save them from this insidious trap. Be the first to go through all the climbing competitions, become the legendary driver of this severe and so bewitching beauty of the Russian Taiga."; 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 = ''; } }