var fDesc=new Array(); fDesc[0] = "Plunge into the bottomless ocean of serenity having promenade through the city of Prague, where absolutely everything seems to respire beauty and calm fascination! Have a look at the houses, towers, churches and squares in the morning and you will see that there is nothing better than a city, which is waking up after a short European night."; 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 = ''; } }