var fDesc=new Array(); fDesc[0] = "In the game you have to play for the driver Sport Kara who needs to overcome the distance in order to deliver the goods to the recipient. On the way, you will meet many enemy ones from tanks and vehicles to cemetery ghosts. The game has 3 levels, each divided by complexity starting from the easy to the most difficult. Each level represents a separate and individual location. 1 location - City road, 2 location - Graveyard path, 3 location - Space path. At the end of each location you have to survive after the boss attack. 1 Bos helicopter, 2 Bos Cemetery Necromancer, 3 Bos Galactic monster. The main gameplay is evasion and avoid damage to the car in order to deliver the goods intact."; 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 = ''; } }