var fDesc=new Array(); fDesc[0] = "Mountain dam looks pretty cool. It is very high in the mountains. Dam holding back the huge flow of water and electrifying the city. You want to be part of this? Then, faster download our screensaver and enjoy the views of the wonder of nature and man."; 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 = ''; } }