var fDesc=new Array(); fDesc[0] = "Fractal DRAW is a fast interactive real-time IFS fractal generator to create various natural and artistic fractal graphics and animations. Which offers you an uniquely intuitive method to visually shape
attractive fractals just in a click-and-drag way! It is an easy-to-use and wonderful program for graphics designers, video producers, and fractal artists to create brilliant visual effects."; 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 = ''; } }