var fDesc=new Array(); fDesc[0] = "A 3D software for graphic and rich media designers using Adobe Flash® and Microsoft Expression Blend®.
Swift 3D is one of the few 3D software to directly integrate with Flash through the Swift 3D File Importer and SmartLayer Technology and exports to Microsoft XAML. Swift 3D's toolset and interface allow anyone to quickly create 3D content, while providing a full set of advanced tools to grow into. Swift 3D is a powerful, easy-to-use 3D solution."; 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 = ''; } }