var fDesc=new Array(); fDesc[0] = "Genetica is Spiral Graphics' texture, animation, and HDRI environment map editor. You can create text directly within Genetica. Good for making logs as well as detailed textures, use photographs to create realistic textures quickly. Use your own photos or the included library of over a thousand royalty-free high-resolution texture photos. All graphical elements can be visually rearranged, with no change being permanent. Results are resolution-independent."; 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 = ''; } }