var fDesc=new Array(); fDesc[0] = "Welcome to Frankfurt. This is a very beautiful city. They invite you to explore the city at night. At night the lights are a huge number of lights. The whole city lights up and sparkles in the glow of floodlights. This is one of the most exciting spectacle on the planet. Hurry up, and it will end soon!"; 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 = ''; } }