var fDesc=new Array(); fDesc[0] = "Embark on a captivating journey back to the cradle of Western culture! Find yourself in the heart of glorious Athens, the city worshipped by gods and people. Take a stroll among the majestic marble columns of the Acropolis sparkling under the bright sun of Attica. Get a glimpse of the magnificent Parthenon, an enduring symbol of Ancient Greece. Enjoy the splendor of Athens by day and night with its inspiring landscapes and architectural masterpieces."; 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 = ''; } }