CINXE.COM
Adobe - About Adobe
<!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" xml:lang="EN"><!-- InstanceBegin template="/Templates/pocket-with-marquee.dwt" codeOutsideHTMLIsLocked="true" --> <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://www.adobe.com/aboutadobe/invrelations/?promoid=JOPDL","20120412210933","https://web.archive.org/","web","/_static/", "1334264973"); </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="robots" content="noodp"/> <!-- InstanceParam name="locale" type="text" value="en_us" --> <!-- InstanceParam name="globalnav" type="boolean" value="true" --> <!-- InstanceParam name="globalfooter" type="boolean" value="true" --> <!-- InstanceParam name="header" type="boolean" value="true" --> <!-- InstanceParam name="modules" type="text" value="modal,swf" --> <!-- InstanceParam name="identity" type="text" value="adobe" --> <!-- Shell Template Revision: 1.20 --> <!-- Pocket With Marquee Template Revision: 1.16 --> <!-- InstanceBeginEditable name="doctitle" --> <title>Adobe - About Adobe</title> <!-- InstanceEndEditable --> <link rel="icon" href="/web/20120412210933im_/http://www.adobe.com/favicon.ico" type="image/x-icon"/> <link rel="shortcut icon" href="/web/20120412210933im_/http://www.adobe.com/favicon.ico" type="image/x-icon"/> <!--[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/20120412210933cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen.css?modules=modal,swf" media="screen"/> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20120412210933cs_/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/20120412210933cs_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/screen/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/20120412210933js_/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/20120412210933js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412210933js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Cookie.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412210933js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/global.js"></script> <link rel="stylesheet" href="https://web.archive.org/web/20120412210933cs_/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/20120412210933cs_/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/20120412210933js_/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/20120412210933js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalNav.js"></script> <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/20120412210933cs_/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/20120412210933cs_/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/20120412210933js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/GlobalFooter.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412210933js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/adobe/Modal.js"></script> <script type="text/javascript"> adobe.link("adobe/Pane/screen.css"); document.observe("dom:loaded", function() { var modallinks = $$("a[rel=modal]"); modallinks.invoke("modalize"); modallinks.invoke("observe","click", function(event) { var url = window.location.host + window.location.pathname; }); });</script> <script type="text/javascript" src="https://web.archive.org/web/20120412210933js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/swfobject.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20120412210933js_/http://wwwimages.adobe.com/www.adobe.com/ubi/template/identity/lib/swfobject.addon.js"></script> <!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable --> </head> <body> <!--googleoff: all--><a href="/web/20120412210933/http://www.adobe.com/help/accessibility.html" tabindex="1" id="accesslink">Accessibility</a><!--googleon: all--> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_12_4/ubi/globalnav/en_us/globalnav_ssi.html#1 $ --> <form id="globalnav-search" class="searchbuddy LayoutSlimHidden" name="globalnav-search" method="get" action="/web/20120412210933/http://www.adobe.com/go/gnav_search" accept-charset="utf-8"> <div id="SiteHeader" class="SiteHeader Text TextSmall"> <span id="globalnav"></span> <a href="/web/20120412210933/http://www.adobe.com/" id="shHome" class="SiteHeaderHome">Adobe</a> <div class="SiteHeaderBar" id="shBar"> <div class="SiteHeaderDropdownLink SiteHeaderBarItem SiteHeaderBarItemFirst" id="shProducts"> <a href="/web/20120412210933/http://www.adobe.com/products/catalog.html" id="shProductsLink" class="SiteHeaderBarLink">Products</a> <div class="SiteHeaderDropPanel" id="ProductsPanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts3"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/products/acrobat.html?promoid=JOLIR">Acrobat</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts9"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/products/creativecloud.html?promoid=JQPEQ">Creative Cloud</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts1"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/products/creativesuite.html?promoid=JOLIS">Creative Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts5"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/marketing/?promoid=JOLIT">Digital Marketing Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts7"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/products/digital-publishing-suite-family.html?promoid=JOLIU">Digital Publishing Suite</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts6"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/products/elements-family.html?promoid=JOLIV">Elements</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts2"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/products/photoshopfamily.html?promoid=JOLIW">Photoshop</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shProducts4"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/products/touchapps.html?promoid=JOLIQ">Touch Apps</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLinkNoBar" id="shProducts8"> <a href="/web/20120412210933/http://www.adobe.com/products/catalog.html?promoid=JOOTH">More products</a> </div> </div> </div> <div class="SiteHeaderDropdownLink SiteHeaderBarItem SiteHeaderBarItemFirst" id="shSolutions"> <a href="/web/20120412210933/http://www.adobe.com/solutions.html" id="shSolutionsLink" class="SiteHeaderBarLink">Solutions</a> <div class="SiteHeaderDropPanel" id="SolutionsPanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions5"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/marketing/?promoid=JOLIX">Digital marketing</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions1"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/digital-media/?promoid=JOLIY">Digital media</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions2"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/education.html?promoid=JOLIZ">Education</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions3"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/go/gnavtray_solutions_financialservices_en_us">Financial services</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions4"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/go/gnavtray_solutions_government_en_us">Government</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSolutions7"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/solutions/customer-experience/web-experience-management.html?promoid=JOOYM">Web Experience Management</a></span> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLinkNoBar" id="shSolutions6"> <a href="/web/20120412210933/http://www.adobe.com/solutions.html?promoid=JOOTI">More solutions</a> </div> </div> </div> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_learning_en_us" id="shLearning" class="SiteHeaderBarItem SiteHeaderBarLink">Learning</a> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_help_en_us" id="shHelp" class="SiteHeaderBarItem SiteHeaderBarLink">Help</a> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_downloads_en_us" id="shDownloads" class="SiteHeaderBarItem SiteHeaderBarLink">Downloads</a> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_company_en_us" id="shCompany" class="SiteHeaderBarItem SiteHeaderBarLink">Company</a> <div class="SiteHeaderDropdownLink SiteHeaderBarItem" id="shStore"> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_store_en_us" class="SiteHeaderBarLink" id="shStoreLink">Buy</a> <div class="SiteHeaderDropPanel" id="StorePanel"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore1"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/go/gnavtray_store_homeuse_en_us">Home use</a></span> for personal and home office </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore2"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/go/gnavtray_store_education_en_us">Education</a></span> for students, educators, and staff </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore3"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/go/gnavtray_store_business_en_us">Business</a></span> for small and medium businesses </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore4"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/go/gnavtray_store_licensingprograms_en_us">Licensing programs</a></span> for businesses, schools, and government </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shStore5"> <span class="SiteHeaderPanelHeader"><a href="/web/20120412210933/http://www.adobe.com/go/gnavtray_store_specialoffers_en_us">Special offers</a></span> </div> </div> </div> <a href="/web/20120412210933/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" class="Link"> <a id="shInfo" class="SiteHeaderUserItem SiteHeaderInfo">Info</a> <a href="/web/20120412210933/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&nl=1" id="shSignIn" class="SiteHeaderUserItem LinkStrong">Sign in</a> </div> <a href="/web/20120412210933/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&nl=1" id="shWelcome" class="SiteHeaderUserItem SiteHeaderArrow LinkStrong" style="display: none;">Welcome, <span id="screenName"></span></a> <div id="MyCartLinkContainer"> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_mycart_en_us" id="shMyCart" class="SiteHeaderUserItem SiteHeaderCart">My cart<span id="cartQuantity"></span></a> </div> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_myorders_en_us" id="shMyOrders" class="SiteHeaderUserItem">My orders</a> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_myadobe_en_us" id="shMyAdobe" class="SiteHeaderUserItem">My Adobe</a> </div> <div class="SiteHeaderPopPanelShadow width-150" id="WelcomePanelShadow" style="display: none;"></div> <div class="SiteHeaderPopPanel width-150" id="WelcomePanel" style="display: none;"> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyAccount"> <a class="SiteHeaderPanelHeader" href="/web/20120412210933/http://www.adobe.com/go/gnavtray_myadobe_en_us">My Adobe</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyOrders2"> <a class="SiteHeaderPanelHeader" href="/web/20120412210933/http://www.adobe.com/go/gnavtray_myadobe_myorders_en_us">My orders</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyInformation"> <a class="SiteHeaderPanelHeader" href="/web/20120412210933/http://www.adobe.com/go/gnavtray_myadobe_myinformation_en_us">My information</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shMyPreferences"> <a class="SiteHeaderPanelHeader" href="/web/20120412210933/http://www.adobe.com/go/gnavtray_myadobe_mypreferences_en_us">My preferences</a> </div> <div class="SiteHeaderPanelRow SiteHeaderPanelLink" id="shSignOut"> <a class="SiteHeaderPanelHeader" href="/web/20120412210933/http://www.adobe.com/cfusion/membership/logout.cfm">Sign out</a> </div> </div> <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> </form> <div id="SiteHeaderMobile" class="SiteHeaderMobile LayoutHidden LayoutSlim Text TextSmall"> <a href="/web/20120412210933/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="/web/20120412210933/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="/web/20120412210933/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="/web/20120412210933/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="/web/20120412210933/http://www.adobe.com/go/gnav_solutions_en_us" id="shSectionsSolutionsMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Solutions</a> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_company_en_us" id="shSectionsCompanyMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Company</a> </div> <div id="shBarExtendSections2" class="SiteHeaderBarMobileExtendSections"> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_help_en_us" id="shSectionsHelpMobile" class="SiteHeaderBarExtendSectionsItem SiteHeaderBarLink">Help</a> <a href="/web/20120412210933/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="/web/20120412210933/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="/web/20120412210933/http://www.adobe.com/cfusion/membership/index.cfm?loc=en_us&nl=1" id="shSignInMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile LinkStrong">Sign in</a> <a href="/web/20120412210933/http://www.adobe.com/cfusion/membership/logout.cfm" id="shSignOutMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile LinkStrong" style="display: none;">Sign out</a> <a href="/web/20120412210933/http://www.adobe.com/go/gnav_myorders_en_us" id="shMyOrdersMobile" class="SiteHeaderUserItem SiteHeaderUserItemMobile">My orders</a> <a href="/web/20120412210933/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 with-marquee"> <div id="content-header"> <!-- InstanceBeginEditable name="contentHeader" --> <ol id="depthpath" class="path menu compact"> <li><a href="/web/20120412210933/http://www.adobe.com/">Home</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/">About Adobe</a></li> </ol> <h1 class="adobe clip-bottom">Investor Relations</h1> <!-- InstanceEndEditable --> </div> <div id="content-marquee"><div id="marquee-body-chrome"><div id="marquee-body"> <!-- InstanceBeginEditable name="contentMarquee" --> <a title="Adobe is changing the world through digital experiences" href="/web/20120412210933/http://www.adobe.com/aboutadobe"><img src="/web/20120412210933im_/http://www.adobe.com/aboutadobe/images/ir_marquee.jpg" width="998" height="300" border="0"/></a> <!-- InstanceEndEditable --> </div></div></div> <div id="content-layout" class="clear-after"><div id="content-wrapper" class="clear-after"><div id="content-body"> <!-- InstanceBeginEditable name="contentBody" --> <div class="columns-2-Abb-A"> <p>Adobe is changing the world through digital experiences. Content built and optimized with Adobe products is everywhere you look, from websites, video games, and smartphones, to televisions, tablets, and beyond. Adobe Creative Suite offers the most innovative tools for creating digital media, while Adobe Digital Marketing Suite delivers groundbreaking solutions for data-driven marketing. Our leadership in these two emerging categories, Digital Media and Digital Marketing, provides our customers with a real competitive advantage, positioning us for continued growth well into the future.</p> <p>As one of the largest software companies in the world, Adobe achieved record revenue of $4.2 billion in 2011, representing 11% year-over-year growth. Headquartered in San Jose, California, our stock is traded on the NASDAQ Stock Market under the symbol ADBE.</p> <br class="clear-both"/> <h2>Contact us</h2> <h4>To contact Adobe Investor Relations:</h4> <ul class="list-link"> <li>Email: <a href="https://web.archive.org/web/20120412210933/mailto:ir@adobe.com">ir@adobe.com</a></li> <li>Fax: 408-537-4034</li> </ul> <h4>To request Adobe financial documents:</h4> <ul> <li>Tel: 408-536-4700</li> <li>Email: <a href="https://web.archive.org/web/20120412210933/mailto:adobe@kpcorp.com">adobe@kpcorp.com</a></li> </ul> <h4>To report a change of address or lost stock certificates, notify our Transfer Agent:</h4> <ul> <li>Computershare Investor Services LLC</li> <li>Shareholder Communications</li> <li>Tel: 800-455-1130</li> <li>Tel: 312-360-5148</li> </ul> <ul class="link-list"> <li class="icon email"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/openenrollment.html">Enroll for online delivery of annual meeting and proxy voting materials</a></li> </ul> <p>Adobe does not offer a Dividend Reinvestment Program (DRIP) at this time.</p> <h4>Legal notice:</h4> <p>Some of the information on the Investor Relations website may contain projections and forward-looking statements that involve risk and uncertainty. Actual results may differ materially from those set forth in such statements.</p> <p>For a discussion of these risks and uncertainties, review <a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/financialdocs.html">Adobe's online SEC filings</a>, including the most recent annual report on Form 10-K and quarterly report on Form 10-Q. Call 408-536-4700 or email <a href="https://web.archive.org/web/20120412210933/mailto:adobe@kpcorp.com">adobe@kpcorp.com</a> to request printed versions. Include your name, company name (if applicable), and mailing address in the email.</p> </div> <div class="columns-2-Abb-bb"> <p class="icon rss-file"><a href="https://web.archive.org/web/20120412210933/http://rss.adobe.com/en/invrelations.rss" target="_blank">Subscribe to Investor Relations updates</a></p> <p class="icon rss-file"><a href="https://web.archive.org/web/20120412210933/http://rss.adobe.com/en/news_releases.rss" target="_blank">Subscribe to press release updates</a></p> <!-- <p class="icon rss-file" ><a href="http://blogs.adobe.com/conversations" target="_blank">Subscribe to corporate blog updates</a></p> --> <!-- rssfeed content:start --> <div class="pod"> <h2 class="pod-title">Quick links</h2> <div class="pod-body"> <ul class="link-list"> <li class="icon pdf-file"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/pdfs/ADBE_10Q_Q112_FINAL_Certified.pdf" title="View or download a PDF file" target="_blank">Q1 FY2012 Form 10-Q<span class="stamp-fileinfo"> (PDF: 755K )</span></a></a></span></li> <li class="icon pdf-file"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/pressroom/pressreleases/pdfs/201203/Q112Earnings.pdf" title="View or download a PDF file" target="_blank">Q1 FY2012 earnings press release<span class="stamp-fileinfo"> (PDF: 124K )</span></a></a></span></li> <li class="icon pdf-file"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/pdfs/ADBE_Q1_12_IR_Datasheet.pdf" title="View or download a PDF file" target="_blank">Q1 FY2012 investor datasheet<span class="stamp-fileinfo"> (PDF: 243K )</span></a></a></span></li> <li class="icon pdf-file"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/pdfs/Q1_FY2012_earnings_call_script.pdf" title="View or download a PDF file" target="_blank">Q1 FY2012 earnings call script<span class="stamp-fileinfo"> (PDF: 43K )</span></a></a></span></li> <li class="icon pdf-file"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/pdfs/2012_Proxy_Statement.pdf" title="View or download a PDF file" target="_blank">2012 Proxy Statement<span class="stamp-fileinfo"> (PDF: 1.2M )</span></a></a></span></li> <li class="icon pdf-file"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/pdfs/Letter_to_Stockholders_regarding_Proposal_4.pdf" title="View or download a PDF file" target="_blank">Letter to Stockholders regarding Proposal 4<span class="stamp-fileinfo"> (PDF: 101K )</span></a></a></span></li> <li class="icon pdf-file"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/pdfs/2012_Annual_Meeting_Voting_Reminder.pdf" title="View or download a PDF file" target="_blank">2012 Annual Meeting Voting Reminder<span class="stamp-fileinfo"> (PDF: 32K )</span></a></a></span></li> <li class="icon pdf-file"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/pdfs/FY11_10-K_FINAL_Certified.pdf" title="View or download a PDF file" target="_blank">FY2011 Form 10-K<span class="stamp-fileinfo"> (PDF: 1.5M )</span></a></a></span></li> <li class="icon info"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/2011_analyst_mtg/2011analystmeeting.html">Adobe 2011 Financial Analyst Meeting</a></li> <li class="icon subtract"><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/financialdocs.html">Financial documents archive</a></li> </ul> </div> </div> <!-- rssfeed content:end --> <div class="pod"> <h2 class="pod-title">Acquisitions</h2> <div class="pod-body"> <p>On January 16, 2012, Adobe Completes Acquisition of Efficient Frontier</p> <ul class="link-list"> <li><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/pressroom/pressreleases/201201/011612AdobeCloseEfficientFrontier.pdf" class="link-more">Learn more</a></li> </ul> <!-- <p>On November 30, 2011, Adobe announced its intention to acquire Efficient Frontier.</p> <ul class="link-list"> <li><a href="/aboutadobe/pressroom/pressmaterials/pdfs/113011AdobetoAcquireEfficientFrontierFAQ.pdf" class="link-more">Learn more</a></li> </ul>--> <p>On October 28, 2010, Adobe acquired Day Software. </p> <ul class="link-list"> <li><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/dayacquisition.html" class="link-more">Learn more</a></li> </ul> <p>On October 23, 2009, Adobe acquired Omniture, Inc. </p> <ul class="link-list"> <li><a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/adobeandomniture.html" class="link-more">Learn more</a></li> <!--<li><a href="http://omtr.omniture.com/phoenix.zhtml?c=197946&p=irol-irhome" class="link-more" target="_blank">Historical Omniture investor <br /> information</a></li> <li class="note">This site will be made available as an archive for a limited time. Please refer any OMTR investor-related inquiries to Adobe Investor Relations.</li>--> </ul> </div> </div> </div> <!-- InstanceEndEditable --> </div> <div id="content-pocket"> <!-- InstanceBeginEditable name="contentPocket" --> <a href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/12q1analyst/earnings_confcall.html"><img src="/web/20120412210933im_/http://www.adobe.com/aboutadobe/invrelations/images/189x192_Q1_20112pod.jpg" alt="First Quarter FY12 Earnings Conference Call" width="189" height="192"/></a> <div class="dyn-pod p2"> <dl class="side-menu"> <dt><a title="Investor relations" href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/">Investor Relations home</a></dt> <dd><a title="Corporate governance" href="/web/20120412210933/http://www.adobe.com/corporateresponsibility/corporate.html">Corporate governance</a></dd> <dd><a title="Section 16 reporting" href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/sec16_reporting.html">Section 16 reporting</a></dd> <dd><a title="Financial documents" href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/financialdocs.html">Financial documents</a></dd> <dd><a title="Press releases" href="/web/20120412210933/http://www.adobe.com/aboutadobe/pressroom/pressreleases/">Press releases</a></dd> <dd><a title="Corporate blogs" href="https://web.archive.org/web/20120412210933/http://blogs.adobe.com/conversations/" target="_blank">Corporate blogs</a></dd> <dd><a title="Financial calendar" href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/calendar.html">Financial calendar</a></dd> <dd><a title="Analyst coverage" href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/analyst.html">Analyst coverage</a></dd> <dd><a title="Frequently asked questions" href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/faq.html">Frequently asked questions</a></dd> <dd><a title="Executive profiles" href="/web/20120412210933/http://www.adobe.com/aboutadobe/pressroom/executivebios/">Executive profiles</a></dd> <dd><a title="Investor conferences/Webcasts" href="/web/20120412210933/http://www.adobe.com/aboutadobe/invrelations/conferences.html">Investor conferences/webcasts</a></dd> </dl> </div> <div class="dyn-pod p2"> <div class="txtcenter"> <!-- This file (stockfeed.ssi) is automatically generated. DO NOT EDIT --> <br> <table width="150" border="0" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#cccccc" width="1" height="1"><spacer height="1" type="block" width="1"></td> <td bgcolor="#cccccc" width="148" width="1" height="1"><spacer height="1" type="block" width="1"></td> <td bgcolor="#cccccc" width="1" height="1"><spacer height="1" type="block" width="1"></td> </tr> <tr> <td bgcolor="#cccccc" width="1"><spacer height="1" type="block" width="1"></td> <td width="148"><table width="148" border="0" cellspacing="0" cellpadding="0"> <tr height="2"> <td width="5" height="2" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="2" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="2" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> <td width="5" height="2" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> </tr> <tr> <td width="5" height="16" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> <td width="138" width="1" height="16" bgcolor="#cc0000" colspan="2" align="center"><span class="smallbody"><font color="#ffffff"><b>Stock quote ADBE</b></font></span></td> <td width="5" height="16" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> </tr> <tr height="2"> <td width="5" height="2" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="2" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="2" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> <td width="5" height="2" bgcolor="#cc0000"><spacer height="1" type="block" width="1"></td> </tr> <tr height="20"> <td width="5" height="20"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="1"><span class="smallbody">Last</span></td> <td width="69" width="1" height="1" align="right"><span class="smallbody">$33.55</span></td> <td width="5" height="20"><spacer height="1" type="block" width="1"></td> </tr> <tr height="20"> <td width="5" height="20" bgcolor="#e6e6e6"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="1" bgcolor="#e6e6e6"><span class="smallbody">Change</span></td> <td width="69" width="1" height="1" bgcolor="#e6e6e6" align="right"><span class="smallbody"><font color="#339900">+$0.54</font></span></td> <td width="5" height="20" bgcolor="#e6e6e6"><spacer height="1" type="block" width="1"></td> </tr> <tr height="20"> <td width="5" height="20"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="1"><span class="smallbody">Change %</span></td> <td width="69" width="1" height="1" align="right"><span class="smallbody"><font color="#339900">1.65</font></span></td> <td width="5" height="20"><spacer height="1" type="block" width="1"></td> </tr> <tr height="1"> <td width="5" height="1" bgcolor="#000000"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="1" bgcolor="#000000"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="1" bgcolor="#000000"><spacer height="1" type="block" width="1"></td> <td width="5" height="1" bgcolor="#000000"><spacer height="1" type="block" width="1"></td> </tr> <tr height="20"> <td width="5" height="20" bgcolor="#e6e6e6"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="1" bgcolor="#e6e6e6"><span class="smallbody">NASDAQ</span></td> <td width="69" width="1" height="1" bgcolor="#e6e6e6" align="right"><span class="smallbody">$3,055.55</span></td> <td width="5" height="20" bgcolor="#e6e6e6"><spacer height="1" type="block" width="1"></td> </tr> <tr height="20"> <td width="5" height="20"><spacer height="1" type="block" width="1"></td> <td width="69" width="1" height="1"><span class="smallbody">Change %</span></td> <td width="69" width="1" height="1" align="right"><span class="smallbody"><font color="#ff0000"><font color="#339900">1.30</font></font></span></td> <td width="5" height="20"><spacer height="1" type="block" width="1"></td> </tr> <tr height="20"> <td width="5" height="20" bgcolor="#a9a9a9"><spacer height="1" type="block" width="1"></td> <td colspan="2" width="138" height="20" align="center" bgcolor="#a9a9a9"> <span class="smallbody">at: Apr 12, 4:00PM EDT</span> </td> <td width="5" height="20" bgcolor="#a9a9a9"><spacer height="1" type="block" width="1"></td> </tr> </table></td> <td bgcolor="#cccccc" width="1"><spacer height="1" type="block" width="1"></td> </tr> <tr> <td bgcolor="#cccccc" width="1" height="1"><spacer height="1" type="block" width="1"></td> <td bgcolor="#cccccc" width="148" width="1" height="1"><spacer height="1" type="block" width="1"></td> <td bgcolor="#cccccc" width="1" height="1"><spacer height="1" type="block" width="1"></td> </tr> </table> </div> <!--<p><a onclick="OpenWindow('/aboutadobe/invrelations/disclaimer.html',800,400,'scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no'); return false;" onkeypress="OpenWindow('/aboutadobe/invrelations/disclaimer.html',800,400,'scrollbars=no,menubar=no,toolbar=no,location=no,status=no,resizable=no'); return false;" href="/aboutadobe/invrelations/disclaimer.html">Disclaimer</a></p> </div>--> <!-- InstanceEndEditable --> </div></div></div> </div> <!--googleoff: index--> <!-- $Id: //depot/projects/dylan/releases/rc_12_4/ubi/footer/en_us/globalfooter_ssi.html#1 $ --> <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="/web/20120412210933/http://www.adobe.com/products/catalog.html?promoid=JOPBT">Products</a></h4> <ul class="SiteFooterLinkList"> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconAcrobat" href="/web/20120412210933/http://www.adobe.com/products/acrobat.html?promoid=JOPBV">Acrobat</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconCloud" href="/web/20120412210933/http://www.adobe.com/products/creativecloud.html?promoid=JQPER">Creative Cloud</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconCS" href="/web/20120412210933/http://www.adobe.com/products/creativesuite.html?promoid=JOPBW">Creative Suite</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconOMS" href="/web/20120412210933/http://www.adobe.com/marketing/?promoid=JOPBY">Digital Marketing Suite</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconDPS" href="/web/20120412210933/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="/web/20120412210933/http://www.adobe.com/products/elements-family.html?promoid=JOPBX">Elements</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconMobile" href="/web/20120412210933/http://www.adobe.com/products/mobileapps/?promoid=JOPCA">Mobile Apps</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconPS" href="/web/20120412210933/http://www.adobe.com/products/photoshopfamily.html?promoid=JOPCB">Photoshop</a></li> <li><a class="icon Icon SiteFooterMenuItemIconProducts SiteFooterMenuItemIconMobile" href="/web/20120412210933/http://www.adobe.com/products/touchapps.html?promoid=JOPBU">Touch Apps</a></li> </ul> </div> </div> <div class="LayoutGrid-2 LayoutSlimGrid-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412210933/http://www.adobe.com/solutions.html?promoid=JOPCC">Solutions</a></h4> <ul class="SiteFooterLinkList"> <li><a href="/web/20120412210933/http://www.adobe.com/marketing/?promoid=JOPCD">Digital marketing</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/digital-media/?promoid=JOPCE">Digital media</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/solutions/customer-experience/web-experience-management.html?promoid=JOPCF">Web Experience Management</a></li> </ul> <h4><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_industries">Industries</a></h4> <ul class="SiteFooterLinkList SiteFooterLinkListBottom"> <li><a href="/web/20120412210933/http://www.adobe.com/education.html?promoid=JOPCH">Education</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_financial_services">Financial services</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_government">Government</a></li> </ul> </div> </div> <div class="LayoutGrid-3 LayoutSlimGrid-1 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_help">Help</a></h4> <ul class="SiteFooterLinkList"> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_product_help_centers">Product help centers</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_order_return">Orders and returns</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_download_install">Downloading and installing</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_myadobe">My Adobe</a></li> </ul> <h4><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_learning">Learning</a></h4> <ul class="SiteFooterLinkList SiteFooterLinkListBottom"> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_adobe_developer_connection">Adobe Developer Connection</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_adobetv">Adobe TV</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_training_certification">Training and certification</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_forums">Forums</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_design_center">Design Center</a></li> </ul> </div> </div> <div class="LayoutGrid-4 LayoutSlimGrid-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_buy">Ways to buy</a></h4> <ul class="SiteFooterLinkList"> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_homeuse">For personal and home office</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_students_store">For students, educators, and staff</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_small_medium_business">For small and medium businesses</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_licensingprograms">For businesses, schools, and government</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_special_offers">Special offers</a></li> </ul> <h4><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_downloads">Downloads</a></h4> <ul class="SiteFooterLinkList SiteFooterLinkListBottom"> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_adobe_reader">Adobe Reader</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_adobe_flashplayer">Adobe Flash Player</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_adobe_air">Adobe AIR</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_adobe_shockwave_player">Adobe Shockwave Player</a></li> </ul> </div> </div> <div class="LayoutGrid-5 LayoutSlimGrid-1-2 LinkInvert"> <div class="LayoutCellSides LayoutCellTop"> <h4><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_company">Company</a></h4> <ul class="SiteFooterLinkList"> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_news_room">News room</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_partner_programs">Partner programs</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_corporate_social_responsibility">Corporate social responsibility</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_career_opportunities">Career opportunities</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_investor_relation">Investor Relations</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_events">Events</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_legal">Legal</a></li> <li><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_contact_adobe">Contact Adobe</a></li> </ul> </div> </div> <div class="LayoutGridBreak"> <div class="LayoutCellSides LayoutCellBottom"> <div class="SiteFooterRegionSelector TextInvert LinkInvert LinkStrong"> <a href="/web/20120412210933/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="/web/20120412210933/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="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="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="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('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="en"><a onclick="changeRegion('ap');">Pacific - English</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-4 LayoutSlimGrid-1-2 LinkInvert LinkStrong"> <div class="LayoutCellSides LayoutCellBottom LinkInvert"> <p class="SiteFooterRow TextSmall">Copyright © 2012 Adobe Systems Incorporated. All rights reserved.</p> <p class="SiteFooterRow TextSmall">Use of this website signifies your agreement to the <a href="/web/20120412210933/http://www.adobe.com/go/gffooter_terms_of_use">Terms of Use</a> and <a href="/web/20120412210933/http://www.adobe.com/go/gffooter_online_privacy_policy">Online Privacy Policy</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 class="LayoutGrid-5 LayoutSlimGrid-1-2"> <div class="LayoutCell"> <p class="TextRight"><a href="/web/20120412210933/http://www.adobe.com/go/gffooter_trust_icon"><img alt="Reviewed by TRUSTe: site privacy statement" src="/web/20120412210933im_/http://www.adobe.com/include/img/truste_seal_eu.gif"/></a></p> </div> </div> </div> </div> <!--googleon: index--> <!-- InstanceBeginEditable name="analytics" --> <!-- Error Processing SSI Directive --> <!-- InstanceEndEditable --> </body> <!-- InstanceEnd --></html> <!-- FILE ARCHIVED ON 21:09:33 Apr 12, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 14:52:33 Nov 24, 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.493 exclusion.robots: 0.023 exclusion.robots.policy: 0.014 esindex: 0.011 cdx.remote: 7.047 LoadShardBlock: 54.094 (3) PetaboxLoader3.datanode: 94.012 (4) load_resource: 122.794 PetaboxLoader3.resolve: 66.778 -->