var fDesc=new Array(); fDesc[0] = "This program GL-animator was done for creating your own animation files using OpenGL effects. You can make a texture from a line. It means that you can type any text, choose the color you want and you will get a texture. My program can save the chosen area as graphic BMP-files, animation GIF-files and video AVI-files."; 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 = ''; } }