var fDesc=new Array(); fDesc[0] = "Even if you are not very fond of historical places and buildings, this one will really strike your imagination! A pearl of Cologne and a masterpiece of Gothic architecture Cologne Cathedral impresses everyone with its originality and unique beauty! Multiple towers soaring to the very sky as blue as turquoise and small river flowing nearby create special atmosphere of medieval romantice that enchants you more and more."; 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 = ''; } }