var fDesc=new Array(); fDesc[0] = "3D Kit Builder (Chopper) is a game that simulates the building of a chopper. The game can be played in english, french, german, italian and spanish with four levels of difficulty: no brainer, easy, okay and hard. The difference between these levels is the number of axes on which you have to move the parts. You can rotate your model, you can painted and you can print it. At any time of the game you can save your progress in the perspective of continuing later. The game also features an automatic pilot, that will build the model for you."; 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 = ''; } }