var fDesc=new Array(); fDesc[0] = "Find yourself in the very heart of Paris, one of the most fascinating and romantic cities in the world. You will be impressed by the gorgeous view of the Eiffel Tower, a legendary symbol of elegance and innovation, especially when it sparkles at night. The setting is enhanced with the green, lush trees lining the path towards the famous French attraction. Listen to the sweet music and enjoy the exquisite beauty of this breathtaking picture."; 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 = ''; } }