var fDesc=new Array(); fDesc[0] = "The ultimate 3D software for graphic and rich media designers using Adobe Flash® and Microsoft Expression Blend®. Swift 3D is the only 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."; 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 = ''; } }