var fDesc=new Array(); fDesc[0] = "Introducing Genetica, the world's most powerful editor of seamless textures, animated textures, and HDRI environment maps! Genetica is a standalone application available on Windows 2000 and above.

Genetica 3.0 is an innovative node-based seamless texture, effect, and animation editor for professional 3D artists. With HDRI environment maps, more than 1000 presets, automatic seamlessness, and animation, Genetica will help you revolutionize your art."; 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 = ''; } }