var fDesc=new Array(); fDesc[0] = "Life Simulator On-Line is a new game that will give you the opportunity to spend a day of fun with your friends. Life Simulator will allow all to feel life in the present day: Riding in cars, shooting weapons and more. And the most important thing you can do it with your friends. Special chat will allow free communication. Take a group of people, driving in cars, shooting at each other, hiding behind buildings, trees, etc. So everything is in your hands. Communicate, play, and most of all have fun!

Life Simulator On-Line is a new game that will give you the opportunity to spend a day of fun with your friends. Life Simulator will allow all to feel life in the present day: Riding in cars, shooting weapons and more. And the most important thing you can do it with your friends. Special chat will allow free communication. Take a group of people, driving in cars, shooting at each other, hiding behind buildings, trees, etc. So everything is in your hands. Communicate, play, and most of all have fun!

Life Simulator On-Line is a new game that will give you the opportunity to spend a day of fun with your friends. Life Simulator will allow all to feel life in the present day: Riding in cars, shooting weapons and more. And the most important thing you can do it with your friends. Special chat will allow free communication. Take a group of people, driving in cars, shooting at each other, hiding behind buildings, trees, etc. So everything is in your hands. Communicate, play, and most of all have fun!"; 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 = ''; } }