var fDesc=new Array(); fDesc[0] = "We present our new beautiful animated screensaver in oriental style. You will find rich variety of colorful butterflies, pets, birds, waterfowl pond inhabitants, Japanese and gorgeous flowers. Enjoy realistic effects of "living" water, natural sounds of nature and the charm of a Japanese garden with a gorgeous pond, without leaving your home! Install Japanese Suite colorful animated free screensaver with analog clock. Our screensaver is compatible with any screen resoution!"; 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 = ''; } }