CINXE.COM
Adobe - Adobe AIR
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en_us" xml:lang="EN_US"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://get.adobe.com/air/?promoid=JZEFV","20130819155018","https://web.archive.org/","web","/_static/", "1376927418"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Language" content="en-us"/> <meta name="description" content="Download the latest version of Adobe AIR and unleash the power to extend customer experiences beyond the browser."/> <title>Adobe - Adobe AIR</title> <link rel="shortcut icon" href="https://web.archive.org/web/20130819155018im_/http://wwwimages.adobe.com/www.adobe.com/favicon.ico" type="image/x-icon"/> <!--shell_2.0.cfm --> <!--/ubi/template/asset-links.cfm.ssi?locale=en_us&gnav=true&gfooter=true&header=true&modules=swf&identity=adobe&layoutType=no-pocket --> <!--[if gte IE 5 & lt IE 8]> <script type="text/javascript" src="http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/style-nurse.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen.css?modules=swf" media="screen"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/print.css" media="print"/> <link type="text/css" rel="stylesheet" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/no-pocket.css"/> <!--[if IE 6]> <script type="text/jscript">try{document.execCommand("BackgroundImageCache", false, true);} catch(e) {};</script> <![endif]--> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/prototype.js"></script> <script id="adobe" type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Cookie.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/global.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/jsonp.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/wcms.css" media="screen"/> <link rel="stylesheet" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gnav.css" media="screen"/> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/lib/com.adobe/module/SearchBuddy.js"></script> <script type="text/javascript"> adobe.SelectFix = (function() { var Construct0r = function() { }; Construct0r.prototype = { doFix: function() { for(var i = 0, n; (n = document.getElementsByTagName("select")[i]); i++) { n.style.visibility = "hidden"; } }, undoFix: function() { for(var i = 0, n; (n = document.getElementsByTagName("select")[i]); i++) { n.style.visibility = "visible"; } } }; return new Construct0r(); })(); /*---------------------------------------------------------------------- Namespace: adobe.u.input ----------------------------------------------------------------------*/ adobe.u.input = { /*---------------------------------------------------------------------- Method: autoFill Set the value of an form input to the title while empty and unfocused. > adobe.u.input.autoFill($("myTextField"), "some text"); > > $("myTextField").autoFill("some text"); Parameters: element - Element instance Returned Value: Element instance ----------------------------------------------------------------------*/ autoFill: function(element, fill) { var element = element; // setup lexical reference var fill = fill; // setup lexical reference if(!fill) { return element; } if(!element.value) { element.value = fill; } Element.observe(element, "focus", _handleFocus); Element.observe(element, "blur", _handleBlur); return element; function _handleFocus(event) { if(element.value == fill) { element.value = ""; } } function _handleBlur(event) { if(element.value) { return; } else { element.value = fill; } } } } Element.addMethods("INPUT", adobe.u.input); Element.addMethods("TEXTAREA", adobe.u.input); getSearchParams = adobe.u.getSearchParam; document.observe('dom:loaded', function() { new SearchBuddy(); }); </script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNav.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNavAccessibility.js"></script> <!--[if IE 6]> <script type="text/javascript" src="http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNavIE6.js"></script> <![endif]--> <script type="text/javascript"> document.observe('dom:loaded', function() { var n = $("search-input"); if (Object.isElement(n)) { var f = n.getAttribute("title"); n.autoFill(f); } }); </script> <link rel="stylesheet" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gfooter.css" media="screen"/> <link rel="stylesheet" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/gfooter_override.css" media="screen"/> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalFooter.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/swfobject.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/swfobject.addon.js"></script> <script type="text/javascript">adobe.InputTitleOverlay = (function() { return { init: function(e) { return } } })();</script> <script type="text/javascript"> var axel = Math.random() * 10000000000000; document.write('<iframe src="https://web.archive.org/web/20130819155018/https://fls.doubleclick.net/activityi;src=1295336;type=devel467;cat=airru040;ord=1;num='+ axel + '?" width="1" height="1" frameborder="0"></iframe>'); </script> <script type="text/javascript"> var locale = "en"; var browser = ""; var os = ""; var eventname = "airdownload"; </script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Pane/screen.css" media="screen"/> <script type="text/javascript">var locale = 'en';</script><script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/js/foresee/foresee-trigger-dlc.js"></script></head> <body> <!--googleoff: all--><a href="/web/20130819155018/http://get.adobe.com/help/accessibility.html" tabindex="1" id="accesslink">Accessibility</a><!--googleon: all--> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_13_7/ubi/globalnav/en_us/globalnav_ssi_fq.html#2 $ --> <form id="globalnav-search" class="searchbuddy LayoutSlimHidden" name="globalnav-search" method="get" action="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_search" accept-charset="utf-8"> <div id="SiteHeader" class="SiteHeader Text TextSmall"> <span id="globalnav"></span> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/" id="shHome" class="SiteHeaderHome">Adobe</a> <div class="SiteHeaderBar" id="shBar"> <div class="SiteHeaderDropdownLink SiteHeaderBarItem SiteHeaderBarItemFirst" id="shProducts"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/catalog.html?promoid=KAWQI" id="shProductsLink" class="SiteHeaderBarLink">Products</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Full" id="ProductsPanel"> <div class="SiteHeaderColumnSingle"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeader">Top destinations</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud.html?promoid=JQPEQ" id="Products_Topdestinations_AdobeCreativeCloud">Adobe Creative Cloud</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/cs6.html?promoid=JOLIS" id="Product_Topdestinationss_CreativeSuite6">Creative Suite 6</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/marketing?promoid=JOLIT" id="Products_Topdestinations_AdobeMarketingCloud">Adobe Marketing Cloud</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/acrobat.html?promoid=JOLIR" id="Products_Topdestinations_Acrobat">Acrobat</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/photoshop.html?promoid=JOLIW" id="Products_Topdestinations_Photoshop">Photoshop</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/sitecatalyst.html?promoid=KAWQH" id="Product_Topdestinationss_SiteCatalyst">SiteCatalyst</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/students.html?marketSegment=EDU&promoid=KFKQD" id="Product_Topdestinationss_Students">Students</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/elements-family.html?promoid=JOLIV" id="Product_Topdestinationss_Elementsfamily">Elements family</a></li> </ul> </div> </div> <div class="SiteHeaderColumnDouble SiteHeaderShadowLeft"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeader">Adobe Creative Cloud</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud.html?promoid=KAUBZ" id="Products_AdobeCreativeCloud_WhatisAdobeCreativeCloud">What is Adobe Creative Cloud?</a></li> </ul> <div class="SiteHeaderColumn-1"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/design.html?promoid=KFKPZ" id="Products_AdobeCreativeCloud_Design">Design</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/web.html?promoid=KFKQC" id="Products_AdobeCreativeCloud_Web">Web</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/photography.html?promoid=KFKQA" id="Products_AdobeCreativeCloud_Photography">Photography</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/video.html?promoid=KFKQB" id="Products_AdobeCreativeCloud_Video">Video</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/students.html?marketSegment=EDU&promoid=JUTMG" id="Products_AdobeCreativeCloud_Students">Students</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/teams.html?promoid=JZVVU" id="Products_AdobeCreativeCloud_Teams">Teams</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/enterprise.html?promoid=KFKPX" id="Products_AdobeCreativeCloud_Enterprise">Enterprise</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/enterprise/education.html?promoid=KFKQE" id="Products_AdobeCreativeCloud_Educationalinstitutions">Educational institutions</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/enterprise.html?promoid=KFKPY" id="Products_AdobeCreativeCloud_Government">Government</a></li> </ul> </div> <div class="SiteHeaderColumn-1"> <p class="SiteHeaderPanelHeaderSmall">Design and photography</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/photoshop.html?promoid=KAUCA" id="Products_DesignandPhotography_Photoshop">Photoshop</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/illustrator.html?promoid=KAUCB" id="Products_DesignandPhotography_Illustrator">Illustrator</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/indesign.html?promoid=KAUCC" id="Products_DesignandPhotography_InDesign">InDesign</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/muse.html?promoid=KAUCE" id="Products_DesignandPhotography_AdobeMuse">Adobe Muse</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/photoshop-lightroom.html?promoid=KAUCD" id="Products_DesignandPhotography_Lightroom">Lightroom</a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">Video</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/premiere.html?promoid=KAUCJ" id="Products_Video_AdobePremiere">Adobe Premiere</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/aftereffects.html?promoid=KAUCK" id="Products_Video_AfterEffects">After Effects</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <p class="SiteHeaderPanelHeaderSmall">Web development and HTML5</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://html.adobe.com/edge/?promoid=KAGMS" target="_blank" id="Products_WebdevelopmentHTML5_EdgeToolsServices">Edge Tools & <span class="SiteHeaderIconNewWindowNoWrap">Services<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/dreamweaver.html?promoid=KAUCF" id="Products_WebdevelopmentHTML5_Dreamweaver">Dreamweaver</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://gaming.adobe.com/?promoid=KAUCG" target="_blank" id="Products_WebdevelopmentHTML5_Gaming"><span class="SiteHeaderIconNewWindowNoWrap">Gaming<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> </div> </div> </div> <div class="SiteHeaderColumnDouble SiteHeaderShadowLeft"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeader">Adobe Marketing Cloud</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/digital-marketing.html?promoid=KAUCL" id="Products_AdobeMarketingCloud_WhatisAdobeMarketingCloud">What is Adobe Marketing Cloud?</a></li> </ul> <div class="SiteHeaderColumn-1"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/digital-analytics.html?promoid=KAVVU" id="Products_AdobeMarketingCloud_Digitalanalytics">Digital analytics</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/social-marketing.html?promoid=KAVVV" id="Products_AdobeMarketingCloud_Socialmarketing">Social marketing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/web-experience-management.html?promoid=KAVVX" id="Products_AdobeMarketingCloud_Webexperiencemanagement">Web experience management</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/testing-targeting.html?promoid=KAVVW" id="Products_AdobeMarketingCloud_Testingandtargeting">Testing and targeting</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/media-optimization.html?promoid=KAVVY" id="Products_AdobeMarketingCloud_Mediaoptimization">Media optimization</a></li> </ul> </div> <div class="SiteHeaderColumn-1"> <p class="SiteHeaderPanelHeaderSmall">Analytics</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/sitecatalyst.html?promoid=KAUCM" id="Products_Analytics_SiteCatalyst">SiteCatalyst</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/discover.html?promoid=KAUCN" id="Products_Analytics_AdobeDiscover">Adobe Discover</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/insight.html?promoid=KAUCO" id="Products_Analytics_Insight">Insight</a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">Social</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/social-marketing.html?promoid=KAUCP" id="Products_Social_AdobeSocial">Adobe Social</a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">Experience Manager</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/cq.html?promoid=KAUCQ" id="Products_ExperienceManager_CQ">CQ</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/scene7.html?promoid=KAUCR" id="Products_ExperienceManager_Scene7">Scene7</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <p class="SiteHeaderPanelHeaderSmall">Target</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/testandtarget.html?promoid=KAUCS" id="Products_Target_TestTarget">Test&Target</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/recommendations.html?promoid=KAUCT" id="Products_Target_Recommendations">Recommendations</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/searchandpromote.html?promoid=KAUCU" id="Products_Target_SearchPromote">Search&Promote</a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">Media Optimizer</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/adlens.html?promoid=KAUCV" id="Products_MediaOptimizer_AdLens">AdLens</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/audiencemanager.html?promoid=KAUCW" id="Products_MediaOptimizer_AudienceManager">AudienceManager</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/audienceresearch.html?promoid=KAUCX" id="Products_MediaOptimizer_AudienceResearch">AudienceResearch</a></li> </ul> </div> </div> </div> <div class="SiteHeaderColumnSingle SiteHeaderShadowLeft"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeader">Document services</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/acrobat.html?promoid=KAUCY" id="Products_DocumentServices_Acrobat">Acrobat</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/https://www.echosign.adobe.com/en/home.html?promoid=KAUDB" target="_blank" class="SiteHeaderLinkNewWindow" id="Products_DocumentServices_EchoSign"><span class="SiteHeaderIconNewWindowNoWrap">EchoSign<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/https://www.acrobat.com/formscentral/en/home.html?promoid=KAUCZ" target="_blank" id="Products_DocumentServices_FormsCentral"><span class="SiteHeaderIconNewWindowNoWrap">FormsCentral<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/https://www.acrobat.com/sendnow/en/home.html?promoid=KAUDA" target="_blank" id="Products_DocumentServices_SendNow"><span class="SiteHeaderIconNewWindowNoWrap">SendNow<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/https://www.acrobat.com/welcome/en/home.html?promoid=KAUDC" target="_blank" id="Products_DocumentServices_Acrobatcom"><span class="SiteHeaderIconNewWindowNoWrap">Acrobat.com<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> <p class="SiteHeaderPanelHeader">Publishing</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/digital-publishing-suite-family.html?promoid=JOLIU" id="Products_Publishing_DigitalPublishingSuite">Digital Publishing Suite</a></li> </ul> </div> </div> <br style="clear: both"/> <div class="SiteHeaderRow"> <ul class="SiteHeaderRightLink"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/catalog.html?promoid=JOOTH" id="Products_Seeallproducts">See all products</a></li> </ul> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shBusinessSolutions"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions.html?promoid=KAWQJ" id="shBusinessSolutionsLink" class="SiteHeaderBarLink">Business solutions</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Double" id="BusinessSolutionsPanel"> <div class="SiteHeaderRow"> <div class="SiteHeaderColumn-1"> <p class="SiteHeaderPanelHeaderSmall">By business need</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/digital-analytics.html?promoid=JOLJB" id="BusinessSolutions_Bybusinessneed_Digitalanalytics">Digital analytics</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/digital-publishing.html?promoid=JOLJA" id="BusinessSolutions_Bybusinessneed_Digitalpublishing">Digital publishing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/acrobat.html?promoid=KAWSC" id="BusinessSolutions_Bybusinessneed_Documentmanagement">Document management</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/media-optimization.html?promoid=JOLIX" id="BusinessSolutions_Bybusinessneed_Mediaoptimization">Media optimization</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/social-marketing.html?promoid=JZPNO" id="BusinessSolutions_Bybusinessneed_Socialmarketing">Social marketing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/testing-targeting.html?promoid=KAXLU" id="BusinessSolutions_Bybusinessneed_Testingandtargeting">Testing and targeting</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud/video.html?promoid=KAUDD" id="BusinessSolutions_Bybusinessneed_Videoeditingandserving">Video editing and serving</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://html.adobe.com/?promoid=JZEFF" target="_blank" class="SiteHeaderLinkNewWindow" id="BusinessSolutions_Bybusinessneed_Webdevelopment">Web <span class="SiteHeaderIconNewWindowNoWrap">development<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/web-experience-management.html?promoid=JOOYM" id="BusinessSolutions_Bybusinessneed_Webexperiencemanagement">Web experience management</a></li> </ul> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions.html?promoid=JOOTI" id="BusinessSolutions_Seeallbusinessneeds">See all business needs</a></li> </ul> </div> <div class="SiteHeaderColumn-2"> <p class="SiteHeaderPanelHeaderSmall">By industry</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/broadcasting.html?promoid=JOLIY" id="BusinessSolutions_Byindustry_Broadcast">Broadcast</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/education.html?marketSegment=EDU&promoid=JOLIZ" id="BusinessSolutions_Byindustry_Education">Education</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/financial-services.html?promoid=KAUDE" id="BusinessSolutions_Byindustry_Financialservices">Financial services</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/government.html?promoid=KAUDF" id="BusinessSolutions_Byindustry_Government">Government</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/digital-publishing.html?promoid=KAUDG" id="BusinessSolutions_Byindustry_Publishing">Publishing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/retail.html?promoid=KAWSD" id="BusinessSolutions_Byindustry_Retail">Retail</a></li> </ul> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions.html?promoid=KAUDH" id="BusinessSolutions_Seeallindustries">See all industries</a></li> </ul> </div> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shSupportLearning"> <a href="https://web.archive.org/web/20130819155018/http://helpx.adobe.com/support/?promoid=KAWQK" id="shSupportLearningLink" class="SiteHeaderBarLink">Support & Learning</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Single" id="SupportLearningPanel"> <div class="SiteHeaderRow"> <p class="SiteHeaderPanelHeaderSmall">I need help</p> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://helpx.adobe.com/support/?promoid=JZEFP" id="SupportLearning_Ineedhelp_Products">Products</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://helpx.adobe.com/creative-cloud/topics/getting-started.html?promoid=JZEFO" id="SupportLearning_Ineedhelp_AdobeCreativeCloud">Adobe Creative Cloud</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://helpx.adobe.com/marketing-cloud.html?promoid=KAWSE" id="SupportLearning_Ineedhelp_AdobeMarketingCloud">Adobe Marketing Cloud</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://forums.adobe.com/index.jspa?promoid=JZEFM" target="_blank" id="SupportLearning_Ineedhelp_Forums"><span class="SiteHeaderIconNewWindowNoWrap">Forums<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> <p class="SiteHeaderPanelHeaderSmall">I want to learn</p> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://helpx.adobe.com/learning.html?promoid=KAUDK" id="SupportLearning_Iwanttolearn_Trainingandtutorials">Training and tutorials</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://training.adobe.com/certification.html?promoid=KAUDM" target="_blank" id="SupportLearning_Iwanttolearn_Certification"><span class="SiteHeaderIconNewWindowNoWrap">Certification<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/devnet.html?promoid=KAUDN" id="SupportLearning_Iwanttolearn_AdobeDeveloperConnection">Adobe Developer Connection</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/designcenter.html?promoid=KAUDO" id="SupportLearning_Iwanttolearn_AdobeDesignCenter">Adobe Design Center</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://tv.adobe.com/?promoid=KFELF" target="_blank" id="SupportLearning_Iwanttolearn_AdobeTV">Adobe <span class="SiteHeaderIconNewWindowNoWrap">TV<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/digital-marketing/guides.html?promoid=KAWSF" id="SupportLearning_Iwanttolearn_AdobeMarketingCenter">Adobe Marketing Center</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://labs.adobe.com/?promoid=JZEFQ" target="_blank" id="SupportLearning_Iwanttolearn_AdobeLabs">Adobe <span class="SiteHeaderIconNewWindowNoWrap">Labs<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shDownload"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/downloads/?promoid=KAWQL" id="shDownloadLink" class="SiteHeaderBarLink">Download</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Single" id="DownloadPanel"> <div class="SiteHeaderRow"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/downloads/?promoid=JZEFS" id="Download_Producttrials">Product trials</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://get.adobe.com/flashplayer/?promoid=JZEFT" id="Download_AdobeFlashPlayer">Adobe Flash Player</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://get.adobe.com/reader/?promoid=JZEFU" id="Download_AdobeReader">Adobe Reader</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://get.adobe.com/air/?promoid=JZEFV" id="Download_AdobeAIR">Adobe AIR</a></li> </ul> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/downloads/?promoid=JZEFW" id="Download_Seealldownloads">See all downloads</a></li> </ul> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shCompany"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/company.html?promoid=KAWQM" id="shCompanyLink" class="SiteHeaderBarLink">Company</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Single" id="CompanyPanel"> <div class="SiteHeaderRow"> <ul> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/careers.html?promoid=JZEFX" id="Company_CareersatAdobe">Careers at Adobe</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/aboutadobe/invrelations/?promoid=JZEFZ" id="Company_InvestorRelations">Investor Relations</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/aboutadobe/pressroom/?promoid=JZEGA" id="Company_Newsroom">Newsroom</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/privacy.html?promoid=JZEGB" id="Company_Privacy">Privacy</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/corporate-responsibility.html?promoid=JZEFY" id="Company_CorporateResponsibility">Corporate Responsibility</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/customershowcase.html?promoid=KEWBG" id="Company_CustomerShowcase">Customer Showcase</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/company/contact.html?promoid=JZEGC" id="Company_Contactus">Contact us</a></li> </ul> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/company.html?promoid=JZPLK" id="Company_Morecompanyinfo">More company info</a></li> </ul> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shBuy"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_software_sl_mostpopular.html?promoid=KAWQN" id="shBuyLink" class="SiteHeaderBarLink">Buy</a> <div class="SiteHeaderDropPanel SiteHeaderDropdown-Single" id="BuyPanel"> <div class="SiteHeaderRow"> <ul class="SiteHeaderPanelLinkNoBottom"> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/catalog/software.html?marketSegment=COM&promoid=KAWQO" id="Buy_Forpersonalandprofessionaluse">For personal and professional use</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/catalog/software._sl_id-contentfilter_sl_catalog_sl_education_sl_alledu.html?marketSegment=EDU&promoid=KAWQP" id="Buy_Forstudentseducatorsandstaff">For students, educators, and staff</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/small-business-pricing/software-catalog._sl_id-contentfilter_sl_catalog_sl_software_sl_creativecloudmembership.html?marketSegment=COM&promoid=JOLJE" id="Buy_Forsmallandmediumbusinesses">For small and medium businesses</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/volume-licensing.html?promoid=KAWQQ" id="Buy_VolumeLicensing">Volume Licensing</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/discount-software-coupons.html?promoid=KAWQR" id="Buy_Specialoffers">Special offers</a></li> <li class="SiteHeaderPanelLink"><a href="https://web.archive.org/web/20130819155018/http://success.adobe.com/en/na/programs/rfi/dm_sales_inquiries.html?promoid=KAWSG" target="_blank" id="Buy_AdobeMarketingCloudsales">Adobe Marketing Cloud <span class="SiteHeaderIconNewWindowNoWrap">sales<span class="SiteHeaderIconNewWindow"> [opens in a new window]</span></span></a></li> </ul> </div> </div> </div> <!-- <div id="tooltipStrings" class="SiteHeaderTooltipStrings LayoutHidden"> <span id="tooltipStringExpandMenu">Expand menu</span> <span id="tooltipStringOpenLink">Open link</span> </div> --> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_search" id="shSearchButton" class="SiteHeaderBarItem SiteHeaderSearchButton" style="display: none;">Search</a> <div class="SiteHeaderBarItem SiteHeaderBarItemLast"> </div> <div id="site-search" class="SiteHeaderSearch"> <input title="Search" type="text" id="search-input" name="term" maxlength="1000"/> <input type="hidden" id="searchbuddy-loc" name="loc" value="en_us"/> <button type="submit" id="search-submit" class="icon-replace search">Search</button> </div> </div> <div class="SiteHeaderUser"> <div id="shSignInBlock"> <a id="shInfo" class="SiteHeaderUserItem SiteHeaderInfo">Info</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/account/sign-in.adobedotcom.html" id="shSignIn" class="SiteHeaderUserItem LinkStrong">Sign in</a> <div class="SiteHeaderPopPanelShadow width-250" id="InfoPanelShadow" style="display: none;"></div> <div class="SiteHeaderPopPanel width-250" id="InfoPanel" style="display: none;"> <div class="SiteHeaderPanelRow"> <span class="SiteHeaderPanelHeader">Why sign in?</span> Sign in to manage your account and access trial downloads, product extensions, community areas, and more. </div> </div> </div> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/account.html" id="shWelcome" class="SiteHeaderUserItem SiteHeaderArrow LinkStrong" style="display: none;">Welcome, <span id="screenName"></span></a> <div class="SiteHeaderPopPanelShadow" id="WelcomePanelShadow" style="display: none;"></div> <div class="SiteHeaderPopPanel" id="WelcomePanel" style="display: none;"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyAccount"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnavtray_myadobe_en_us">My Adobe</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyOrders"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnavtray_myadobe_myorders_en_us">My orders</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyInformation"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnavtray_myadobe_myinformation_en_us">My information</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyPreferences"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnavtray_myadobe_mypreferences_en_us">My preferences</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyProductsServices"> <a class="SiteHeaderPanelHeader" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnavtray_myadobe_myproducts_services_en_us">My products and services</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSignOut"> <a class="SiteHeaderPanelHeader" id="shSignOutLink" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/cfusion/membership/logout.cfm">Sign out</a> </div> </div> <div id="MyCartLinkContainer"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_mycart_en_us" id="shMyCart" class="SiteHeaderUserItem SiteHeaderCart">My cart<span id="cartQuantity"></span></a> </div> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/privacy.html" id="shPrivacy" class="SiteHeaderUserItem">Privacy</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_myadobe_en_us" id="shMyAdobe" class="SiteHeaderUserItem">My Adobe</a> </div> </div> </form> <div id="SiteHeaderMobile" class="SiteHeaderMobile LayoutHidden LayoutSlim Text TextSmall"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_adobe_logo_en_us" id="shHomeMobile" class="SiteHeaderHome SiteHeaderHomeMobile">Adobe</a> <div class="SiteHeaderBar SiteHeaderBarMobile" id="shBarMobile"> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoLeftBorder" id="shProductsMobileSpan"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_products_en_us" id="shProductsMobile" class="SiteHeaderBarLink">Products</a></span> <span class="SiteHeaderBarItemMobile" id="shSectionsMobileSpan"><a href="#" id="shSectionsMobile" class="SiteHeaderArrowMobile SiteHeaderBarLink">Sections</a></span> <span class="SiteHeaderBarItemMobile" id="shSectionsMobileBuy"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_store_en_us" id="shBuyMobile" class="SiteHeaderBarLink">Buy</a></span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoRightBorder SiteHeaderBarItemMobileNoPadding"> </span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoRightBorder SiteHeaderBarItemFloatRight" id="shSearchMobileSpan"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_search" id="shSearchMobile" class="SiteHeaderSearchButtonMobile">Search</a></span> <span class="SiteHeaderBarItemMobile SiteHeaderBarItemMobileNoLeftBorder SiteHeaderBarItemFloatRight SiteHeaderBarItemMobileNoPadding"> </span> </div> <div class="SiteHeaderBarMobileExtend" id="shBarExtend"> <div id="shBarExtendSections" style="display: none;"> <div id="shBarExtendSections1" class="SiteHeaderBarMobileExtendSections"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_solutions_en_us" id="shSectionsSolutionsMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Solutions</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_company_en_us" id="shSectionsCompanyMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Company</a> </div> <div id="shBarExtendSections2" class="SiteHeaderBarMobileExtendSections"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_help_en_us" id="shSectionsHelpMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Help</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_learning_en_us" id="shSectionsLearningMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Learning</a> </div> </div> <div id="shBarExtendSearch" style="display: none;"> <form id="globalnav-search-mobile" class="SiteHeaderSearchMobileForm" name="globalnav-search-mobile" method="get" action="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_search" accept-charset="utf-8"> <input title="Search" type="text" id="search-input-mobile" name="term" maxlength="1000"/> <button type="submit" id="search-submit-mobile">Search</button> </form> </div> </div> <div class="SiteHeaderUser"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&nl=1" id="shSignInMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile LinkStrong">Sign in</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/cfusion/membership/logout.cfm" id="shSignOutMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile LinkStrong" style="display: none;">Sign out</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/privacy.html" id="shPrivacyMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile">Privacy</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gnav_myadobe_en_us" id="shMyAdobeMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile">My Adobe</a> </div> </div> <!--googleon: index--> <div id="layoutLogic" class="L1"> <div id="content-header"> <ol id="depthpath" class="path menu"> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gn_home" id="brcb-1">Home</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gn_dl/" id="brcb-2">Downloads</a></li> <li class="last-child"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/air/" id="brcb-3">Adobe AIR</a></li> </ol> <h1 id="pageHeader" class="macromedia">Adobe AIR</h1> </div> <div id="content-layout"><div id="content-body"> <div id="JSError" style="display:none;"></div> <div class="columns-3-aaaBcc-aaa"> <p><img id="air_image_left" src="https://web.archive.org/web/20130819155018im_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/images/air/air_128.jpg" alt="Adobe AIR" width="128" height="125"/></p> </div> <div class="columns-3-aaaBcc-B" style="width:60%"> <h2 class="clip-bottom"><span id="adobe_air_id">Adobe AIR</span> <span id="clientversion">3.8</span> <span class="stamp-fileinfo stamp-fileinfo-fontsize"> (<span id="clientfilesize">26.2</span> <span id="filesizelabel">MB</span>) </span> </h2> <p> </p> <p><span id="your_system">Your system:</span> <span id="platform">Macintosh</span>, <span id="language">English</span> <br/> <a href="/web/20130819155018/http://get.adobe.com/air/otherversions/" id="otherversionslink">Different operating system?</a></p> <p> <a href="/web/20130819155018/http://get.adobe.com/air/modal/?height=400&width=500&content=airLearnMore&loc=en&fakeajax" id="learnMoreModal" class="nyroModal"> Learn more</a> | <a href="/web/20130819155018/http://get.adobe.com/air/modal/?height=450&width=500&content=airSystemRequirement&loc=en&os=Unknown&fakeajax" id="systemRequirementsModal" class="nyroModal"> System requirements</a> | <a href="/web/20130819155018/http://get.adobe.com/air/modal/?height=400&width=500&content=airDistribute&loc=en&fakeajax" id="distributeModal" class="nyroModal"> IT/OEM Admins - Distribute Adobe AIR</a> </p> <br/> <p> <a id="buttonDownload" class="download-button" href="/web/20130819155018/http://get.adobe.com/air/thankyou/?installer=Adobe_AIR_3.8_for_MacOS_X"> Download now</a> </p> <br/> <h4 id="anti_virus"> You may have to temporarily disable your antivirus software.</h4> <p id="adobeEULA" class="legalnotice byline">By clicking the Download now button, you acknowledge that you have read and agree to the <a id="adobe_eula_none" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/eulas" target="_blank" id="DOWNLOADCENTER_COMMON_EULA"> Adobe Software Licensing Agreement.</a></p> <p> </p> </div> <br class="clear-both"/> <div class="LayoutPBottom byline"> <table border="0"> <tr> <td> <span style="color: rgb(113, 113, 113);"> Additional Resources: </span> </td> <td> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/photoshopfamily.html" target="_blank" title="Photo Editing Software | Adobe Photoshop Family">Photo Editing Software</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/photoshop.html" target="_blank" title="Picture Editor | Adobe Photoshop">Picture Editor</a> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/psprelements/" target="_blank" title="Edit Photos | Adobe Photoshop Elements & Premier Elements">Edit Photos</a> </td> </tr> </table> </div> <noscript><img src="https://web.archive.org/web/20130819155018im_/http://stats.adobe.com/b/ss/mxmacromedia/1/H.24.4T/0?pageName=ACDC%5FNoscript&g=http%3A//get.adobe.com/&ch=ACDC%5FNoscript&server=Dylan" height="1" width="1" border="0" alt=""/></noscript><noscript><img src="https://web.archive.org/web/20130819155018im_/http://stats.adobe.com/b/ss/adbacdcprod/1/H.24.4T/0?pageName=ACDC%5FNoscript&g=http://get.adobe.com&ch=ACDC%5FNoscript" height="1" width="1" border="0" alt=""/></noscript><!--/DO NOT REMOVE/--> <!-- End Adobe Digital Marketing Suite Tag Management code --> </div></div> </div> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_13_7/ubi/footer/en_us/globalfooter_ssi_pdc.html#2 $ --> <div id="SiteFooter" class="SiteFooter Text TextSmall TextInvert Link LayoutBreak"> <span id="Georouting"></span> <div class="LayoutBreakAfter"> <div class="LayoutGrid-1 LayoutSlimGrid-1 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/catalog.html?promoid=JOPBT">Products</a></h4> <ul class="SiteFooterLinkList"> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconCloud" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/creativecloud.html?promoid=JQPER">Adobe Creative Cloud</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconCS" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/cs6.html?promoid=KFHNH">Creative Suite 6</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconOMS" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/solutions/digital-marketing.html?promoid=JOPBY">Adobe Marketing Cloud</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconAcrobat" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/acrobat.html?promoid=JOPBV">Acrobat</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconPS" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/photoshop.html?promoid=JOPCB">Photoshop</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconDPS" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/digital-publishing-suite-family.html?promoid=JOPBZ">Digital Publishing Suite</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconElements" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/elements-family.html?promoid=JOPBX">Elements family</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconSC" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/sitecatalyst.html?promoid=KFGCH">SiteCatalyst</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts" href="https://web.archive.org/web/20130819155018/http://www.adobe.com/education.html?marketSegment=EDU&promoid=JUTMH">For education</a></li> </ul> </div> </div> <div class="LayoutGrid-2 LayoutSlimGrid-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/downloads/?promoid=JOPDB">Download</a></h4> <ul class="SiteFooterLinkList SiteFooterLinkListBottom"> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/downloads/?promoid=KEWBH">Product trials</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_adobe_reader">Adobe Reader</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://get2.adobe.com/flashplayer/?promoid=KFHNI">Adobe Flash Player</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_adobe_air">Adobe AIR</a></li> </ul> </div> </div> <div class="LayoutGrid-3 LayoutSlimGrid-1 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_help">Support & Learning</a></h4> <ul class="SiteFooterLinkList"> <li><a href="https://web.archive.org/web/20130819155018/http://helpx.adobe.com/support.html?promoid=JZEFP">Product help</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://forums.adobe.com/index.jspa?promoid=JOPCT" target="_blank">Forums</a></li> </ul> </div> </div> <div class="LayoutGrid-4 LayoutSlimGrid-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/buy.html?promoid=JOPCV">Buy</a></h4> <ul class="SiteFooterLinkList"> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_homeuse">For personal and professional use</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_students_store">For students, educators, and staff</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/products/small-business-pricing/software-catalog._sl_id-contentfilter_sl_catalog_sl_software_sl_creativecloudmembership.html?marketSegment=COM&promoid=JOPCY">For small and medium businesses</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_licensingprograms">Volume Licensing</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_special_offers">Special offers</a></li> </ul> </div> </div> <div class="LayoutGrid-5 LayoutSlimGrid-1-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/company.html?promoid=JOPDG">Company</a></h4> <ul class="SiteFooterLinkList"> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_news_room">News room</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_partner_programs">Partner programs</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_corporate_social_responsibility">Corporate responsibility</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_career_opportunities">Career opportunities</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_investor_relation">Investor Relations</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_events">Events</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_legal">Legal</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_security">Security</a></li> <li><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/company/contact.html?promoid=JOPDO">Contact Adobe</a></li> </ul> </div> </div> <div class="LayoutGridBreak"> <div class="LayoutCellSides LayoutCellBottom"> <div class="SiteFooterRegionSelector TextInvert LinkInvert LinkStrong"> <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_choose_region" id="sfRegion" class="SiteFooterMenuItemIcon SiteFooterMenuItemIconRegionBlue">Choose your region</a> <span id="sfRegionSet" class="SiteFooterMenuItemIcon SiteFooterMenuItemIconRegionBlack" style="display: none;">United States <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_choose_region" id="sfRegionChange">(Change)</a></span> </div> <div class="SiteFooterRegionPanel SiteFooterRegionPanelEvidon" id="RegionPanel" style="display: none;"> <div class="SiteFooterRegionPanelHeader"> <span class="SiteFooterMenuItemIcon SiteFooterMenuItemIconRegionBlack">Choose your region</span> <a id="sfRegionClose" class="SiteFooterRegionPanelHeaderClose">Close</a> </div> <div class="Column"> <div class="Column-1"> <p class="SiteFooterRegionPanelRegionHeader">North America</p> </div> <div class="Column-2-3"> <p class="SiteFooterRegionPanelRegionHeader">Europe, Middle East and Africa</p> </div> <div class="Column-4"> <p class="SiteFooterRegionPanelRegionHeader">Asia Pacific</p> </div> <div class="Column-1"> <ul> <li lang="en"><a onclick="changeRegion('ca');">Canada - English</a></li> <li lang="fr"><a onclick="changeRegion('ca_fr');">Canada - Français</a></li> <li lang="es"><a onclick="changeRegion('la');">Latinoamérica</a></li> <li lang="es"><a onclick="changeRegion('mx');">México</a></li> <li lang="en"><a onclick="changeRegion('us');">United States</a></li> </ul> <p class="SiteFooterRegionPanelRegionHeader">South America</p> <ul> <li lang="pt"><a onclick="changeRegion('br');">Brasil</a></li> </ul> </div> <div class="Column-2"> <ul> <li lang="en"><a onclick="changeRegion('africa');">Africa - English</a></li> <li lang="de"><a onclick="changeRegion('at');">Österreich - Deutsch</a></li> <li lang="en"><a onclick="changeRegion('be_en');">Belgium - English</a></li> <li lang="fr"><a onclick="changeRegion('be_fr');">Belgique - Français</a></li> <li lang="nl"><a onclick="changeRegion('be_nl');">België - Nederlands</a></li> <li lang="bg"><a onclick="changeRegion('bg');">България</a></li> <li lang="hr"><a onclick="changeRegion('hr');">Hrvatska</a></li> <li lang="en"><a onclick="changeRegion('eeurope');">Cyprus - English</a></li> <li lang="cs"><a onclick="changeRegion('cz');">Česká republika</a></li> <li lang="da"><a onclick="changeRegion('dk');">Danmark</a></li> <li lang="en"><a onclick="changeRegion('eeurope');">Eastern Europe - English</a></li> <li lang="et"><a onclick="changeRegion('ee');">Eesti</a></li> <li lang="fi"><a onclick="changeRegion('fi');">Suomi</a></li> <li lang="fr"><a onclick="changeRegion('fr');">France</a></li> <li lang="de"><a onclick="changeRegion('de');">Deutschland</a></li> <li lang="en"><a onclick="changeRegion('eeurope');">Greece - English</a></li> <li lang="hu"><a onclick="changeRegion('hu');">Magyarország</a></li> <li lang="en"><a onclick="changeRegion('ie');">Ireland</a></li> <li lang="en"><a onclick="changeRegion('il_en');">Israel - English</a></li> <li lang="he"><a onclick="changeRegion('il_he');">ישראל - עברית</a></li> <li lang="it"><a onclick="changeRegion('it');">Italia</a></li> <li lang="lv"><a onclick="changeRegion('lv');">Latvija</a></li> <li lang="lt"><a onclick="changeRegion('lt');">Lietuva</a></li> <li lang="de"><a onclick="changeRegion('lu_de');">Luxembourg - Deutsch</a></li> <li lang="en"><a onclick="changeRegion('lu_en');">Luxembourg - English</a></li> <li lang="fr"><a onclick="changeRegion('lu_fr');">Luxembourg - Français</a></li> </ul> </div> <div class="Column-3"> <ul> <li lang="en"><a onclick="changeRegion('eeurope');">Malta - English</a></li> <li lang="ar"><a onclick="changeRegion('mena_ar');">الشرق الأوسط وشمال أفريقيا - اللغة العربية</a></li> <li lang="en"><a onclick="changeRegion('mena_en');">Middle East and North Africa - English</a></li> <li lang="fr"><a onclick="changeRegion('mena_fr');">Moyen-Orient et Afrique du Nord - Français</a></li> <li lang="nl"><a onclick="changeRegion('nl');">Nederland</a></li> <li lang="no"><a onclick="changeRegion('no');">Norge</a></li> <li lang="pl"><a onclick="changeRegion('pl');">Polska</a></li> <li lang="pt"><a onclick="changeRegion('pt');">Portugal</a></li> <li lang="ro"><a onclick="changeRegion('ro');">România</a></li> <li lang="ru"><a onclick="changeRegion('ru');">Россия</a></li> <li lang="sr"><a onclick="changeRegion('rs');">Srbija</a></li> <li lang="sk"><a onclick="changeRegion('sk');">Slovensko</a></li> <li lang="sl"><a onclick="changeRegion('si');">Slovenija</a></li> <li lang="es"><a onclick="changeRegion('es');">España</a></li> <li lang="sv"><a onclick="changeRegion('se');">Sverige</a></li> <li lang="de"><a onclick="changeRegion('ch_de');">Schweiz - Deutsch</a></li> <li lang="fr"><a onclick="changeRegion('ch_fr');">Suisse - Français</a></li> <li lang="it"><a onclick="changeRegion('ch_it');">Svizzera - Italiano</a></li> <li lang="tr"><a onclick="changeRegion('tr');">Türkiye</a></li> <li lang="uk"><a onclick="changeRegion('ua');">Україна</a></li> <li lang="en"><a onclick="changeRegion('uk');">United Kingdom</a></li> </ul> </div> <div class="Column-4"> <ul> <li lang="en"><a onclick="changeRegion('au');">Australia</a></li> <li lang="zh"><a onclick="changeRegion('cn');">中国</a></li> <li lang="zh"><a onclick="changeRegion('hk_zh');">中國香港特別行政區</a></li> <li lang="en"><a onclick="changeRegion('hk_en');">Hong Kong S.A.R. of China</a></li> <li lang="en"><a onclick="changeRegion('in');">India - English</a></li> <li lang="ja"><a onclick="changeRegion('jp');">日本</a></li> <li lang="ko"><a onclick="changeRegion('kr');">한국</a></li> <li lang="en"><a onclick="changeRegion('nz');">New Zealand</a></li> <li lang="zh"><a onclick="changeRegion('tw');">台灣</a></li> </ul> <p class="SiteFooterRegionPanelRegionHeader">Southeast Asia</p> <ul> <li lang="en"><a onclick="changeRegion('sea');">Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English</a></li> </ul> </div> </div> </div> </div> </div> <div class="LayoutGridBreak"> <div class="LayoutCellSides"> <hr/> </div> </div> <div class="LayoutGrid-1-5 LayoutSlimGrid-1-2 LinkInvert LinkStrong"> <div class="LayoutCellSides LayoutCellBottom LinkInvert"> <p class="SiteFooterRow TextSmall">Copyright © 2013 Adobe Systems Incorporated. All rights reserved.</p> <p class="SiteFooterRow TextSmall"><a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/go/gffooter_terms_of_use">Terms of Use</a> | <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/privacy.html">Privacy</a> | <a href="https://web.archive.org/web/20130819155018/http://www.adobe.com/privacy/cookies.html">Cookies</a></p> <p class="SiteFooterRow SiteFooterRowTop"><a href="#" id="_bapw-link" class="TextSmall icon Icon SiteFooterMenuItemIconEvidon" style="display:none;">Ad Choices</a></p> </div> </div> </div> </div> <!--googleon: index--> <img id="flash_pixel" name="flash_pixel" src="https://web.archive.org/web/20130819155018im_/http://wwwimages.adobe.com/www.adobe.com/images/pixel.gif" width="1" height="1" alt=""/> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/live/jquery-1.7.1.min.js"></script> <script type="text/javascript">jQuery.noConflict();</script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/uber/js/pdc_s_code.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/uber/js/atm/s_code_acdc.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/live/polarbear.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20130819155018cs_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/jquery.nyroModal/styles/nyroModal.css" type="text/css" media="screen"/> <script type="text/javascript" src="https://web.archive.org/web/20130819155018js_/http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/jquery.nyroModal/js/jquery.nyroModal.custom.min.js"></script> <!--[if IE 6]> <script type="text/javascript" src="http://wwwimages.adobe.com/www.adobe.com/downloadcenter/js/jquery.nyroModal/js/jquery.nyroModal-ie6.min.js"></script> <![endif]--> <script type="text/javascript"> jQuery(document).ready(function($) { $(window).SiteCatalystWrapper({ siteCatalyst: s, siteCatalystReboot: s_adobe }).data("SiteCatalystWrapper"); $("#buttonDownload").downloadbutton({ mainInstaller: "Adobe_AIR_3.8_for_MacOS_X", mainInstallerName: "Adobe AIR 3.8 for MacOS X", defaultDownloadType: "thankyou", downloadcenter: "air", locale: "en", buttonClass: "download-button" }).data("downloadbutton").updateDownloadButton(); $(".nyroModal").nyroModal(); $(window).data("SiteCatalystWrapper").setProperty ("pageName", "ACDC_Air_NonAIH_Landing_NewEntry"); $(window).data("SiteCatalystWrapper").setProperty ("channel", "ACDC_ Air"); $(window).data("SiteCatalystWrapper").setSiteCatalystProperty ("prop32", "en"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop1", "Landing"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop2", "ACDC Downloads"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop3", "https://web.archive.org/web/20130819155018/http://get.adobe.com"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop4", "en"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("prop5", "en:ACDC_Air_NonAIH_Landing_NewEntry"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("products", "Air_NonAIH"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("eVar73", "ACDC_Air"); $(window).data("SiteCatalystWrapper").setSiteCatalystRebootProperty ("events", "event98"); $(window).data("SiteCatalystWrapper").setSiteCatalystProperty ("eVar5", "ACDC_Air"); $(window).data("SiteCatalystWrapper").send(); }); </script> </body> </html> <!-- FILE ARCHIVED ON 15:50:18 Aug 19, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 03:16:39 Dec 02, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.757 exclusion.robots: 0.035 exclusion.robots.policy: 0.021 esindex: 0.018 cdx.remote: 6.434 LoadShardBlock: 348.004 (3) PetaboxLoader3.datanode: 291.123 (4) PetaboxLoader3.resolve: 188.965 (2) load_resource: 185.663 -->