var fDesc=new Array(); fDesc[0] = "Here you can enjoy the freedom and serenity of the countryside. If you have no time for a calm weekend in the outdoors, this animated screensaver will give you the sense of fresh summer wind and warm sunshine. The lush grass, the clear sky and picturesque sunsets look so realistic and detailed! Try this calming and refreshing screensaver, and you will always have a quiet virtual nook to escape from your everyday worries and troubles."; 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 = ''; } }