var fDesc=new Array(); fDesc[0] = "Quat is a handy, easy to use application designed to help you with the calculation of three genuine dimensional fractals, like those you can see in the Artist Forum, the Fractal Gallery or the Sculptures. It calculates a fractal in PNG image format using 24bit true color. The calculations can be done in text mode, graphical output during calculation is also possible, but often in worse quality than the saved image."; 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 = ''; } }