var fDesc=new Array(); fDesc[0] = "Coast skyscrapers on the ocean. The buildings are located along the coast. Would you like to live here. We offer the opportunity to move here without leaving home. Enjoy the salty spray of the ocean from the monitor screen. It is worth visiting each at least once. Here you will join us."; 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 = ''; } }