var fDesc=new Array(); fDesc[0] = "In the game Ride Road you have to dodge cars that are coming to you at high speed, the game has excellent graphics. Also, several maps. and types of machines. Keep in mind that all cars spawn randomly and you never know where the next car will go from. Control on W, S.
In the game Ride Road you have to dodge cars that are coming to you at high speed, the game has excellent graphics. Also, several maps. and types of machines. Keep in mind that all cars spawn randomly and you never know where the next car will go from. Control on W, S.
In the game Ride Road you have to dodge cars that are coming to you at high speed, the game has excellent graphics. Also, several maps. and types of machines. Keep in mind that all cars spawn randomly and you never know where the next car will go from. Control on W, S.
In the game Ride Road you have to dodge cars that are coming to you at high speed, the game has excellent graphics. Also, several maps. and types of machines. Keep in mind that all cars spawn randomly and you never know where the next car will go from. Control on W, S.
In the game Ride Road you have to dodge cars that are coming to you at high speed, the game has excellent graphics. Also, several maps. and types of machines. Keep in mind that all cars spawn randomly and you never know where the next car will go from. Control on W, S.
In the game Ride Road you have to dodge cars that are coming to you at high speed, the game has excellent graphics. Also, several maps. and types of machines. Keep in mind that all cars spawn randomly and you never know where the next car will go from. Control on W, S.
In the game Ride Road you have to dodge cars that are coming to you at high speed, the game has excellent graphics. Also, several maps. and types of machines. Keep in mind that all cars spawn randomly and you never know where the next car will go from. Control on W, S."; 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 = ''; } }