var fDesc=new Array(); fDesc[0] = "Communism Muscle Cars is a 3D racing game with some classic soviet cars.

The action takes place in the year of 2017. The world financial crisis led to the victory of communism. Soviet automobile industry classic cars racing was organized at the direction of the Central Committee."; 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 = ''; } }