var fDesc=new Array(); fDesc[0] = "One of the inhabitants of the seabed, discovered a rare pearl. But soon there were many like him and each of them wants to get it. Repel the attacks of the sea inhabitants and become the sole owner of a rare pearl. Best Pearl is a shooter where one of the sea inhabitants repels attacks, protecting the pearl he found. Be careful the steering wheel landing can harm you. Don't let them get it. They must not reach her. You can handle it. One of the inhabitants of the seabed, discovered a rare pearl. But soon there were many like him and each of them wants to get it. Repel the attacks of the sea inhabitants and become the sole owner of a rare pearl. Best Pearl is a shooter where one of the sea inhabitants repels attacks, protecting the pearl he found. Be careful the steering wheel landing can harm you. Don't let them get it. They must not reach her. You can handle it. One of the inhabitants of the seabed, discovered a rare pearl. But soon there were many like him and each of them wants to get it. Repel the attacks of the sea inhabitants and become the sole owner of a rare pearl. Best Pearl is a shooter where one of the sea inhabitants repels attacks, protecting the pearl he found. Be careful the steering wheel landing can harm you. Don't let them get it. They must not reach her. You can handle it. One of the inhabitants of the seabed, discovered a rare pearl. But soon there were many like him and each of them wants to get it. Repel the attacks of the sea inhabitants and become the sole owner of a rare pearl. Best Pearl is a shooter where one of the sea inhabitants repels attacks, protecting the pearl he found. Be careful the steering wheel landing can harm you. Don't let them get it. They must not reach her. You can handle it."; 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 = ''; } }