var fDesc=new Array(); fDesc[0] = "Do you love New York? Would like to go there right now, but you do not have such an opportunity? If yes, then screensaver with panoramic views of New York and Central Park is for you! Visit the "Big Apple" with our screensaver. It certainly gives originality to your computer. Screensaver is easy to install, suitable for any Windows and absolutely free. Immerse yourself in the life of New York right now!"; 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 = ''; } }