var fDesc=new Array(); fDesc[0] = "Amazing Fractal Visions is a complex image of extraordinary beauty which can arise out of fairly simple mathematical functions and then by selectively modifying these formulas, changing coloring algorithms. Fractals are a unique digital art form using mathematical formulas to create art with an infinite diversity of form, detail, color and light. In simple terms, a fractal is a graphical image that represents the behavior of a mathematical equation"; 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 = ''; } }