var fDesc=new Array(); fDesc[0] = "Claymation Studio combines the power of your PC and stop-motion animation to bring figures, objects or drawings to life. Creating stop-motion animation not only encourages the development of story-telling, it also provides an opportunity for kids to use the PC as a movie production tool.

The program's Onionskin lets you view previous frames in transparent overlay to help you capture or create the next frame/image. Using a blue/green screen, you can easily change the background to create the best setting for your subject. Also you will be able to add your own sound effects, voice, and background music to your stop-motion video, and upload your movie directly from the software with One-Click option."; 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 = ''; } }