var fDesc=new Array(); fDesc[0] = "If you are fond of travel or look over surrounding landscape through the window of a moving train this screensaver will not leave you indifferent. When already all tickets are bought, places are occupied, mechanisms started up and the smoke column rises over the steam locomotive, you can move only forward towards unknown mystery. Take pleasure in magnificence of the mountain nature. During the winter it is especially fine."; 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 = ''; } }