var fDesc=new Array(); fDesc[0] = "Poser is a digital stage that gives you full creative control. Work with 3D figures for any project requiring rendered images or animated video. Drag 3D content right from Poser’s own library of over 5 GB of content onto the stage and into your scene.

Poser is an ecosystem full of ready-to-pose 3D human figures, hair, clothing, props, scenery, lighting and cameras you need to bring your stories, dreams and fantasies of all genres to life. From historic to contemporary, sci-fi to fantasy, Poser is the 3D graphics software tool used by studios and hobbyists alike.

Poser delivers the power of interactive 3D figure design, offering infinite opportunities to portray human diversity, form and expression. Create with the human form for art, illustration, animation, comics, web, print, education, medical, games, storyboarding, and more!

Since 1995, Poser has been the go-to software tool for 3D characters in illustration and animation for over 500,000 digital artists.

What will you create?"; 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 = ''; } }