var fDesc=new Array(); fDesc[0] = "Each of these screen savers feature 40, or more original fractal art images, and are for use on Microsoft Windows operating systems. Each screen saver has the following user configurable options: 100 selectable transition effects, resampling for different monitor resolutions, customizable music options, image display time delay options, multiple monitor support (Up to 5), full install/uninstall feature, and more."; 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 = ''; } }