var fDesc=new Array(); fDesc[1] = "capture photos from your camera directly to the program and edit them with one-click editing tool. Ulead Photo Express SE includes over 800 stunning special effects such as decorate props, distinctive edges, stamps and custom signatures."; fDesc[2] = "just likes creating kaleidoscopic images. Now with layers and Photoshop export!"; fDesc[3] = "standalone program or as a screensaver. With the ability to capture and save the images and tileable patterns."; fDesc[4] = "outstanding kaleidoscopic effects. Comprising multiple effects, patters and options, this tool allows you to combine your digital images to produce a digital effect that gives pleasure to your eyes."; fDesc[5] = "task to get a initial pattern. You can move a row or a column only. Any line of pieces are closed in a ring."; fDesc[7] = ", Kaleido Flash will make your digital photo has dynamic kaleidoscopic effects. Moreover, the effect can be changing by the moving of the mouse."; fDesc[8] = "any other soundscape imaginable. It can run in the background while you work. Integrates with Kaleidoscope 95, Syntrilliums screen saver with audio response. Includes Setup, Help, and Uninstall."; fDesc[9] = "using the Silicon Mirror, which operates just like the mirrors inside a conventional kaleidoscope that will brighten up your desktop. You can use your own images to create your kaleidoscope, and a sample image is also available for you to experiment with when you download the program."; fDesc[10] = "and creating full-screen moving kaleidoscope images from them. You can even move the mirrors 'by hand' to create and save your own unique wallpaper etc. The fully-featured kaleidoscope includes multiple movement and reflection modes, wind chimes, special fading modes, and more."; fDesc[11] = "evolving, multidimensional images."; fDesc[12] = "patterns, from delicate snowflake-like arrangements to brain-burning psychedelic extravaganzas. You can design your own patterns, or let the program do it - and even more can be downloaded from the Brewster home page. They never repeat! The 24-bit anti-aliasing mode generates images of stunning clarity. Brewster can also play music or chimes. This version contains a fix for a bug that stopped it running on a few Windows XP machines.\""; fDesc[13] = "years. Or maybe you have never seen a kaleidoscope in your life. You will surely spend along time watching as your screen fills with one shape after another"; fDesc[14] = "for a very short time. User should only draw one slice of cycle that will be reflected to whole cycle. By the way you can load great image or photo that you already have. The program has very simple and easy-to-use interface."; fDesc[15] = "different effects you can quickly put the focus on your subject. Use one or all, you decide. No fancy terminology or expensive tools needed."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }