var fDesc=new Array(); fDesc[0] = "Kaleider manipulates images to emulate various Kaleidoscope, Mirroring, 3D Mirroring and Funneling effects. It is a capable graphics tool for people who are interested in symmetry, tiling, tessellation and mosaic patterns, with controls for manipulating images and tiles. Effects can be shifted interactively by clicking and dragging with the mouse, essentially re-rendering the same effect based on different relative positions within the source image, so that you can experiment with the results and decide when a picture suits your taste."; 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 = ''; } }