var fDesc=new Array(); fDesc[0] = "Star Ride is a space simulator with strategic and tactical elements. The era of interstellar travel has begun. Mankind has rushed to the stars to face dangerous threats and find new opportunities. You are one of the brave travelers, who leaves the Earth to find a new home in the stars.

The colonization of far planets, research of deep space, the fights against ruthless pirates and meetings with the dangerous alien civilizations - you will find all of this in Star Raid."; 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 = ''; } }