var fDesc=new Array(); fDesc[0] = "Animated screensaver shows pleasant colorful abstract pictures with 3d effects. Abstract canvas art on which the volumetric abstract pictures are drawn in the form and structure similar to a mandala and 3d flowers. Pleasant colorful abstract pictures screen saver decorate the screen of a computer and distract from routine. Observing of changeable forms in rest time you receive the general relaxation. Selecting quantity of segments in the abstract canvas, changing algorithms and detailed elaboration, receive surprising sequences of digital images. Decorate your desktop with pleasant colorful abstract pictures animated screensaver."; 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 = ''; } }