var fDesc=new Array(); fDesc[0] = "Take an unforgettable virtual trip to Paese. This city is located right in the center of Italy, in Perugia province. Enjoy a beautiful historical city view and let Italian sun shine on you from your PC! The screensaver will take you to the bright greenery, old houses and constant feeling of being there - in this welcoming town."; 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 = ''; } }