var fDesc=new Array(); fDesc[0] = "Sea, sun, velvet sand… pleasant breathe, and the sound of the waves, but you won’t be able to rest, because you are a FBI agent and will be working undercover – you’ll become the owner of a beautiful and exotic beach and your main goal is to find a criminal! Interesting tasks, colorful levels and mini games await you in this time-management game."; 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 = ''; } }