var fDesc=new Array(); fDesc[0] = "The Screensaver version of Kaleider is now freeware! It operates much like the Automatic Effects feature of the interactive Kaleider, producing Kaleidoscope, Mirroring, 3D Mirroring and Funneling effects automatically in random sequences.

Kaleider Screensaver Configuration The Kaleider Configuration screen allows specification of which effects are included and how often they are rendered. In addition to Random Effects, Scripted Sequences can also be included. The source of images that effects are based upon can be set to an Image Directory or the Image Gallery, which is a collection of image files that can be displayed with a specified sequence and frequency.

Wandering can be activated to put rendered effects into continuous motion. Rooms can be invoked to display effects in 3D perspectives, optionally with automated Roaming movements. Masking shows rendered patterns overlaid with a static background color or image (perhaps as a Mandala). Non-flat, curved Surfaces and Animated Colors can also be randomly activated.

Kaleider effects can be accompanied by music according to Audio Options. The Audio Source can be either an Audio Directory containing MP3, MIDI, etc. format files or an Audio CD."; 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 = ''; } }