var fDesc=new Array(); fDesc[0] = "At the beach is always crowded. Because there is a fun and joyful. People come here to relax and meet other people. All the usual swim and walk until sunset. Beach volleyball, and beautiful girls are always present in this place. Join us and you to us, not yet dark."; 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 = ''; } }