var fDesc=new Array(); fDesc[0] = "Add 3D Cube Effect with your webcam and export to animated GIF file. Custom define animated background effect. Custom define sense of rotation. Support export to Animated GIF.
Support resize the GIF and frame rate. Support upload your photos to the user gallery of Viscomsoft Social Galleries and share to social networks like Facebook, Twitter, Reddit, Tumblr and Email.
support multi-language, Support English, Chinese (Simplified), Chinese (Traditional), German, Spanish, French, Hungarian, Portuguese, Russian, Turkish language."; 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 = ''; } }