var fDesc=new Array(); fDesc[0] = "Ultimate Unwrap 3D is a standalone UV mapping software for unfolding and unwrapping 3D models. It includes an easy-to-use UV coordinate editor, a standard set of UV mapping projections such as planar, box, cylindrical, and spherical, as well as advanced UV mapping tools for those difficult to map areas on a model. The Pro version includes a full-featured set of additional UV mapping editing tools, such as straightening, aligning, packing, and seaming. It is ideal for artists, professionals, modellers, game developers, and hobbyists, and easy enough to use for all levels of computer users."; 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 = ''; } }