var fDesc=new Array(); fDesc[0] = "Explore the vast 3D museum to experience the mesmerizing effects of particle fountains, cube ponds, showcases, and your own selected colorful pictures. Personalize the museum with pictures of friends and family members. This screen saver is jammed pack with features such as weather, e-mail notification, dynamic wallpaper, atomic time, particle systems, predefined museum styles, color cycling, CD player, hourly chime, and a built in alarm clock. Add character and personalization to your computer desktop with this amazing screen saver. Bring color and visual awe to guests in your home or office."; 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 = ''; } }