var fDesc=new Array(); fDesc[0] = "Want to spend the weekend in a bungalow? Or be there right now? We present you such opportunity. Download our screensaver and you will find yourself on a desert island. Nobody can prevent your own home. The singing birds, hear the music of water and one in thousands of kilometers around. All you need to do is download our free screensaver."; 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 = ''; } }