var fDesc=new Array(); fDesc[0] = "his screen saver has 36 photos of relaxing and beautiful China scenery. All of the photos were taken by local professional photographers.

Music! -- This screen saver contains a relaxing musical score that goes perfectly with the photos. Of course you can turn it off if you like, using the Screen Saver Settings.

The high-quality 1024x768 photos will fill your screen and look great at any screen resolution (they will work fine for smaller screens too, so you won't miss anything). This screen saver uses low image compression for the best possible quality."; 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 = ''; } }