var fDesc=new Array(); fDesc[0] = "Feel solemnity of the moment looking over the symbol of the United States - the famous Statue of Liberty! Go across the gulf, feast your eyes with the reflection of New York City on water - all this listening to the national anthem of the country! You can observe and watch this great monument right in front of your computer."; 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 = ''; } }