var fDesc=new Array(); fDesc[0] = "Flatiron is a render-to-texture plug-in which is capable of baking full scenes or selections of objects into a single UV Map. It is a configurable automatic unwrapping and baking solution that greatly speeds up the process of baking complex scenes. You can unwrap and bake multiple objects into a single texture map without having to manually arrange UV charts or compose rendered maps in the image editing program."; 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 = ''; } }