var fDesc=new Array(); fDesc[0] = "3D Virtual Figure Drawing Studio/ Human Anatomy Reference Virtual Figure Drawing Studio makes learning Figure Drawing fun,easy and affordable. VFDS is a virtual studio that allows you to pose your model by loading your preferred poses. Scroll through the time line and stop at the pose you prefer.

Main features:
- More then 30 free poses
- Quick Posing Ability
- 2D Classical Shader
- Dynamic Lighting
- Drawing Guides
- Multi Viewport
- Full Screen
- Quick Buttons
- Time line
- Turn Table
- Free Camera
- Screen Grab"; 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 = ''; } }