var fDesc=new Array(); fDesc[0] = "Used by over 100,000 developers in over 75 Countries, Zinc 4.0 is the Ultimate Rapid Application Development Tool for Adobe Flash. Zinc has pioneered and innovated the 'SWF2EXE' market and continues to do so, year on year, with unprecedented power, flexibility and unrivaled feature. The Mac App Store has completely changed the way Mac Users download and purchase software, integrating their Mac App purchases directly with their existing iTunes accounts. With Zinc 4.0, you now have access to millions of potential users by submitting your Zinc 4.0 Application to the Mac App Store.For the first time in Zinc, you can now build Desktop Applications from more than just Flash. With Zinc 4.0, you can build Desktop Applications for Window and Mac OSX with HTML5. HTML5 is a broad set of open web technologies, including CSS3 and HTML5 itself, and Javascript Libraries & Frameworks such as jQuery."; 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 = ''; } }