var fDesc=new Array(); fDesc[0] = "CodeDrive is a new smart development environment for professional Flash coding. CodeDrive is based on Eclipse platform and gives you complete coding comfort with intelligent code completion, smart search and source code management.

CodeDrive made completely for Flash developers and offers them state of art coding facilities to achieve maximum productivity in their projects. CodeDrive was created by iSpring Solutions, company focused on Flash technology since its foundation.

CodeDrive includes it's own source code compiler fully compatible with ActionScript 2.0 and allows you to build your Flash movies without any third party tools."; 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 = ''; } }