HTTP/1.1 200 OK
Server: nginx
Content-Type: text/html; charset=UTF-8
X-Tx-Id: 922a4465-824a-465a-9eb1-50a0127e2f7d
Access-Control-Allow-Origin: http://download.cnet.com
Access-Control-Allow-Credentials: true
Vary: x-originallang
Vary: x-cnet-is-mobile-device
Vary: Accept-Encoding
Cache-Control: private, max-age=2592000
Expires: Fri, 07 Apr 2017 19:00:32 GMT
Date: Wed, 08 Mar 2017 19:00:32 GMT
Transfer-Encoding:  chunked
Connection: keep-alive
Connection: Transfer-Encoding
Set-Cookie: fly_device=desktop; path=/; httponly
Set-Cookie: dl_ad=%7B%22region%22%3A%22aw%22%2C%22type%22%3A%22gpt%22%2C%22session%22%3A%22c%22%2C%22subSession%22%3A%22d%22%7D; path=/

<!DOCTYPE html>
<html class="mobile">
    <head>
        <meta http-equiv="X-UA-Compatible" content="IE=Edge" />        
        <title>CNET Download - Free Software, Apps, Downloads, and Reviews</title>
        
            
<meta name="description" content="CNET Download - Find the latest free software, apps, downloads, and reviews for Windows, Mac, iOS, and Android." />
<meta name="keywords" content="Free software downloads and software reviews - CNET Download.com" />

    <link rel="canonical" href="http://download.cnet.com/"/>





<meta name="twitter:site" content="@CNETDownloads">


    <meta name="twitter:title" content="Free software downloads and software reviews - CNET Download.com">

    <meta name="twitter:description" content="CNET Download.com provides free downloads for Windows, Mac, iOS and Android computers and mobile devices. Every category of desktop software and mobile apps, including security, utilities, games, video, and audio software.">




    <meta property="og:description" content="CNET Download.com provides free downloads for Windows, Mac, iOS and Android computers and mobile devices. Every category of desktop software and mobile apps, including security, utilities, games, video, and audio software.">


    <link rel="og:url" href="http://download.cnet.com/"/>


        			<meta charset="UTF-8" />
			
						
			            
                        
            
            <meta name="viewport" content="width=device-width, initial-scale=1">
            
              
        

            <script>
            window['optimizely'] = window['optimizely'] || [];
            window['optimizely'].push(["customTag", "pageTypeName", "front_door_dl"]);
            window['optimizely'].push(["customTag", "platform", "no-platform"]);
            window['optimizely'].push(["customTag", "category", ""]);
            window['optimizely'].push(["customTag", "subcategory", ""]);
            window['optimizely'].push(["setDimensionValue", "pageTypeName", "front_door_dl"]);
        </script>

        <script src="//cdn.optimizely.com/js/4177821143.js"></script>
<script type="text/javascript">
    function getOptimizelyTestAndVariant(){if("undefined"!=typeof window["optimizely"]){var allTests=window["optimizely"].allExperiments,charCount=0,variationMap=window["optimizely"].variationMap,variationMapActive=[];for(var testId in variationMap){if(variationMap.hasOwnProperty(testId)){var map=[],mapString="",testDefined=false,testEnabled=false;testDefined=allTests.hasOwnProperty(testId);testEnabled=testDefined&&allTests[testId].hasOwnProperty("enabled");if(testEnabled){map=[].concat(variationMap[testId]).join("_");mapString=testId+":"+map;if((charCount+mapString.length)<=255){charCount+=mapString.length;variationMapActive.push(mapString)}}}}return variationMapActive.join()}else{return""}}
</script>    
                                    <!--esi
<esi:function name="getDlSegmentFromCookie">
    <esi:choose>
        <esi:when test="!$exists($(HTTP_COOKIE{'dl_ssegment'}))">
            <esi:return value="''"/>
        </esi:when>
        <esi:otherwise>
            <esi:return value="$(HTTP_COOKIE{'dl_ssegment'})"/>
        </esi:otherwise>
    </esi:choose>
</esi:function>

<esi:function name="getDeviceFromCookie">
    <esi:choose>
        <esi:when test="$exists($(HTTP_COOKIE{'dl_is_mobile_device'}))">
            <esi:return value="'mobile'"/>
        </esi:when>
        <esi:otherwise>
            <esi:return value="'desktop'"/>
        </esi:otherwise>
    </esi:choose>
</esi:function>

<esi:vars>
    <esi:assign name="dlSegment" value="$getDlSegmentFromCookie()"/>
        <esi:assign name="segmentUser" value="$segmentUser()"/>
</esi:vars>

<esi:choose>
    <esi:when test="$(dlSegment) matches '''^SEO'''">
        $add_header( 'Set-Cookie', 'dl_ssegment=' + $(dlSegment) +
         ';path=/;expires=' + $http_time($time()+1800)+ ';' +
         'domain=' + $url_encode('.cnet.com') + ';' )
    </esi:when>
</esi:choose>

<esi:function name="segmentUser">
    <esi:choose>
        <esi:when test="$(dlSegment) matches '''^SEO'''">
            <esi:return value="$(dlSegment)" />
        </esi:when>
        <esi:when test="$exists($(segmentUser))">
            <esi:return value="$(segmentUser)" />
        </esi:when>
        <esi:otherwise>
            <esi:assign name="dlPath" value="ORG"/>
                        <esi:assign name="referer_is_search" value="'n'" />
            <esi:choose>
                <esi:when test="$(HTTP_REFERER) matches '''^https?://[^/]*(google.\w+\.?\w+|g.cn|yahoo.com|bing.com|ask.com|aol.com|blekko.com|duckduckgo.com|youdao.com|sogou.com|baidu.com|yandex.com|babylon.com).*'''" >
                    <esi:assign name="referer_is_search" value="'y'" />
                </esi:when>
            </esi:choose>

            <esi:assign name="dlLanguage" value="''"/>
            <esi:choose>
                <esi:when test="$(HTTP_X_ORIGINALLANG)">
                    <esi:assign name="dlLanguage" value="'_' + $(HTTP_X_ORIGINALLANG)"/>
                </esi:when>
            </esi:choose>

                        <esi:choose>
                <esi:when test="$(referer_is_search)=='y'">
                    <esi:assign name="dlPath" value="SEO"/>
                    $add_header( 'Set-Cookie', 'dl_ssegment=' + $(dlPath) + $(dlLanguage) + ';path=/;expires=' + $http_time($time()+1800)+ ';' + 'domain=' + $url_encode('.cnet.com') + ';' )
                </esi:when>
                <esi:when test="$isButtonPartnerPage()=='true'">
                    <esi:assign name="dlPath" value="'BP'"/>
                </esi:when>
            </esi:choose>
            <esi:return value="$(dlPath) + $(dlLanguage)"/>
        </esi:otherwise>
    </esi:choose>
</esi:function>

<esi:assign name="pguid" value="$substr($digest_md5_hex($(REMOTE_ADDR) + $time() + $rand() + $(HTTP_COOKIE)), 0, 24)"/>

<esi:assign name="vguid" value="$generateVguid()"/>

<esi:assign name="deviceType" value="$getDeviceFromCookie()"/>

    <esi:function name="isButtonPartnerPage">
        <esi:assign name="partParamList" value="$(QUERY_STRING{'part'})"/>
        <esi:choose>
                        <esi:when test="$is_empty($(partParamList))">
                <esi:return value="false"/>
            </esi:when>
                        <esi:otherwise>
                <esi:choose>
                    <esi:when test="$(QUERY_STRING{'part'}) has_i 'dl-'">
                        <esi:return value="true"/>
                    </esi:when>
                </esi:choose>
                                <esi:return value="false"/>
            </esi:otherwise>
        </esi:choose>
    </esi:function>

<esi:function name="generateVguid">
        <esi:assign name="uuEncodeChars" value="[A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,'0','1','2','3','4','5','6','7','8','9','@','-']"/>
    <esi:assign name="ts" value="$time()"/>
        <esi:assign name="ts" value="$(ts) - (($(ts) >> 28) << 28)"/>
        <esi:assign name="pints" value="[$(ts) >> 4, (($(ts) % 16) << 20) + $rand(1048576), $rand(16777216), $rand(16777216), $rand(16777216), $rand(16777216), $rand(16777216), $rand(16777216), $rand(16777216)]"/>
        <esi:foreach item="iter" collection="[8,7,6,5,4,3,2,1,0]">
        <esi:foreach item="shift" collection="[0,1,2,3]">
            <esi:assign name="uu" value="$(uuEncodeChars{($(pints{$(iter)}) >> (6*$(shift))) % 64})"/>
            <esi:choose>
                <esi:when test="!$exists($(_pguid))"><esi:assign name="_pguid" value="$(uu)"/></esi:when>
                <esi:otherwise><esi:assign name="_pguid" value="$(uu) + $(_pguid)"/></esi:otherwise>
            </esi:choose>
        </esi:foreach>
    </esi:foreach>
    <esi:return value="$(_pguid)"/>
</esi:function>

-->
        
            
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />

<meta property="fb:app_id" content="16995676698"/>
<meta property="fb:admins" content="100001036810388"/>
<meta property="og:site_name" content="Download.com">

<meta name="application-name" content="Download.com" />
<meta name="msapplication-starturl" content="http://download.cnet.com/" />
<meta name="msapplication-window" content="width=1024;height=768" />
<meta name="msapplication-TileImage" content="http://a3.fdlstatic.com/373/bundles/downloadcore/images/default_product_icon/icon_default_64.jpg" />

<meta name="msapplication-task" content="name=New Releases;action-uri=http://download.cnet.com/new-windows-software/;icon-uri=/favicon.ico" />
<meta name="msapplication-task" content="name=Most Popular;action-uri=http://download.cnet.com/windows/most-popular/3101-20_4-0.html;icon-uri=/favicon.ico" />
<meta name="msapplication-task" content="name=Latest Reviews;action-uri=http://download.cnet.com/windows/3150-20_4-0.html?sort=reviewDate+asc;icon-uri=/favicon.ico" />
<meta name="msapplication-task" content="name=Blog;action-uri=http://download.cnet.com/download-blog/;icon-uri=/favicon.ico" />


    
<script type="text/javascript">
    var mobileForced = false;
    var mobileDetected = navigator.userAgent.toLowerCase().indexOf("mobile") >= 0 && !navigator.userAgent.search(/(ipad)/i) >= 0;
    var isMobileDevice = mobileDetected || mobileForced;
    var hbFileName = 'ls-Download.js';
    var onMobile = true;
    var onDesktop = true;

    if (onDesktop && !isMobileDevice) {

        (function() {
            var hb = document.createElement('script');
            hb.async = true;
            hb.type = 'text/javascript';
            var useSSL = 'https:' == document.location.protocol;
            hb.src = (useSSL ? 'https:' : 'http:') +
                    '//js-sec.indexww.com/ht/' + hbFileName;
            var node = document.getElementsByTagName('head')[0];
            node.insertBefore(hb, node.childNodes[0]);
        })();
    }
</script>

        
                                    
            
                 
        

    <link rel="search" type="application/opensearchdescription+xml" title="CNET Download Search" href="http://download.cnet.com/html/osdd/download.xml"/>



    <link class="OneLinkKeepLinks" rel="alternate" hreflang="en" href="http://download.cnet.com/" />
    <link class="OneLinkKeepLinks" rel="alternate" hreflang="es" href="http://descargar.cnet.com/" />
    <link class="OneLinkKeepLinks" rel="alternate" hreflang="de" href="http://de.download.cnet.com/" />
    <link class="OneLinkKeepLinks" rel="alternate" hreflang="fr" href="http://telecharger.cnet.com/" />
    
        
                    
                <!--[if gt IE 9]><!-->
            <link rel="stylesheet" type="text/css" href="http://a2.fdlstatic.com/373/bundles/downloadcore/css/main.desktop.css" />
        <!--<![endif]-->

                <!--[if IE 9]>
            <link rel="stylesheet" type="text/css" href="http://a3.fdlstatic.com/373/bundles/downloadcore/css/main.desktop.ie9.css" />
            <link rel="stylesheet" type="text/css" href="http://a4.fdlstatic.com/373/bundles/downloadcore/css/aux.desktop.ie9.css" />
        <![endif]-->

                <!--[if lte IE 8]>
            <link rel="stylesheet" type="text/css" href="http://a3.fdlstatic.com/373/bundles/downloadcore/css/main.desktop.ie.css" />
            <link rel="stylesheet" type="text/css" href="http://a4.fdlstatic.com/373/bundles/downloadcore/css/aux.desktop.ie.css" />
        <![endif]-->
    
    <!-- ****** faviconit.com favicons ****** -->
    <link rel="shortcut icon" href="http://a1.fdlstatic.com/373/bundles/downloadcore/images/favicon.ico">
    <link rel="icon" sizes="16x16 32x32 64x64" href="http://a1.fdlstatic.com/373/bundles/downloadcore/images/favicon.ico">
    <link rel="icon" type="image/png" sizes="196x196" href="http://a4.fdlstatic.com/373/bundles/downloadcore/images/favicon-192.png">
    <link rel="icon" type="image/png" sizes="160x160" href="http://a.fdlstatic.com/373/bundles/downloadcore/images/favicon-160.png">
    <link rel="icon" type="image/png" sizes="96x96" href="http://a1.fdlstatic.com/373/bundles/downloadcore/images/favicon-96.png">
    <link rel="icon" type="image/png" sizes="64x64" href="http://a1.fdlstatic.com/373/bundles/downloadcore/images/favicon-64.png">
    <link rel="icon" type="image/png" sizes="32x32" href="http://a4.fdlstatic.com/373/bundles/downloadcore/images/favicon-32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="http://a4.fdlstatic.com/373/bundles/downloadcore/images/favicon-16.png">
    <link rel="apple-touch-icon" href="http://a.fdlstatic.com/373/bundles/downloadcore/images/favicon-57.png">
    <link rel="apple-touch-icon" sizes="114x114" href="http://a1.fdlstatic.com/373/bundles/downloadcore/images/favicon-114.png">
    <link rel="apple-touch-icon" sizes="72x72" href="http://a4.fdlstatic.com/373/bundles/downloadcore/images/favicon-72.png">
    <link rel="apple-touch-icon" sizes="144x144" href="http://a1.fdlstatic.com/373/bundles/downloadcore/images/favicon-144.png">
    <link rel="apple-touch-icon" sizes="60x60" href="http://a2.fdlstatic.com/373/bundles/downloadcore/images/favicon-60.png">
    <link rel="apple-touch-icon" sizes="120x120" href="http://a4.fdlstatic.com/373/bundles/downloadcore/images/favicon-120.png">
    <link rel="apple-touch-icon" sizes="76x76" href="http://a.fdlstatic.com/373/bundles/downloadcore/images/favicon-76.png">
    <link rel="apple-touch-icon" sizes="152x152" href="http://a4.fdlstatic.com/373/bundles/downloadcore/images/favicon-152.png">
    <link rel="apple-touch-icon" sizes="180x180" href="http://a1.fdlstatic.com/373/bundles/downloadcore/images/favicon-180.png">
    <meta name="msapplication-TileColor" content="#FFFFFF">
    <meta name="msapplication-TileImage" content="http://a1.fdlstatic.com/373/bundles/downloadcore/images/favicon-144.png">
    <meta name="msapplication-config" content="http://a2.fdlstatic.com/373/bundles/downloadcore/images/browserconfig.xml">
    <!-- ****** faviconit.com favicons ****** -->
            <script type="text/javascript" src="//native.sharethrough.com/assets/sfp.js" async></script>
    <script src='https://s.yimg.com/uv/dm/scripts/syndication.js'></script>
        <script type="application/ld+json">
        {
            "@context": "http://schema.org",
            "@type": "WebSite",
            "url": "http://download.cnet.com/",
            "potentialAction": {
                "@type": "SearchAction",
                "target": "http://download.cnet.com/s/{search_term_string}/",
                "query-input": "required name=search_term_string"
            }
        }
    </script>
            <!--[if lte IE 7]>
        <script type="text/javascript" src="http://a.fdlstatic.com/373/bundles/downloadcore/js/libs/json2.js" > </script>
    <![endif]-->

        <!--[if lte IE 9]>
        <script type="text/javascript" src="http://a4.fdlstatic.com/373/bundles/downloadcore/js/libs/polyfill/mediaMatch.js" > </script>
    <![endif]-->

    <script>
        var DL = (function () {
                        var mobileMediaQuery = 'screen and (max-width: 640px),' +
                    'screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2),' +
                    'screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-device-pixel-ratio: 3)',
                matchesMobileMediaQuery = window.matchMedia(mobileMediaQuery).matches,
                isMobileUserAgent = navigator.userAgent.toLowerCase().indexOf("mobile") >= 0,
                isMobileDevice = isMobileUserAgent,
                isIPhone = navigator.userAgent.search(/(iphone)/i) >= 0,
                isIPad = navigator.userAgent.search(/(ipad)/i) >= 0;

            var forceMobile = false;
            var shouldServeAlternateAds = (typeof bingData != 'undefined' && typeof bingData.ads != 'undefined');

            return {
                viewportWidth: Math.max(document.documentElement.clientWidth, window.innerWidth || 0),
                mobileMediaQuery: mobileMediaQuery,
                matchesMobileMediaQuery: matchesMobileMediaQuery,
                isMobileUserAgent: isMobileUserAgent,
                isMobileDevice: (isMobileDevice && !isIPad) || forceMobile,
                isIPhone: isIPhone,
                isIPad: isIPad,
                isResponsivePage: true,
                shouldServeAlternateAds: shouldServeAlternateAds
            };
        }());
    </script>

    <script>
        // global function to detect version of IE including 10
        function getIEVersion(){
            var agent = navigator.userAgent;
            var reg = /MSIE\s?(\d+)(?:\.(\d+))?/i;
            var matches = agent.match(reg);
            if (matches != null) {
                return { major: matches[1], minor: matches[2] };
            }
            return { major: "-1", minor: "-1" };
        }

        var ie_version = getIEVersion();
    </script>

                            <script type='text/javascript'>
    var googletag = googletag || {};
    googletag.cmd = googletag.cmd || [];

    googletag.CBSigetCookieValue = function(ckNm) {
        var value = null;
        var allCookies = document.cookie;
        var pos = allCookies.indexOf(ckNm);
        if (pos != -1) {
            var start = pos + ckNm.length + 1;
            var end = allCookies.indexOf(";", start);
            if (end == -1) end = allCookies.length;
            value = allCookies.substring(start, end);
         }
         return value;
    };

    // determine if it's DST in the Eastern Timezone on the given date
    googletag.CBSiisEDT = function(dt) {
        // EDT starts second Sunday of March
        var edtStart = new Date(dt.getFullYear(), 2, 1);
        edtStart = Date.UTC(edtStart.getUTCFullYear(), 2, 14-(edtStart.getUTCDay()+13)%7, 5);
        // EDT ends first Sunday of November
        var edtEnd = new Date(dt.getFullYear(), 10, 1);
        edtEnd = Date.UTC(edtEnd.getUTCFullYear(), 10, 7-(edtEnd.getUTCDay()+6)%7, 4);
        // see if current date is within the EDT range
        return dt.getTime() >= edtStart && dt.getTime() < edtEnd;
    };

    googletag.CBSiaddPageView = function () {
        var pv=1;
        var cookiename='dl_page_view';
        //If there's a cookie, get the current value and add one to it.
        if (document.cookie.indexOf(cookiename)!=-1) {
            pv=parseInt(googletag.CBSigetCookieValue(cookiename));
            if(isNaN(pv)) {
                pv=1;
            } else {
                pv+=1;
            }
        }
        // set expiration to midnight using EDT or EST offset (4|5)
        var dt = new Date();
        var exp = Date.UTC(dt.getUTCFullYear(), dt.getUTCMonth(), dt.getUTCDate(), googletag.CBSiisEDT(dt) ? 4 : 5);
        // adjust 1 day if set to midnight of previous day
        exp += exp > dt.getTime() ? 0 : 24*60*60*1000;
        exp = new Date(exp).toUTCString();
        // get L2 domain
        var domainArr = document.domain.split('.').reverse();
        var l2domain=document.domain;
        if(domainArr[1]!=null)
        {   l2domain = domainArr[1] + "." + domainArr[0];
        }

        // save the value in the cookie
        document.cookie = cookiename + "=" + pv + ";path=/;domain=" + l2domain + ";expires=" + exp;
        //update the value for the next ad call
        googletag.pubads().setTargeting("pv",""+pv);
    };

    (function() {
        var gads = document.createElement('script');
        gads.async = true;
        gads.type = 'text/javascript';
        var useSSL = 'https:' == document.location.protocol;
        gads.src = (useSSL ? 'https:' : 'http:') +
        '//www.googletagservices.com/tag/js/gpt.js';
        var node = document.getElementsByTagName('script')[0];
        node.parentNode.insertBefore(gads, node);
    })();

        var topicName = "downloads";
    
        var ukRegion = ['gb','ie','za','bh','kw','om','qa','sa','ae','iq','eg','fr','it','de','be','nl'];
    var auRegion = ['au','nz'];
    var asiaRegion = ['sg','my','th','id','ph','hk','vn','tw'];

        var adCountry = 'us';
    var adRegion = 'aw';

        var ftag = '';
    if ("undefined" != typeof window["optimizelyFtag"]) {
        ftag = window["optimizelyFtag"];
    }

        if (false) {
        ftag = '';
    }

        try {
        var cookies = document.cookie.split(';');
        var dlGeoCookie = "dl_geo=";
        var dlFtagCookie = "dl_ad_ftag=";
        for (var i = 0; i < cookies.length; i++) {
            var c = cookies[i];
            while (c.charAt(0) == ' ') c = c.substring(1, c.length);
            if (c.indexOf(dlGeoCookie) == 0) {
                var dlGeoCookieValue = c.substring(dlGeoCookie.length, c.length);
                if (dlGeoCookieValue.indexOf("countryCode") !== -1) {
                    var parsedCountry = eval("(" + dlGeoCookieValue + ")").countryCode;
                    adCountry = parsedCountry.toLowerCase();
                }
            } else if (c.indexOf(dlFtagCookie) == 0) {
                ftag = c.substring(dlFtagCookie.length, c.length);
            }
        }
    } catch (e) { }

        var j;
    for (j = 0; j < ukRegion.length; j++) {
        if (adCountry === ukRegion[j]) {
            adRegion = 'uk'; break;
        }
    }
    for (j = 0; j < auRegion.length; j++) {
        if (adCountry === auRegion[j]) {
            adRegion = 'au'; break;
        }
    }
    for (j = 0; j < asiaRegion.length; j++) {
        if (adCountry === asiaRegion[j]) {
            adRegion = 'asia'; break;
        }
    }

        
        var pageTargeting = {
        "ptype": "front_door_dl",
        "vguid": "<!--esi<esi:vars>$(vguid)</esi:vars>-->",
        "Category": "no-platform",
        "topic": topicName,
        "pid": "0"
    };

    googletag.cmd.push(function() { googletag.pubads().collapseEmptyDivs(true); });

        var adSlots = {};

        var desktopAdChannel = "/8264/" + adRegion + "-download/" + topicName ,
        mobileAdChannel = "/8264/maw-download/" + topicName,
        adUnitChannel = '';

                        
        
                if (!DL.isMobileDevice || !DL.isResponsivePage) {
            googletag.cmd.push(function () {
                adUnitChannel = desktopAdChannel + "";
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "intromercial" == 'sticky_top') {
                                                    adSlots["intromercial"] = googletag.defineOutOfPageSlot(adUnitChannel, "intromercial")
                                    .addService(googletag.pubads());
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "intromercial" != 'sticky_top') {
                                                                        adSlots["intromercial"] = googletag.defineOutOfPageSlot(adUnitChannel, "intromercial")
                                .addService(googletag.pubads());
                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "sticky_top" == 'sticky_top') {
                                                    adSlots["sticky_top"] = googletag.defineSlot(adUnitChannel, [980,45], "sticky_top")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "top")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "sticky_top" != 'sticky_top') {
                                                                        adSlots["sticky_top"] = googletag.defineSlot(adUnitChannel, [980,45], "sticky_top")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "top")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "text_link_top" == 'sticky_top') {
                                                    adSlots["text_link_top"] = googletag.defineSlot(adUnitChannel, [401,11], "text_link_top")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "top")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "text_link_top" != 'sticky_top') {
                                                                        adSlots["text_link_top"] = googletag.defineSlot(adUnitChannel, [401,11], "text_link_top")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "top")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "download_drive" == 'sticky_top') {
                                                    adSlots["download_drive"] = googletag.defineSlot(adUnitChannel, [[458,120],[11,11]], "download_drive")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "top")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        .setTargeting("strnativekey", "d13c6e4a")
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "download_drive" != 'sticky_top') {
                                                                        adSlots["download_drive"] = googletag.defineSlot(adUnitChannel, [[458,120],[11,11]], "download_drive")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "top")
                                                                .setTargeting("strnativekey", "d13c6e4a")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "fd_leader_plus_top" == 'sticky_top') {
                                                    adSlots["fd_leader_plus_top"] = googletag.defineSlot(adUnitChannel, [[728,90],[970,66],[970,250]], "fd_leader_plus_top")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "top")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "fd_leader_plus_top" != 'sticky_top') {
                                                                        adSlots["fd_leader_plus_top"] = googletag.defineSlot(adUnitChannel, [[728,90],[970,66],[970,250]], "fd_leader_plus_top")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "top")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "mpu_plus_top" == 'sticky_top') {
                                                    adSlots["mpu_plus_top"] = googletag.defineSlot(adUnitChannel, [[300,250],[300,600]], "mpu_plus_top")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "top")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "mpu_plus_top" != 'sticky_top') {
                                                                        adSlots["mpu_plus_top"] = googletag.defineSlot(adUnitChannel, [[300,250],[300,600]], "mpu_plus_top")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "top")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "mpu_bottom" == 'sticky_top') {
                                                    adSlots["mpu_bottom"] = googletag.defineSlot(adUnitChannel, [[300,250],[300,600]], "mpu_bottom")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "bottom")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "mpu_bottom" != 'sticky_top') {
                                                                        adSlots["mpu_bottom"] = googletag.defineSlot(adUnitChannel, [[300,250],[300,600]], "mpu_bottom")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "bottom")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "leader_bottom" == 'sticky_top') {
                                                    adSlots["leader_bottom"] = googletag.defineSlot(adUnitChannel, [[970,66],[728,90]], "leader_bottom")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "bottom")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "leader_bottom" != 'sticky_top') {
                                                                        adSlots["leader_bottom"] = googletag.defineSlot(adUnitChannel, [[970,66],[728,90]], "leader_bottom")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "bottom")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "skin" == 'sticky_top') {
                                                    adSlots["skin"] = googletag.defineSlot(adUnitChannel, [1600,1000], "skin")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "top")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "skin" != 'sticky_top') {
                                                                        adSlots["skin"] = googletag.defineSlot(adUnitChannel, [1600,1000], "skin")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "top")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "bottom2_all_sizes" == 'sticky_top') {
                                                    adSlots["bottom2_all_sizes"] = googletag.defineSlot(adUnitChannel, [[300,250],[300,600]], "bottom2_all_sizes")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "bottom2")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "bottom2_all_sizes" != 'sticky_top') {
                                                                        adSlots["bottom2_all_sizes"] = googletag.defineSlot(adUnitChannel, [[300,250],[300,600]], "bottom2_all_sizes")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "bottom2")
                                                                            }
                                                        if (typeof window["loadStickyOnPage"] != 'undefined' && "native_middle_doors" == 'sticky_top') {
                                                    adSlots["native_middle_doors"] = googletag.defineSlot(adUnitChannel, [11,11], "native_middle_doors")
                                    .addService(googletag.pubads())
                                    .setTargeting("pos", "bottom")
                                    .setTargeting("test", "" + window["loadStickyOnPage"])
                                                                        .setTargeting("strnativekey", "09f65906")
                                                                        ;
                                            } else if (typeof window["loadStickyOnScroll"] == 'undefined' || "native_middle_doors" != 'sticky_top') {
                                                                        adSlots["native_middle_doors"] = googletag.defineSlot(adUnitChannel, [11,11], "native_middle_doors")
                                .addService(googletag.pubads())
                                .setTargeting("pos", "bottom")
                                                                .setTargeting("strnativekey", "09f65906")
                                                                            }
                            });
        }
    
        
                if (DL.isMobileDevice && DL.isResponsivePage) {
                                        googletag.cmd.push(function () {
                    adSlots["intromercial"] = googletag.defineOutOfPageSlot(mobileAdChannel, "intromercial")
                        .addService(googletag.pubads());
                });
                                                    googletag.cmd.push(function () {
                    adSlots["mobile_banner_plus"] = googletag.defineSlot(mobileAdChannel, [[320,50],[300,250]], "mobile_banner_plus")
                        .addService(googletag.pubads())
                        .setTargeting("pos", "top")
                                        });
                                                    googletag.cmd.push(function () {
                    adSlots["mobile_mpu_bottom-1"] = googletag.defineSlot(mobileAdChannel, [[300,250]], "mobile_mpu_bottom-1")
                        .addService(googletag.pubads())
                        .setTargeting("pos", "bottom")
                                        });
                                }
    
        googletag.cmd.push(function() { googletag.pubads().setTargeting("ptype", "front_door_dl"); });
    googletag.cmd.push(function() { googletag.pubads().setTargeting("vguid", "<!--esi<esi:vars>$(vguid)</esi:vars>-->"); });
    googletag.cmd.push(function() { googletag.pubads().setTargeting("Category", "no-platform"); });
    googletag.cmd.push(function() { googletag.pubads().setTargeting("pid", "0"); });

                if (ftag != '') {
            googletag.cmd.push(function() { googletag.pubads().setTargeting("ftag", ftag+""); });
        }
    
    
        
    googletag.cmd.push(function() { googletag.pubads().enableSingleRequest() });
    googletag.cmd.push(function() { googletag.enableServices() });
    googletag.cmd.push(function() { googletag.CBSiaddPageView(); });

        window.addEventListener('message', function (event) {
        if (event.data == 'nativeAdBlankServed_bidtellect') {
            var bidtellectUnits = document.querySelectorAll('.bidtellect');
            for (var i = 0; i < bidtellectUnits.length; i++) {
                bidtellectUnits[i].parentNode.removeChild(bidtellectUnits[i]);
            }
        }
    }, false);
</script>

    
    

    <script type="text/javascript" src="http://dw.cbsi.com/js/dw.js"></script>

                <script type="text/javascript" src="http://a1.fdlstatic.com/373/bundles/downloadcore/js-build/fly/libs/require-2.1.2.js"></script>
<script type="text/javascript">
    require.config({"baseUrl":"http:\/\/a3.fdlstatic.com\/373\/bundles\/downloadcore\/js-build","config":{"version":{"fly\/libs\/easy-xdm":"2.4.17.1","fly\/libs\/jquery.widget":"1.9.2","fly\/libs\/jquery.throttle-debounce":"1.1","fly\/libs\/urs":"1.0","fly\/utils\/data-prefix":"1.0","fly\/utils\/data-selector":"1.0","fly\/utils\/component-helper":"1.0","fly\/utils\/log":"1.0","fly\/utils\/object-helper":"1.0","fly\/utils\/string-helper":"1.0","fly\/utils\/string-vars":"1.0","fly\/utils\/ad-helper":"1.0","fly\/utils\/url-helper":"1.0","fly\/utils\/guid":"1.0","fly\/managers\/dw-tracking":"1.0","fly\/libs\/jquery.cookie":"1.2","fly\/managers\/cookie":"1.0","fly\/managers\/components":"1.0","fly\/managers\/ad":"1.0","fly\/managers\/gpt":"1.0","fly\/managers\/madison":"1.0","fly\/managers\/debug":"1.0","fly\/managers\/user":"1.0","fly\/managers\/history":"1.0","fly\/managers\/tracking":"1.0","fly\/components\/base":"1.0","fly\/components\/iframe-messenger":"1.0","fly\/components\/dependent-field":"1.0","fly\/components\/carousel":"1.0","fly\/components\/livefyre-conversation":"1.0","fly\/components\/livefyre-commentcount":"1.0","fly\/components\/load-more":"1.0","fly\/components\/tabs":"1.0","fly\/components\/tooltip":"1.0","fly\/components\/dropdown":"1.0","fly\/components\/fixate":"1.0","fly\/components\/alert":"1.0","fly\/components\/modal":"1.0","fly\/components\/modal-async":"1.0","fly\/components\/modal-iframe":"1.0","fly\/components\/form-validate":"1.0","fly\/components\/social-button":"1.0","fly\/components\/social-links":"1.0","fly\/components\/loading":"1.0","managers\/adsManager":"1.0","libs\/dil":"2.0","libs\/adlens":"1.0","components\/carousel":"1.0","components\/downloadNowButton":"2.0","components\/utility":"1.0","components\/listing-pagination":"1.0","components\/offsite-dl-popup":"2.0","components\/offsite-visit-site":"1.0","components\/tab-widget":"1.0","components\/footer-change-site":"1.0","components\/find-software-widget":"1.0","components\/autosuggest":"1.0","components\/spotbid-impressions":"2.0","components\/panama":"1.0","components\/language-pushdown":"1.0","components\/listing-controls":"1.0","components\/version-dropdown":"1.0","components\/delay-redirect":"1.0","components\/init-download":"1.0","managers\/social-authentication":"1.0","components\/user-form":"1.0","components\/user-controller":"1.0","managers\/user":"2.0","managers\/ad":"1.0","components\/onLoad":"1.0","components\/image-gallery":"1.0","components\/lightbox":"1.0","components\/livefyre-conversation":"1.0","components\/medusa-unit":"1.0","components\/user-review-sort":"1.0","components\/user-review-form":"1.0","components\/user-reply":"1.0","components\/floating-download-now-button-bar-widget":"1.0","components\/tooltip":"1.0","components\/download-social-links":"1.0","components\/watchlist-controller":"2.0","components\/watchlist-auto-add":"1.0","managers\/watchlist":"2.0","components\/form-validate":"1.0","components\/dreCarousel":"1.0","components\/alternate-platform-button":"1.0","components\/user-review-rating":"1.0","components\/infinite-scroll":"1.0","components\/review-infinite-scroll":"1.0","components\/door-infinite-scroll":"1.0","components\/uninstall-download-app-form":"1.0","components\/mobile-drawer":"1.0","components\/mobile-tabs":"1.0","components\/search-autosuggest":"1.0","components\/responsive-header":"1.0","components\/search-filter":"1.0","components\/listing-filter":"1.0","components\/sharebar":"1.0","components\/bing-ads":"1.0","components\/blog-infinite-scroll":"1.0","components\/ad-injector":"1.0","components\/truncation-toggler":"1.0","components\/simple-truncation-toggler":"1.0","libs\/placeholder":"0.2.4","utils\/function-natives":"1.0","libs\/slick":"1.5.8","components\/slick-carousel":"1.0","components\/page-header":"1.0","libs\/waypoints\/jquery.waypoints":"3.1.1","components\/follow-video":"1.0","managers\/device":"1.0","microservicevote\/components\/microservice-vote-submit":"1.0","components\/uvp":"1.0"}},"shim":{"jquery-ui":["jquery"],"version!libs\/placeholder":["jquery"],"version!libs\/slick":["jquery"],"version!components\/uvp":["jquery"],"version!libs\/waypoints\/jquery.waypoints":["jquery"]},"map":{"*":{"livefyre":"\/\/zor.livefyre.com\/wjs\/v3.0\/javascripts\/livefyre.js","livefyre-commentcount":"\/\/zor.livefyre.com\/wjs\/v1.0\/javascripts\/CommentCount.js","gpt":"\/\/www.googletagservices.com\/tag\/js\/gpt.js","panama":"http:\/\/i.i.cbsi.com\/cnwk.1d\/Ads\/common\/panama\/panama-download.js","urs":"\/\/urs.cnet.com\/sdk\/urs.js","uvp":"\/\/vidtech.cbsinteractive.com\/uvpjs\/1.6.0\/CBSI-PLAYER.js","ima":"\/\/imasdk.googleapis.com\/js\/sdkloader\/ima3.js"}},"waitSeconds":0});
    require(['main.desktop']);
</script>
    
    <script type="text/javascript">
        // Normalize the binding of event listeners
        function bindEventListener(element, eventType, callback) {
            if (element.addEventListener) {
                element.addEventListener(eventType, callback);
            } else {
                element.attachEvent('on' + eventType, callback);
            }
        }
    </script>

            <script language="JavaScript" type="text/javascript" src="http://a.fdlstatic.com/373/bundles/downloadcore/js/libs/om-inline.js"></script>
    
    <script>
        if (!DL.isMobileDevice) {
            document.documentElement.className = document.documentElement.className.replace(/\bmobile\b/, 'desktop');
        }
    </script>

    
    <script type="text/javascript">
        window._taboola = window._taboola || [];
        _taboola.push({'home':'auto'});
        !function (e, f, u) {
            e.async = 1;
            e.src = u;
            f.parentNode.insertBefore(e, f);
        }(document.createElement('script'),
                document.getElementsByTagName('script')[0],
                '//cdn.taboola.com/libtrc/cbsinteractive-downloadcom/loader.js');
    </script>
    </head>
    <body 
                    data-dw='{"host":null,"pageParams":{"sitetype":"desktop web","devicetype":"desktop"}}'
                data-tracking-status='true'

    data-ad-cookie-service-path='/module/ad-cookie/'
    data-ad='{"gpt":{"targeting":{"device":"desktop","ptype":"","cid":"","env":"prod"},"adConfig":{"network":{"dev":8264,"qa":8264,"uat":8264,"stage":8264,"prod":8264},"method":"async","regions":[{"region":"uk","countries":["gb","ie","za","bh","kw","om","qa","sa","ae","iq","eg","fr","it","de","be","nl"]},{"region":"au","countries":["au","nz"]},{"region":"asia","countries":["sg","my","th","id","ph","hk","vn","tw"]}],"adUnits":{"intromercial":{"sizes":[630,480],"outOfPage":true},"skin":{"sizes":[[1600,1000]]},"bottom2":{"sizes":[[300,250]],"position":"bottom2"},"launchpad_1":{"sizes":[[200,75]],"position":1},"launchpad_2":{"sizes":[[200,75]],"position":2},"resourceCenterTop":{"sizes":[[300,300]],"position":"top"},"resourceCenterBottom":{"sizes":[[632,160]],"position":"bottom"},"mpuPlusTop":{"sizes":[[300,250],[300,600],[300,1050]],"position":"top"},"marqueeTop":{"sizes":[[234,60]],"position":"top"},"mpuTop":{"sizes":[[300,250],[300,600]],"position":"top"},"mpuBottom":{"sizes":[[300,250]],"position":"bottom"},"leaderPlusTop":{"sizes":[[728,90],[970,66],[970,250]],"position":"top"},"leaderTop":{"sizes":[[728,90],[970,66],[970,250]],"position":"bottom"},"textLinkTop":{"sizes":[401,11],"position":"top"},"leaderPlusBottom":{"sizes":[[728,90],[970,66],[970,250]],"position":"bottom"},"leaderBottom":{"sizes":[[728,90],[970,66]],"position":"bottom"},"infoBoardTop":{"sizes":[[771,201]],"position":"top"},"categorySpotlightTop":{"sizes":[[681,200]],"position":"top"},"categorySpotlightBottom":{"sizes":[[681,200]],"position":"bottom"}},"mobile":{"adUnits":{"mobileBannerTop":{"sizes":[[300,50],["120. 20"],[168,28],[216,36]]},"mobileBannerMpuHptoOverlay":{"outOfPage":true},"mobileMpuBottom":{"sizes":[300,250]}}},"tablet":{"adUnits":{"resourceCenterTop":{"sizes":[[300,300]],"position":"top"},"resourceCenterBottom":{"sizes":[[632,160]],"position":"bottom"},"mpuPlusTop":{"sizes":[[300,600],[300,250]]},"marqueeTop":{"sizes":[[234,60]],"position":"top"},"mpuTop":{"sizes":[[300,250],[300,600]],"position":"top"},"mpuBottom":{"sizes":[[300,250]],"position":"bottom"},"leaderTop":{"sizes":[[728,90],[970,66]],"position":"bottom"},"leaderPlusTop":{"sizes":[[728,90],[970,66],[970,250]],"position":"top"}}},"siteName":"download","collapseEmptyDiv":true,"defaultRegion":"aw"},"containerId":"58c054d0b5e9d","slotVars":{"network":"8264","siteName":"download","collapseEmptyDiv":"1","topics":"","platform":"desktop"},"adType":"gpt"},"cookieName":"dl_ad","blueKai":{"bkSiteId":3328,"limit":4,"site":"cbsidownloadcomsite"}}'

        data-tracking-guid='<!--esi<esi:vars>$(pguid)</esi:vars>-->'
    data-tracking-vguid='<!--esi<esi:vars>$(vguid)</esi:vars>-->'
    data-esi-dw-params='&devicetype=<!--esi<esi:vars>$(deviceType)</esi:vars>-->&pguid=<!--esi<esi:vars>$(pguid)</esi:vars>-->&viewguid=<!--esi<esi:vars>$(vguid)</esi:vars>-->'

    data-pagetype=''
    data-breadcrumb=''
    data-siteid='4'
    data-user='{"baseUrl":"https:\/\/secure-download.cnet.com","cookieName":"purs_1"}'
    data-social-auth='{"baseUrl":"https:\/\/secure-download.cnet.com","appId":387,"environment":"LIVE","modalFlow":"true"}'
    data-asset="http://download.cnet.com"
    data-oid="2000-20_4-0"
    data-locale="en"
    data-dl-ad-ftag-cookie-value = ''
                class="pageType-2000
        

        
    pageType-2000
        responsive no-sticky-ad"    >
                    <script>
    var utag_data={}
</script>

<script type="text/javascript">
    (function(a,b,c,d){
        a='//tags.tiqcdn.com/utag/cbsi/downloadcomsite/prod/utag.js';
        b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;
        a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a);
    })();
</script>    
    <script language="JavaScript" type="text/javascript">
        var browserWidth = 0, browserHeight = 0, browserHeightDisableTracking = false;
        if( typeof( window.innerWidth ) == 'number' ) {
            //Non-IE
            browserWidth = window.innerWidth;
            browserHeight = window.innerHeight;
        } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
            //IE 6+ in 'standards compliant mode'
            browserWidth = document.documentElement.clientWidth;
            browserHeight = document.documentElement.clientHeight;
        } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
            //IE 4 compatible
            browserWidth = document.body.clientWidth;
            browserHeight = document.body.clientHeight;
        }

        if(browserHeight < 200) {
            browserHeightDisableTracking = true;
        }
    </script>

        <noscript><img src="http://pixel.everesttech.net/4083/v?" width="1" height="1" style="position:absolute;"  /></noscript>

    <div id="wrapper">
                    <!--[if lt IE 9]>
<script src="http://a3.fdlstatic.com/373/bundles/downloadcore/js/libs/html5shiv/html5shiv.js"></script>
<script src="http://a1.fdlstatic.com/373/bundles/downloadcore/js/libs/html5shiv/html5shiv-printshiv.js"></script>
<![endif]-->

<!--[if lt IE 9]>
<noscript><div id="rbHeader" class="headerTag" section="hdr" name="rb_header"></noscript>
<![endif]-->


<header id="rbHeader" class="responsive-header" data-component='responsive-header' >
    <section class="header-bottom">
        <div class="mobile-header">
            <a href="/" class="shuttlecock-link">
                <img class="shuttlecock-image" src="http://a.fdlstatic.com/373/bundles/downloadcore/images/header/logo.svg" alt="Download.com"/>
            </a>

            <a href="/">
                <img class="flat-logo" src="http://a1.fdlstatic.com/373/bundles/downloadcore/images/header/logo-text.svg" alt="Download.com"/>
            </a>

            <ul class="mobile-buttons">
                <li class="mobile-nav-button">Navigation</li>
                <li id="mobile-search-button" class="mobile-search-button">open search</li>
            </ul>
        </div>

                <form class="search-bar-container" action="/s/" method="get" autocomplete="off" data-component='search-autosuggest' data-search-autosuggest-options='{"toggleButtonSelector":"#mobile-search-button","searchInputSelector":"#download-header-query","searchBaseUrl":"\/s\/"}'>
            <div class="search-bar">
                <input class="search-button" type="submit">
                <input type="search" id="download-header-query" name="query" value="Search for Apps" autocomplete="off" class="download-header-query ui-autocomplete-input">
            </div>

            <div class="search-bar-suggestions"></div>
        </form>
    </section>

    <section class="flyin-menu-container" style="display:none !important">
        <div class="flyin-close-button">Close</div>

        <h3>PLATFORMS</h3>
        <ul class="platform-menu">
            <li class="platform platform-android ">
                <a title="Android" href="/android/"></a>
            </li>
            <li class="platform platform-ios ">
                <a title="iOS" href="/ios/"></a>
            </li>
            <li class="platform platform-windows ">
                <a title="Windows" href="/windows/"></a>
            </li>
            <li class="platform platform-mac ">
                <a title="Mac" href="/mac/"></a>
            </li>
        </ul>

        <h3>POPULAR LINKS</h3>
        <ul class="sorting-menu">
                        
                                    <li><a href="http://download.cnet.com/blog/download-blog/">Latest News</a></li>
            <li><a href="http://download.cnet.com/security-center/?ftag=DLAd9aaded">Security and Antivirus Center</a></li>
            <li><a href="http://download.cnet.com/s/software/?sort=latest">New Releases</a></li>
            <li><a href="http://download.cnet.com/s/software/?sort=users-rating">User Favorites</a></li>
            <li><a href="http://download.cnet.com/s/software/?sort=editors-rating">Editor's Picks</a></li>
            <li><a href="http://download.cnet.com/s/software/free/">Top Freeware</a></li>
        </ul>

        <h3>CATEGORIES</h3>
        <ul class="categories-menu">
                        
            <li class="category category-browsers ">
                <a href="http://download.cnet.com/s/browsers/">Browsers</a>
            </li>

            <li class="category category-business ">
                <a href="http://download.cnet.com/s/biz-soft/">Business Software</a>
            </li>

            <li class="category category-communications ">
                <a href="http://download.cnet.com/s/chat-voip-email/">Communications</a>
            </li>

            <li class="category category-photo ">
                <a href="http://download.cnet.com/s/digitalphoto/">Digital Photo Software</a>
            </li>

            <li class="category category-entertainment ">
                <a href="http://download.cnet.com/s/entertainment-software/">Entertainment Software</a>
            </li>

            <li class="category category-games ">
                <a href="http://download.cnet.com/s/games/">Games</a>
            </li>

            <li class="category category-internet ">
                <a href="http://download.cnet.com/s/internet/">Internet Software</a>
            </li>

            <li class="category category-mp3 ">
                <a href="http://download.cnet.com/s/audio/">MP3 &amp; Audio Software</a>
            </li>

            <li class="category category-productivity ">
                <a href="http://download.cnet.com/s/productivity/">Productivity Software</a>
            </li>

            <li class="category category-screensavers ">
                <a href="http://download.cnet.com/s/customization/">Screensavers &amp; Wallpaper</a>
            </li>

            <li class="category category-security ">
                <a href="http://download.cnet.com/s/security/">Security Software</a>
            </li>

            <li class="category category-utilities ">
                <a href="http://download.cnet.com/s/utilities/">Utilities &amp; Operating Systems</a>
            </li>

            <li class="category category-video ">
                <a href="http://download.cnet.com/s/video/">Video Software</a>
            </li>
        </ul>

        <h3>HELP &amp; SETTINGS</h3>
        <ul class="help-menu">
            <li><a href="http://m.cnet.com">Link to CNET Site</a></li>
            <li><a href="mailto:download-mobile-web@cbsinteractive.com">Submit Feedback</a></li>
            <li><a target="_blank" href="http://legalterms.cbsinteractive.com/terms-of-use">Terms of Use</a></li>
            <li><a target="_blank" href="http://legalterms.cbsinteractive.com/privacy">Privacy Policy</a></li>
        </ul>

        <ul class="licence-footer">
            <li class="OneLinkNoTx">
                &copy; 2017 CBS Interactive Inc.
            </li>
            <li>
                All Rights Reserved
            </li>
        </ul>
    </section>

    <div id="screen-mask" class="screen-mask"></div>

    <script type="text/javascript">
        var header = document.querySelectorAll('.responsive-header')[0];
        var element = document.getElementById("download-header-query");

        function bindEventListener(element, eventType, callback) {
            if (element.addEventListener) {
                element.addEventListener(eventType, callback);
            } else {
                element.attachEvent('on' + eventType, callback);
            }
        }

        function clearAutocomplete() {
            Array.prototype.forEach.call(document.querySelectorAll('.ui-autocomplete'), function(el) {
                el.textContent = '';
            })
        }

        var sbContainer = document.querySelectorAll(".search-bar-container")[0];
        bindEventListener(sbContainer, "submit", function(e) {
            if(document.getElementById("download-header-query").value == "Search for Apps") {
                e.preventDefault();
            }
        });

        if(DL.isMobileDevice) {
            element.placeholder = "Search for Apps";
            var elem = document.getElementById("download-header-query");
            bindEventListener(elem, 'keyup', function (){
                if (this.value == "" ) {
                    clearAutocomplete();
                }
            });
            if (element.value != "Search for Apps" && element.value != "") {
                element.className += " black-text";
            }
        } else {
            element.value = "Search for Apps";
            var forcedSelection = 0;

            function setCaretPosition() {
                var elem = document.getElementById("download-header-query");

                if (elem != null) {
                    if (elem.createTextRange) {
                        var range = elem.createTextRange();
                        forcedSelection = 1;
                        range.move('character', 0);
                        range.select();
                    }
                    else {
                        if (elem.selectionStart != null) {
                            forcedSelection = 1;
                            elem.focus();
                            elem.setSelectionRange(0, 0);
                        }
                        else
                            elem.focus();
                    }
                }
            }

            // The state variable is used to know if the placeholder is present or not.
            // 0 - when it's not
            // 1 - when it is present
            var state = 0;

            if (element.value == "Search for Apps") {
                state = 1;
            } else {
                element.className += " black-text";
            }

            bindEventListener(element, "focus", function(){
                if(this.value == "Search for Apps") {
                    setTimeout(setCaretPosition, 20);
                } else {
                    if (this.className.match(/\sblack-text\b/) == null) {
                        this.className += " black-text";
                    }
                }
            }, true);


            bindEventListener(element, "select", function () {
                if (state) {
                    if (forcedSelection) {
                        forcedSelection = 0;
                    } else {
                        setCaretPosition();
                    }
                }
            });

            bindEventListener(element, "click", function () {
                if (state) {
                    setCaretPosition();
                }
                om.trackClick({
                    'item':'search-field-click'
                }, true, function(){});
            });

            bindEventListener(element, "paste", function () {
                if (state) {
                    this.value = "";
                    state = 0;
                    setCaretPosition();
                    if (this.className.match(/\sblack-text\b/) == null) {
                        this.className += " black-text";
                    }
                }
            });

            bindEventListener(element, "cut", function () {
                var elem = this;

                if (!state) {
                    setTimeout(function () {
                        if (elem.value == "") {
                            state = 1;
                            elem.className = elem.className.replace(/\sblack-text\b/, "");
                            elem.value = "Search for Apps";
                            setCaretPosition();
                            clearAutocomplete();
                        }
                    }, 100);
                }
            });

            bindEventListener(element, "keydown", function () {
                var elem = this;

                if (state) {
                    elem.value = "";
                    state = 0;
                    if (this.className.match(/\sblack-text\b/) == null) {
                        this.className += " black-text";
                    }
                }


                setTimeout(function () {
                    if (elem.value == "") {
                        state = 1;
                        elem.className = elem.className.replace(/\sblack-text\b/, "");
                        elem.value = "Search for Apps";
                        setCaretPosition();
                        clearAutocomplete();
                    }
                }, 100);
            }, true);
        }

        bindEventListener(element, "focus", function () {
            if (DL.isMobileDevice && elem.value == "Search for Apps") {
                elem.value = "";
            }

            if (document.body.className.match(/\bsearch-open\b/) == null) {
                document.body.className = document.body.className + " search-open";
            }

            bindEventListener(document.body, 'touchmove', function (e) {
                var element = document.getElementById("download-header-query");
                //prevent native touch activity like scrolling when search input has focus
                if (element === document.activeElement) {
                    e.preventDefault();
                }
            });
        });

        element = document.getElementById("screen-mask");
        bindEventListener(element, "click", function() {
            var searchBar = document.getElementById("download-header-query");

            document.body.className = document.body.className.replace(/\ssearch-open\b/, "");
        });
        if ((document.getElementById('sticky_top') && document.getElementById('sticky_top').offsetHeight === 0)
        || !document.getElementById('sticky_top')) {
            if (document.body.className.indexOf("no-sticky-ad") == -1) {
                document.body.className += ' no-sticky-ad';
            }
        }

        function addClass(element, name) {
            var classesString;
            classesString = element.className || "";
            if (classesString.indexOf(name) === -1) {
                element.className += " " + name;
            }
        }

        function removeClass(element,name) {
            if (elementHasClass(element,name)) {
                var reg = new RegExp('(\\s|^)'+name+'(\\s|$)');
                element.className=element.className.replace(reg,' ');
            }
        }

        function elementHasClass(element, className) {
            var pattern = /[\t\r\n\f]/g;

            className = " " + className + " ",
            element = " " + element.className + " ";

            return element.replace(pattern, " ").indexOf(className) > -1;
        }

        window.onscroll=function(){
            var supportPageOffset = window.pageXOffset !== undefined,
                isCSS1Compat = ((document.compatMode || "") === "CSS1Compat"),
                scrollY = supportPageOffset ? window.pageYOffset : isCSS1Compat ? document.documentElement.scrollTop : document.body.scrollTop,
                scrollYVal = 0,
                newTopLimit,
                newTop;

            if (typeof window["loadStickyOnScroll"] == 'undefined' || typeof stickyLoaded != 'undefined' ) {
                if (document.body.className.indexOf("no-sticky-ad") == -1) {
                    newTopLimit = 105;
                } else if (document.body.className.indexOf("omnibar") != -1) {
                    newTopLimit = 105;
                } else {
                    newTopLimit = 92;
                }
                newTop = newTopLimit - scrollY;
                if (newTop < 60) {
                    newTop = 60;
                }
                document.getElementById('screen-mask').style.top = newTop + 'px';
                if ((document.getElementById('sticky_top') && document.getElementById('sticky_top').offsetHeight === 0)
                        || !document.getElementById('sticky_top')) {
                    if (document.body.className.indexOf("no-sticky-ad") == -1) {
                        document.body.className += ' no-sticky-ad';
                    }
                } else {
                    document.body.className = document.body.className.replace(/\sno-sticky-ad\b/, "");
                }
                if (document.body.className.indexOf("no-sticky-head") != -1 ||
                        (document.getElementById('sticky_top') && document.getElementById('sticky_top').offsetHeight === 0)) {
                    scrollYVal = 30;
                }
            } else {
                if (!DL.isMobileDevice && "undefined" != typeof window["loadStickyOnScroll"]) {
                    var testTargeting = window["loadStickyOnScroll"];
                    delete window["loadStickyOnScroll"];
                    addClass(document.getElementById("sticky_top"), 'onScroll');
                    googletag.cmd.push(function() {
                        googletag.defineSlot(adUnitChannel, [[980, 45]], 'sticky_top').addService(googletag.pubads()).setTargeting('pos', 'top').setTargeting('test', testTargeting);
                                                if(typeof index_headertag_lightspeed !== 'undefined') {
                            index_headertag_lightspeed.add_session_end_hook(function(){
                                var slots = googletag.pubads().getSlots();
                                index_headertag_lightspeed.set_slot_targeting(slots);
                                googletag.display("sticky_top");
                            }, true);
                            index_headertag_lightspeed.refresh();
                        } else {
                            googletag.display("sticky_top");
                        }
                        googletag.pubads().addEventListener('slotRenderEnded', function () {
                            stickyLoaded = true;
                            window.onscroll();
                            setTimeout(function() {
                                removeClass(document.getElementById("sticky_top"), 'onScroll');
                            }, 1);
                        });
                    });
                }
            }

            if (scrollY > scrollYVal && header.className.indexOf("sticky") == -1) {
                header.className += " sticky";
            } else if (scrollY <= scrollYVal && header.className.indexOf("sticky") != -1) {
                header.className = header.className.replace(/\ssticky\b/, "");
            }
        }

        var searchInput = document.getElementById("download-header-query");
        element = document.getElementById('mobile-search-button');
        bindEventListener(element, 'click', function (e) {

            e.preventDefault();
            if (document.body.className.match(/\bsearch-open\b/)) {
                document.body.className = document.body.className.replace(/\bsearch-open\b/, '');
            } else {
                document.body.className+=' search-open';
            }

            if(searchInput.value != "") {
                searchInput.value = searchInput.value;
            }

            searchInput.focus();
        });

        var form = document.querySelectorAll('.search-bar-container')[0];
        var eventClickOrEnter = 'enter';

        element = document.querySelectorAll('.search-button')[0];
        bindEventListener(element, 'click', function (e) {
            if(searchInput.value!='') {
                eventClickOrEnter = 'click';
                document.activeElement.blur();
            } else {
                e.preventDefault();
            }
        });

        var temporaryEnterHandler = function (e) {
            if (e.which == 13) {
                e.preventDefault();
                temporarySubmitHandler();
            }
        };

        var temporarySubmitHandler = function (e) {
            var platform = '', searchUrl,
                term = searchInput.value.trim();

            if(e) {
                e.preventDefault();
            }
            if (term && term != 'Search for Apps') {
                term = encodeURIComponent(term) + "/";
                if (DL.isMobileDevice) {
                    if (navigator.userAgent.match(/Android/i)) {
                        platform = 'android/';
                    } else if (navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)) {
                        platform = 'ios/';
                    }
                }
                searchUrl = "/s/" + term + platform;
                om.trackClick({'item':'search-suggest|' + -1 + ':' + 0 +
                                '|' + term +
                                '|' + "" +
                                '|' + "" +
                                '|' + eventClickOrEnter}, true, function(){});
                localStorage.setItem('referrer', 'search');
                window.location.href = searchUrl;
            }

            return false;
        };

        bindEventListener(form, 'keypress', temporaryEnterHandler);
        bindEventListener(form, 'submit', temporarySubmitHandler);
    </script>
</header>
<!--[if lt IE 9]>
<noscript></div></noscript>
<![endif]-->

<header id="page-header" class="page-header" data-component='page-header' >
    <a href="/" class="brand brand-shuttlecock">
        <img class="logo" src="http://a2.fdlstatic.com/373/bundles/downloadcore/images/header/text-logo@2x.png">
    </a>

    <div class="dropdown dropdown-platform-selector" data-tracking-dropdown="platform">
        <a href="/" class="brand brand-text">
            <img class="logo" src="http://a2.fdlstatic.com/373/bundles/downloadcore/images/header/text-logo@2x.png">
        </a>

        <div class="platform-selector-btn label">
            <i class="icon-down-arrow"></i>
        </div>

        <div id="header-platform-selector" class="options">
                                        <div
                    class="option"
                    data-tracking-dropdown-option="windows"
                    data-platform="windows"
                    data-href="/windows/">
                        Windows
                </div>
                            <div
                    class="option"
                    data-tracking-dropdown-option="ios"
                    data-platform="ios"
                    data-href="/ios/">
                        iOS
                </div>
                            <div
                    class="option"
                    data-tracking-dropdown-option="android"
                    data-platform="android"
                    data-href="/android/">
                        Android
                </div>
                            <div
                    class="option"
                    data-tracking-dropdown-option="mac"
                    data-platform="mac"
                    data-href="/mac/">
                        Mac
                </div>
                    </div>
    </div>

    <div class="header-search-dropdown-container">
        <div id="header-search-container" class="header-search-container">
            <div id="header-search-button" class="header-search-button">
                <img src="http://a.fdlstatic.com/373/bundles/downloadcore/images/header/search-icon.svg">
            </div>

            <form id="header-search-form">
                <input
                    id="header-search-input"
                    class="header-search-input"
                    placeholder="Search software, apps, games, &amp; more..."
                    value="">
            </form>

            <span class="header-search-help"><span class="icon icon-return-arrow"></span> Enter to <em>Search</em></span>

            <div id="header-search-suggestions" class="header-search-suggestions"></div>
        </div>

        <div class="dropdown-container">
            

<div class="dropdown dropdown-popular-apps" data-tracking-dropdown="popular_app">
    <div class="label">Popular Apps</div>

            <div class="options options-windows platform-dependent">
            <div class="header">
                Popular Windows Apps
            </div>

                                                <a href="http://download.cnet.com/Avast-Free-Antivirus/3000-2239_4-10019223.html" class="option" data-tracking-dropdown-option="Avast Free Antivirus">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/09/30/96a45bc0-72ed-4c5e-8066-4dd1844550ef/thumbnail/64x64/aeeca835017758f4bb7fc36e9c3df011/imgingest-4155141794783284502.png" alt="Avast Free Antivirus" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Avast Free Antivirus</div>
                            <span class="star-container rating-4"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/ccleaner/" class="option" data-tracking-dropdown-option="CCleaner">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/04/04/Foreman_14505191_915_Foreman_13107113_3043_CCleaner_logo_2013_64x64_64x64.png" alt="CCleaner">
                                                        
                        <div class="product-detail">
                            <div class="title">CCleaner</div>
                            <span class="star-container rating-3h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Advanced-SystemCare-Free/3000-2086_4-10407614.html" class="option" data-tracking-dropdown-option="Advanced SystemCare Free">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2015/11/05/Foreman_14486250_4241_Advanced_SystemCare_9_logo_64x64.png" alt="Advanced SystemCare Free">
                                                        
                        <div class="product-detail">
                            <div class="title">Advanced SystemCare Free</div>
                            <span class="star-container rating-4"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Driver-Booster/3000-18513_4-75992725.html" class="option" data-tracking-dropdown-option="Driver Booster">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/09/27/f943d5b2-978b-4b27-bed4-35a9049bd545/thumbnail/64x64/3441aca1172bfb6c55a694ffeeabaa00/imgingest-8277328493522297351.png" alt="Driver Booster" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Driver Booster</div>
                            <span class="star-container rating-3h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Malwarebytes/3000-8022_4-10804572.html" class="option" data-tracking-dropdown-option="Malwarebytes">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/07/25/5d56f211-782d-4016-9cbe-9436ee4ae227/thumbnail/64x64/a27bcaf8a60d08433b0f5103544b0b07/imgingest-8737730125870509105.png" alt="Malwarebytes" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Malwarebytes</div>
                            <span class="star-container rating-2h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/VirtualDJ-8/3000-18502_4-10212112.html" class="option" data-tracking-dropdown-option="VirtualDJ 8">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2014/10/02/Foreman_13799189_654_virtualdj8_0000_64x64.png" alt="VirtualDJ 8">
                                                        
                        <div class="product-detail">
                            <div class="title">VirtualDJ 8</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Driver-Easy/3000-18513_4-75090748.html" class="option" data-tracking-dropdown-option="Driver Easy">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/04/18/Foreman_14509365_4970_DriverEasy_0000_256x256_64x64.png" alt="Driver Easy">
                                                        
                        <div class="product-detail">
                            <div class="title">Driver Easy</div>
                            <span class="star-container rating-3h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/IObit-Uninstaller/3000-2096_4-75161625.html" class="option" data-tracking-dropdown-option="IObit Uninstaller">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/02/11/Foreman_14497976_7319_IObitUninstaler_0000_64x64.png" alt="IObit Uninstaller">
                                                        
                        <div class="product-detail">
                            <div class="title">IObit Uninstaller</div>
                            <span class="star-container rating-3"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Smart-Defrag/3000-2094_4-10759533.html" class="option" data-tracking-dropdown-option="Smart Defrag">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/04/06/Foreman_14504519_758_Smart_Defrag_256_64x64.png" alt="Smart Defrag">
                                                        
                        <div class="product-detail">
                            <div class="title">Smart Defrag</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/ytd-video-downloader/" class="option" data-tracking-dropdown-option="YTD Video Downloader">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/09/29/516135db-3682-4d33-acbe-cf9d890e0b81/thumbnail/64x64/71c99c7795846774bb13ee6b8d4f9432/imgingest-9134027126849812240.png" alt="YTD Video Downloader" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">YTD Video Downloader</div>
                            <span class="star-container rating-3h"><span class="stars"></span></span>
                        </div>
                    </a>
                            
            <a href="/most-popular/windows/" class="view-all">View all Windows apps</a>
        </div>
            <div class="options options-ios platform-dependent">
            <div class="header">
                Popular iOS Apps
            </div>

                                                <a href="http://download.cnet.com/Facebook/3000-12941_4-10863138.html" class="option" data-tracking-dropdown-option="Facebook">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/18/246c3735-593c-4a97-9a6c-b00b8caf53e5/thumbnail/64x64/d4ae4a4cfe0fcc86c2e892a719096d95/imgingest-245949959135454160.jpg" alt="Facebook" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Facebook</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/imo-free-video-calls-and-chat/3000-12941_4-75056574.html" class="option" data-tracking-dropdown-option="imo free video calls and chat">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/18/245d368f-6f21-4f3d-b163-4a5229f7c38e/thumbnail/64x64/759037588b7906eb5a46a6765d217d29/imgingest-6856324022796817995.jpg" alt="imo free video calls and chat" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">imo free video calls and chat</div>
                            <span class="star-container rating-4"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Apple-iOS-9/3000-18513_4-76457853.html" class="option" data-tracking-dropdown-option="Apple iOS 9">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2015/09/16/Foreman_14463925_22_hero_icon_large_64x64.png" alt="Apple iOS 9">
                                                        
                        <div class="product-detail">
                            <div class="title">Apple iOS 9</div>
                            <span class="star-container rating-5"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/WhatsApp-Messenger/3000-12941_4-10972991.html" class="option" data-tracking-dropdown-option="WhatsApp Messenger">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/16/80e7d9aa-2891-474c-a1fe-9d20a0c76077/thumbnail/64x64/79007b1048a2904463ea9deee4fad85d/imgingest-2903828162047462244.jpg" alt="WhatsApp Messenger" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">WhatsApp Messenger</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Clash-of-Clans/3000-20416_4-75735246.html" class="option" data-tracking-dropdown-option="Clash of Clans">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/17/5c4e128f-6266-4d04-8a45-b240007407ed/thumbnail/64x64/b3aaee3f94b90e6cef58f72a3fd73c44/imgingest-8818263508211752988.jpg" alt="Clash of Clans" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Clash of Clans</div>
                            <span class="star-container rating-5"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/10-Years-of-Sex-Survey-Hindi/3000-31713_4-75923800.html" class="option" data-tracking-dropdown-option="10 Years of Sex Survey Hindi">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/17/734cfc5d-7369-4624-97c9-322753825c9a/thumbnail/64x64/8686ea0c08c71c4a60fa0b0a92c5c916/imgingest-4735490865152613065.jpg" alt="10 Years of Sex Survey Hindi" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">10 Years of Sex Survey Hindi</div>
                            <span class="star-container rating-"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Subway-Surfers/3000-20416_4-75721534.html" class="option" data-tracking-dropdown-option="Subway Surfers">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/17/b79c5a7d-c43f-4b73-b38d-df3deaa53b1c/thumbnail/64x64/4d6bdabf08711a5da97a1bc14f313f84/imgingest-5581853466727365499.jpg" alt="Subway Surfers" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Subway Surfers</div>
                            <span class="star-container rating-4"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Messenger/3000-12941_4-75542855.html" class="option" data-tracking-dropdown-option="Messenger">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/17/1f43b316-7836-4fb1-a4f0-6752a084568a/thumbnail/64x64/616bcadc619d27fff06d9c1601474727/imgingest-8370595729171615535.jpg" alt="Messenger" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Messenger</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/BeautyPlus-Selfie-Camera-for-a-Beautiful-Image/3000-12511_4-75921733.html" class="option" data-tracking-dropdown-option="BeautyPlus - Selfie Camera for a Beautiful Image">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/17/03ce180a-993b-4ac0-b9a2-213d68abd6f4/thumbnail/64x64/fd3ba02a729f4cd8f5c212a66c2c0fae/imgingest-5566767997855967120.jpg" alt="BeautyPlus - Selfie Camera for a Beautiful Image" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">BeautyPlus - Selfie Camera for a Beautiful Image</div>
                            <span class="star-container rating-3h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Instagram/3000-12511_4-75315461.html" class="option" data-tracking-dropdown-option="Instagram">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/18/f23655eb-7caf-4e1f-93f6-1d6aec86284a/thumbnail/64x64/952fd89243a5854513b1417ea41fc2d5/imgingest-5208252631530708890.jpg" alt="Instagram" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Instagram</div>
                            <span class="star-container rating-5"><span class="stars"></span></span>
                        </div>
                    </a>
                            
            <a href="/most-popular/ios/" class="view-all">View all iOS apps</a>
        </div>
            <div class="options options-android platform-dependent">
            <div class="header">
                Popular Android Apps
            </div>

                                                <a href="http://download.cnet.com/TubeMate-YouTube-Downloader/3000-2141_4-75672276.html" class="option" data-tracking-dropdown-option="TubeMate YouTube Downloader">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/07/13/d55fab05-2789-4a34-a8dc-dc53cd32be25/thumbnail/64x64/1a0bf5b23112302128ae50c5e10402db/imgingest-6631149441022354903.png" alt="TubeMate YouTube Downloader" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">TubeMate YouTube Downloader</div>
                            <span class="star-container rating-"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/VidMate/3000-2071_4-76237130.html" class="option" data-tracking-dropdown-option="VidMate">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/02/12/Foreman_14498947_717_ic_launcher_64x64.png" alt="VidMate">
                                                        
                        <div class="product-detail">
                            <div class="title">VidMate</div>
                            <span class="star-container rating-"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/WhatsApp-Messenger/3000-2150_4-75765185.html" class="option" data-tracking-dropdown-option="WhatsApp Messenger">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/17/debb9509-676f-40a4-95f6-3e374810f9b9/thumbnail/64x64/7954df6b626861961d66236ece45bec3/imgingest-1070996877219765234.png" alt="WhatsApp Messenger" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">WhatsApp Messenger</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Android-6-0-Marshmallow/3000-18513_4-76461970.html" class="option" data-tracking-dropdown-option="Android 6.0 Marshmallow">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2015/09/24/Foreman_14469798_5186_google_android_64x64.png" alt="Android 6.0 Marshmallow">
                                                        
                        <div class="product-detail">
                            <div class="title">Android 6.0 Marshmallow</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/SnapTube/3000-2071_4-76240464.html" class="option" data-tracking-dropdown-option="SnapTube">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/06/23/1791725e45cd0a0e791418498cb5c4db4c07_SnapTube_Icon_512_64x64.png" alt="SnapTube">
                                                        
                        <div class="product-detail">
                            <div class="title">SnapTube</div>
                            <span class="star-container rating-"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Messenger/3000-2150_4-75542969.html" class="option" data-tracking-dropdown-option="Messenger">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/15/7d74f58c-9540-4fc9-ae4f-fcd6a3cc27a0/thumbnail/64x64/98622a15313922eac1da5a77caaa70be/imgingest-803426268288100281.png" alt="Messenger" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Messenger</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Google-Play/3000-2094_4-76479524.html" class="option" data-tracking-dropdown-option="Google Play">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/04/15/Foreman_14509741_1_play_64x64.png" alt="Google Play">
                                                        
                        <div class="product-detail">
                            <div class="title">Google Play</div>
                            <span class="star-container rating-"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/360-Security-Antivirus-Free/3000-2239_4-75952256.html" class="option" data-tracking-dropdown-option="360 Security - Antivirus Free">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/02/12/Foreman_14366530_8689_app_icon_64x64.png" alt="360 Security - Antivirus Free">
                                                        
                        <div class="product-detail">
                            <div class="title">360 Security - Antivirus Free</div>
                            <span class="star-container rating-2h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Android-5-0-Lollipop/3000-18513_4-76212275.html" class="option" data-tracking-dropdown-option="Android 5.0 Lollipop">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/03/23/Foreman_13957896_7602_android_64x64.png" alt="Android 5.0 Lollipop">
                                                        
                        <div class="product-detail">
                            <div class="title">Android 5.0 Lollipop</div>
                            <span class="star-container rating-4"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/YouTube/3000-13632_4-75029665.html" class="option" data-tracking-dropdown-option="YouTube">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/18/ffb33fc3-6aae-4ee8-b3cc-5ffe447bf93d/thumbnail/64x64/ffd466b4f5940adb290f687dedbcf777/imgingest-9167066006601203912.png" alt="YouTube" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">YouTube</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                            
            <a href="/most-popular/android/" class="view-all">View all Android apps</a>
        </div>
            <div class="options options-mac platform-dependent">
            <div class="header">
                Popular Mac Apps
            </div>

                                                <a href="http://download.cnet.com/5KPlayer/3000-13632_4-76423535.html" class="option" data-tracking-dropdown-option="5KPlayer">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/08/16/11ffec7a-247d-4cad-a039-21a6761338dc/thumbnail/64x64/9f7dc6dfe3781be3f98ef3cdde94cbbc/imgingest-5099502555675986820.jpg" alt="5KPlayer" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">5KPlayer</div>
                            <span class="star-container rating-"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Avast-Free-Mac-Security/3000-2239_4-75451160.html" class="option" data-tracking-dropdown-option="Avast Free Mac Security">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/09/30/c873eb3f-163c-4b5b-adda-8c36462e2f3e/thumbnail/64x64/dd7618472dd35c8ac19d6ca0ff8bdd75/imgingest-1950867893277466892.png" alt="Avast Free Mac Security" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Avast Free Mac Security</div>
                            <span class="star-container rating-3h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/AVG-AntiVirus-for-Mac/3000-18510_4-75210788.html" class="option" data-tracking-dropdown-option="AVG AntiVirus for Mac">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2015/03/12/Foreman_14029198_1168_avgmac_64x64.png" alt="AVG AntiVirus for Mac">
                                                        
                        <div class="product-detail">
                            <div class="title">AVG AntiVirus for Mac</div>
                            <span class="star-container rating-4"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/MacX-YouTube-Downloader/3000-2071_4-76641301.html" class="option" data-tracking-dropdown-option="MacX YouTube Downloader">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/06/07/028d3f5c-4414-405a-a055-deae02214063/thumbnail/64x64/590e9681b03d1c4e95ed811d115676cb/imgingest-6161813443571900433.png" alt="MacX YouTube Downloader" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">MacX YouTube Downloader</div>
                            <span class="star-container rating-"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/VirtualDJ/3000-18502_4-10976868.html" class="option" data-tracking-dropdown-option="VirtualDJ">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2014/10/03/Foreman_13743673_8132_f7fdac3377d49d82_256x256_64x64.png" alt="VirtualDJ">
                                                        
                        <div class="product-detail">
                            <div class="title">VirtualDJ</div>
                            <span class="star-container rating-3h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/VLC-Media-Player/3000-13632_4-10210434.html" class="option" data-tracking-dropdown-option="VLC Media Player">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2014/10/03/Foreman_13804799_9661_largeVLC_64x64.png" alt="VLC Media Player">
                                                        
                        <div class="product-detail">
                            <div class="title">VLC Media Player</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Microsoft-Office-2011/3000-18483_4-75305578.html" class="option" data-tracking-dropdown-option="Microsoft Office 2011">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/23/79152eea-3ed8-4f54-be43-150f119323b2/thumbnail/64x64/4c6d9ec6f4ffac7c4161feb7183bb8f3/imgingest-2336271283546053.png" alt="Microsoft Office 2011" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Microsoft Office 2011</div>
                            <span class="star-container rating-4"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/Minecraft/3000-2097_4-75980617.html" class="option" data-tracking-dropdown-option="Minecraft">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/02/12/Foreman_14368733_3301_minecraft_64x64.png" alt="Minecraft">
                                                        
                        <div class="product-detail">
                            <div class="title">Minecraft</div>
                            <span class="star-container rating-4h"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/MediaHuman-YouTube-to-MP3-Converter/3000-2071_4-75445803.html" class="option" data-tracking-dropdown-option="MediaHuman YouTube to MP3 Converter">
                                                                                                                        <img class="product-icon OneLinkNoTx" src="http://i.i.cbsi.com/cnwk.1d/i/tim2/2016/02/12/Foreman_14486686_6082_favicon_64x64.png" alt="MediaHuman YouTube to MP3 Converter">
                                                        
                        <div class="product-detail">
                            <div class="title">MediaHuman YouTube to MP3 Converter</div>
                            <span class="star-container rating-"><span class="stars"></span></span>
                        </div>
                    </a>
                                    <a href="http://download.cnet.com/malwarebytes-anti-malware/mac.html" class="option" data-tracking-dropdown-option="Malwarebytes Anti-Malware">
                                                                                
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2017/02/13/d796b051-f58f-492e-9173-f3cafbf3c2c6/thumbnail/64x64/3a9610542168d0e3eaa3ffeffd4720e9/imgingest-7201673718973705020.png" alt="Malwarebytes Anti-Malware" 
                                        class="product-icon OneLinkNoTx"
                     /></span>
                        
                        <div class="product-detail">
                            <div class="title">Malwarebytes Anti-Malware</div>
                            <span class="star-container rating-4"><span class="stars"></span></span>
                        </div>
                    </a>
                            
            <a href="/most-popular/mac/" class="view-all">View all Mac apps</a>
        </div>
    </div>

            <div class="dropdown dropdown-top-categories" data-tracking-dropdown="popular_categories">
    <div class="label">Top Categories</div>

                                        <div class="options options-windows platform-dependent">

                                            <a class="option"
                            href="http://download.cnet.com/s/browsers/windows/"
                            data-tracking-dropdown-option="Browsers">

                            Browsers
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/chat-voip-email/windows/"
                            data-tracking-dropdown-option="Chat &amp; Messaging">

                            Chat &amp; Messaging
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/developers/windows/"
                            data-tracking-dropdown-option="Developer Tools">

                            Developer Tools
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/drivers/windows/"
                            data-tracking-dropdown-option="Drivers">

                            Drivers
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/games/windows/"
                            data-tracking-dropdown-option="Games">

                            Games
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/audio/windows/"
                            data-tracking-dropdown-option="Music &amp; Audio">

                            Music &amp; Audio
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/digitalphoto/windows/"
                            data-tracking-dropdown-option="Photos">

                            Photos
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/security/windows/"
                            data-tracking-dropdown-option="Security">

                            Security
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/utilities/windows/"
                            data-tracking-dropdown-option="Tools &amp; Utilities">

                            Tools &amp; Utilities
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/video/windows/"
                            data-tracking-dropdown-option="Video">

                            Video
                        </a>
                                    </div>
                                                <div class="options options-ios platform-dependent">

                                            <a class="option"
                            href="http://download.cnet.com/s/browsers/"
                            data-tracking-dropdown-option="Browsers">

                            Browsers
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/biz-soft/ios/"
                            data-tracking-dropdown-option="Business">

                            Business
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/entertainment/ios/"
                            data-tracking-dropdown-option="Entertainment">

                            Entertainment
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/games/ios/"
                            data-tracking-dropdown-option="Games">

                            Games
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/internet/ios/"
                            data-tracking-dropdown-option="Internet">

                            Internet
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/audio/ios/"
                            data-tracking-dropdown-option="Music &amp; Audio">

                            Music &amp; Audio
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/digitalphoto/ios/"
                            data-tracking-dropdown-option="Photos">

                            Photos
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/security/ios/"
                            data-tracking-dropdown-option="Security">

                            Security
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/utilities/ios/"
                            data-tracking-dropdown-option="Tools &amp; Utilities">

                            Tools &amp; Utilities
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/video/ios/"
                            data-tracking-dropdown-option="Video">

                            Video
                        </a>
                                    </div>
                                                <div class="options options-android platform-dependent">

                                            <a class="option"
                            href="http://download.cnet.com/s/browsers/android/"
                            data-tracking-dropdown-option="Browsers">

                            Browsers
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/entertainment/android/"
                            data-tracking-dropdown-option="Entertainment">

                            Entertainment
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/games/android/"
                            data-tracking-dropdown-option="Games">

                            Games
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/internet/android/"
                            data-tracking-dropdown-option="Internet">

                            Internet
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/audio/android/"
                            data-tracking-dropdown-option="Music &amp; Audio">

                            Music &amp; Audio
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/digitalphoto/android/"
                            data-tracking-dropdown-option="Photos">

                            Photos
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/productivity/android/"
                            data-tracking-dropdown-option="Productivity">

                            Productivity
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/security/android/"
                            data-tracking-dropdown-option="Security">

                            Security
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/utilities/android/"
                            data-tracking-dropdown-option="Tools &amp; Utilities">

                            Tools &amp; Utilities
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/video/android/"
                            data-tracking-dropdown-option="Video">

                            Video
                        </a>
                                    </div>
                                                <div class="options options-mac platform-dependent">

                                            <a class="option"
                            href="http://download.cnet.com/s/browsers/mac/"
                            data-tracking-dropdown-option="Browsers">

                            Browsers
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/biz-soft/mac/"
                            data-tracking-dropdown-option="Business">

                            Business
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/design/mac/"
                            data-tracking-dropdown-option="Design">

                            Design
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/drivers/mac/"
                            data-tracking-dropdown-option="Drivers">

                            Drivers
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/games/mac/"
                            data-tracking-dropdown-option="Games">

                            Games
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/audio/mac/"
                            data-tracking-dropdown-option="Music &amp; Audio">

                            Music &amp; Audio
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/digitalphoto/mac/"
                            data-tracking-dropdown-option="Photos">

                            Photos
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/security/mac/"
                            data-tracking-dropdown-option="Security">

                            Security
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/utilities/mac/"
                            data-tracking-dropdown-option="Tools &amp; Utilities">

                            Tools &amp; Utilities
                        </a>
                                            <a class="option"
                            href="http://download.cnet.com/s/video/mac/"
                            data-tracking-dropdown-option="Video">

                            Video
                        </a>
                                    </div>
                        </div>

            
<div class="dropdown dropdown-guides" data-tracking-dropdown="guide">
    <div class="label">Guides</div>

            <div class="options options-ios platform-dependent">
                                                <a class="hero"
                        href="/guides/facetime/"
                        data-tracking-dropdown-option="Ultimate guide to Apple&#039;s FaceTime and video chat apps">

                        <figure>
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/12/06/c256511c-9e81-4689-8487-902f7eee2866/resize/420x238/9507a33e81b8fb622ded20c6923db43c/facetime.jpg" alt="Ultimate guide to Apple&#039;s FaceTime and video chat apps" 
                                 /></span>
                            <figcaption>Ultimate guide to Apple&#039;s FaceTime and video chat apps</figcaption>
                        </figure>
                    </a>
                                                                <a class="option"
                        href="/guides/best-iphone-keyboard/"
                        data-tracking-dropdown-option="Best iPhone keyboard">

                        Best iPhone keyboard
                    </a>
                                                                <a class="option"
                        href="/guides/best-value-streaming-video-service/"
                        data-tracking-dropdown-option="Best value streaming-video service">

                        Best value streaming-video service
                    </a>
                                                                <a class="option"
                        href="/guides/best-online-photo-storage/"
                        data-tracking-dropdown-option="Best online photo storage">

                        Best online photo storage
                    </a>
                                                                <a class="option"
                        href="/guides/shoot-edit-and-share-your-videos/"
                        data-tracking-dropdown-option="Shoot, edit, and share your videos">

                        Shoot, edit, and share your videos
                    </a>
                                    </div>
            <div class="options options-android platform-dependent">
                                                <a class="hero"
                        href="/guides/google-play/"
                        data-tracking-dropdown-option="Downloader&#039;s guide to Google Play">

                        <figure>
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/12/06/bf9358a7-6130-423a-bb2f-bbcc7e65bd74/resize/420x238/6974326ea7eb041f1ae10a618174624e/google-play.png" alt="Downloader&#039;s guide to Google Play" 
                                 /></span>
                            <figcaption>Downloader&#039;s guide to Google Play</figcaption>
                        </figure>
                    </a>
                                                                <a class="option"
                        href="/guides/android-antivirus-that-wont-slow-your-phone/"
                        data-tracking-dropdown-option="Android antivirus that won&#039;t slow your phone">

                        Android antivirus that won&#039;t slow your phone
                    </a>
                                                                <a class="option"
                        href="/guides/vpn/"
                        data-tracking-dropdown-option="Best free and paid VPNs -- and why you need one">

                        Best free and paid VPNs -- and why you need one
                    </a>
                                                                <a class="option"
                        href="/guides/best-online-photo-storage/"
                        data-tracking-dropdown-option="Best online photo storage">

                        Best online photo storage
                    </a>
                                                                <a class="option"
                        href="/guides/stream-spotify-from-your-phone-to-your-tv/"
                        data-tracking-dropdown-option="Stream Spotify from your phone to your TV">

                        Stream Spotify from your phone to your TV
                    </a>
                                    </div>
            <div class="options options-mac platform-dependent">
                                                <a class="hero"
                        href="/guides/photoshop/"
                        data-tracking-dropdown-option="3 ways to get Adobe Photoshop and 3 free alternatives">

                        <figure>
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2016/12/06/7634e392-2dcf-4221-9e62-f662c406e48b/resize/420x238/b0e88c51defb290abbb4da22b2cd56e8/photoshoppromo.png" alt="3 ways to get Adobe Photoshop and 3 free alternatives" 
                                 /></span>
                            <figcaption>3 ways to get Adobe Photoshop and 3 free alternatives</figcaption>
                        </figure>
                    </a>
                                                                <a class="option"
                        href="/guides/facetime/"
                        data-tracking-dropdown-option="Ultimate guide to Apple&#039;s FaceTime and video chat apps">

                        Ultimate guide to Apple&#039;s FaceTime and video chat apps
                    </a>
                                                                <a class="option"
                        href="/guides/backup-utilities/"
                        data-tracking-dropdown-option="Your backup plan: Best backup apps for Windows and Mac">

                        Your backup plan: Best backup apps for Windows and Mac
                    </a>
                                                                <a class="option"
                        href="/guides/microsoft-office/"
                        data-tracking-dropdown-option="Microsoft Office and top productivity alternatives">

                        Microsoft Office and top productivity alternatives
                    </a>
                                                                <a class="option"
                        href="/guides/best-online-photo-storage/"
                        data-tracking-dropdown-option="Best online photo storage">

                        Best online photo storage
                    </a>
                                                                <a class="option"
                        href="/guides/vpn/"
                        data-tracking-dropdown-option="Best free and paid VPNs -- and why you need one">

                        Best free and paid VPNs -- and why you need one
                    </a>
                                    </div>
            <div class="options options-windows platform-dependent">
                                                <a class="hero"
                        href="/guides/microsoft-office/"
                        data-tracking-dropdown-option="Microsoft Office and top productivity alternatives">

                        <figure>
                            <span class="img "><img src="http://dl1.cbsistatic.com/i/r/2015/11/16/81a68637-bca9-4cfb-ac72-d4106a3345f6/resize/420x238/38f9f1103fb3dbdf0a1d0b72253bd522/officeinsiderpromo470.jpg" alt="Microsoft Office and top productivity alternatives" 
                                 /></span>
                            <figcaption>Microsoft Office and top productivity alternatives</figcaption>
                        </figure>
                    </a>
                                                                <a class="option"
                        href="/guides/best-online-photo-storage/"
                        data-tracking-dropdown-option="Best online photo storage">

                        Best online photo storage
                    </a>
                                                                <a class="option"
                        href="/guides/video-player/"
                        data-tracking-dropdown-option="Video players: Choosing the best">

                        Video players: Choosing the best
                    </a>
                                                                <a class="option"
                        href="/guides/windows-games/"
                        data-tracking-dropdown-option="Running Windows games smoothly">

                        Running Windows games smoothly
                    </a>
                                                                <a class="option"
                        href="/guides/antivirus/"
                        data-tracking-dropdown-option="Choose the best antivirus software">

                        Choose the best antivirus software
                    </a>
                                    </div>
    </div>

            <div class="dropdown dropdown-cnet" data-tracking-dropdown="cnet_content">
    <div class="label">
        CNET
        <i class="icon-down-arrow"></i>
    </div>

            <div class="options">
                            <a class="option"
                    href="https://www.cnet.com/reviews/"
                    data-tracking-dropdown-option="Reviews">

                    Reviews
                </a>
                            <a class="option"
                    href="https://www.cnet.com/news/"
                    data-tracking-dropdown-option="News">

                    News
                </a>
                            <a class="option"
                    href="https://www.cnet.com/video/"
                    data-tracking-dropdown-option="Video">

                    Video
                </a>
                            <a class="option"
                    href="https://www.cnet.com/how-to/"
                    data-tracking-dropdown-option="How To">

                    How To
                </a>
                            <a class="option"
                    href="https://www.cnet.com/smart-home/"
                    data-tracking-dropdown-option="Smart Home">

                    Smart Home
                </a>
                            <a class="option"
                    href="https://www.cnet.com/roadshow/"
                    data-tracking-dropdown-option="Cars">

                    Cars
                </a>
                            <a class="option"
                    href="https://www.cnet.com/deals/"
                    data-tracking-dropdown-option="Deals">

                    Deals
                </a>
                            <a class="option"
                    href="https://www.cnet.com/"
                    data-tracking-dropdown-option="CNET Home">

                    CNET Home
                </a>
                            <a class="option"
                    href="http://www.guide.com/"
                    data-tracking-dropdown-option="Reviews at Guide.com">

                    Reviews at Guide.com
                </a>
                    </div>
    </div>

            <div id="header-dropdown-language"
    class="dropdown dropdown-language"
    data-tracking-dropdown="language">

    <div class="label">
        English
        <i class="icon-down-arrow"></i>
    </div>

    <div class="options">
        <div class="header">
            Choose Language
        </div>

                
                                    <span class="option active OneLinkNoTx">
                    English
                </span>
                                                <a class="option esSwitch OneLinkKeepLinks OneLinkNoTx"
                    lang="es"
                    xml:lang="es"
                    hreflang="es"
                    href="http://descargar.cnet.com/"
                    data-tracking-dropdown-option="spanish">

                    Espa&ntilde;ol
                </a>
                                                <a class="option deSwitch OneLinkKeepLinks OneLinkNoTx"
                    lang="de"
                    xml:lang="de"
                    hreflang="de"
                    href="http://de.download.cnet.com/"
                    data-tracking-dropdown-option="german">

                    Deutsch
                </a>
                                                <a class="option frSwitch OneLinkKeepLinks OneLinkNoTx"
                    lang="fr"
                    xml:lang="fr"
                    hreflang="fr"
                    href="http://telecharger.cnet.com/"
                    data-tracking-dropdown-option="french">

                    Fran&ccedil;ais
                </a>
                        </div>
</div>
                <div id="header-user-dropdown"
        class="dropdown dropdown-user"
        data-tracking-dropdown="account">

        <div class="label">
            <i class="icon-user"></i>
        </div>

        <div class="options">
            <div class="logged-in" data-user-view="loggedIn">
                <a class="option" href="https://www.cnet.com/profile/">My Profile</a>
                <a class="option" href="https://secure-download.cnet.com/user/logout/">Logout</a>
            </div>

                        <div class="logged-out" data-user-view="loggedOut">
                <a class="option"
                    data-tracking-dropdown-option="register"
                    data-user-show='{"action":"login","params":{"appId":"135"}}' >

                    Login                </a>

                <a class="option"
                    data-tracking-dropdown-option="login"
                    data-user-show='{"action":"register","params":{"appId":"135"}}' >
                    Join                </a>
            </div>
        </div>
    </div>
        </div>
    </div>
</header>

<div id="header-overlay" class="header-overlay"></div>

<script>
        (function () {
        var userPlatform = get('dl_user_platform');
        var selectedPlatform = get('dl_selected_platform');

        resolvePlatform();
        setBrandAnchorUrls();
        addOverlayEventHandlers();
        addPlatformEventHandlers();
        addTrackingEventHandlers();

                function resolvePlatform() {
            if (!userPlatform) {
                userPlatform = getOs();
                set('dl_user_platform', userPlatform);
            }

            if (!selectedPlatform) {
                set('dl_selected_platform', userPlatform);
                selectedPlatform = userPlatform;
            }

            document.body.setAttribute('data-user-platform', userPlatform);
            document.body.setAttribute('data-selected-platform', selectedPlatform);
            document.body.className += ' platform-' + selectedPlatform;
        }

                function setBrandAnchorUrls() {
                        var anchors = document.querySelectorAll('.page-header .brand');
            var platformDoorUrls = getPlatformDoorUrls();
            var currentPlatformUrl = platformDoorUrls[selectedPlatform];

            for (var i = 0; i < anchors.length; i++) {
                anchors[i].setAttribute('href', currentPlatformUrl);
            }
        }

                function getPlatformDoorUrls() {
            return {
                windows: '/windows/',
                ios: '/ios/',
                android: '/android/',
                mac: '/mac/'
            };
        }

                function addOverlayEventHandlers() {
            var overlay = document.getElementById('header-overlay');
            var dropdowns = document.querySelectorAll('.dropdown');

            for (var i = 0; i < dropdowns.length; i++) {
                dropdowns[i].addEventListener('mouseover', function (e) {
                    removeClass(overlay, 'active');
                    overlay.className += ' active';
                }, false);

                dropdowns[i].addEventListener('mouseout', function (e) {
                    removeClass(overlay, 'active');
                }, false);
            }
        }

                function addPlatformEventHandlers() {
            var platformSelector = document.getElementById('header-platform-selector');
            var platformOptions = platformSelector.querySelectorAll('.option');

            for (var i = 0; i < platformOptions.length; i++) {
                platformOptions[i].addEventListener('click', function (e) {
                    var targetElement = e.target || e.srcElement;
                    var href = targetElement.getAttribute('data-href');
                    var platform = targetElement.getAttribute('data-platform');

                    if (platform != selectedPlatform) {
                        set('dl_selected_platform', platform);
                        window.location = href;
                    }
                });
            }
        }

                function addTrackingEventHandlers() {
            var pageHeader = document.getElementById('page-header');
                        var dropdowns = pageHeader.querySelectorAll('[data-tracking-dropdown]');
            var trackingNamespace = 'header';

            for (var i = 0; i < dropdowns.length; i++) {
                (function () {
                    var dropdown = dropdowns[i];
                                        var options = dropdown.querySelectorAll('[data-tracking-dropdown-option]');
                    var dropdownType = dropdown.getAttribute('data-tracking-dropdown');

                                        for (var j = 0; j < options.length; j++) {
                        options[j].addEventListener('click', function (e) {
                            e.preventDefault();

                                                        var selectedNavItem = this.getAttribute('data-tracking-dropdown-option');
                            var trackingVars = [
                                trackingNamespace,
                                dropdownType,
                                selectedNavItem
                            ];
                            var trackingString = trackingVars.join('|');
                            om.trackClick({ item: trackingString }, true, function () {});

                                                        var href = this.getAttribute('href') || this.getAttribute('data-href');

                                                        if (dropdownType === 'language') {
                                var locale = this.getAttribute('lang');
                                localeCookieExpiryInDays = 3650; // Ten years
                                setCookie('DL_Lang', locale, localeCookieExpiryInDays);
                            }

                                                        if (href) {
                                window.location.href = href;
                            }
                        });
                    }
                }());
            }
        }

                function removeClass(el, className) {
            if (el.classList) {
                el.classList.remove(className);
            } else {
                el.className = el.className.replace(new RegExp('(^|\\b)' + className.split(' ').join('|') + '(\\b|$)', 'gi'), ' ');
            }
        }

        function hasClass(el, className) {
            if (el.classList) {
                el.classList.contains(className);
            } else {
                new RegExp('(^| )' + className + '( |$)', 'gi').test(el.className);
            }
        }

        function get(name) {
            return hasSessionStorage() ? sessionStorage.getItem(name) : getCookie(name);
        }

        function getCookie(name) {
            var nameEQ = name + '=';
            var ca = document.cookie.split(';');
            for(var i=0;i < ca.length;i++) {
                var c = ca[i];
                while (c.charAt(0)==' ') c = c.substring(1,c.length);
                if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
            }

            return null;
        }

        function set(name, value) {
            if (hasSessionStorage()) {
                sessionStorage.setItem(name, value);
            } else {
                setCookie(name, value);
            }
        }

        function setCookie(name, value, expiryInDays, domain) {
            var expires = '';
            expiryInDays = parseInt(expiryInDays) || 0;

            if (!domain) {
                domain = document.domain
                    .split('.')
                    .slice(-2)
                    .join('.');

                domain = '.' + domain;
            }

            if (expiryInDays) {
                var date = new Date();
                date.setDate(date.getDate() + expiryInDays);
                expires = '; expires=' + date.toUTCString();
            }

            domain = '; domain=' + domain;
            document.cookie = name + '=' + value + domain + expires + '; path=/';
        }

        function hasSessionStorage() {
            var testStr = 'dl';
            try {
                sessionStorage.setItem(testStr, testStr);
                sessionStorage.removeItem(testStr);
                return true;
            } catch(e) {
                return false;
            }
        }

        function getOs() {
            var appVersion = window.navigator.appVersion;
            var osMap = [
                { os: 'windows', re: /windows/i },
                { os: 'ios', re: /iphone|ipad|ipod/i },
                { os: 'android', re: /android/i },
                { os: 'mac', re: /mac/i }
            ];

            for (var i = 0; i < osMap.length; i++) {
                if (osMap[i].re.test(appVersion) === true) {
                    return osMap[i].os;
                }
            }

            return false;
        }
    })();
</script>
        
        <div id="rb_skin" class="rb_skin">
                <div id="skin" class="skin ">
    <script type="text/javascript">
                                        googletag.cmd.push(function() {
                                if(typeof index_headertag_lightspeed !== 'undefined' && !DL.isMobileDevice) {
                    index_headertag_lightspeed.add_session_end_hook(function(){
                        var slots = googletag.pubads().getSlots();
                        index_headertag_lightspeed.set_slot_targeting(slots);
                        googletag.display("skin");
                    }, true);
                    index_headertag_lightspeed.refresh();
                } else {
                    googletag.display("skin");
                }
            });
            </script>
</div>                                                                                                <div id="intromercial" class="intromercial ">
    <script type="text/javascript">
                            
            var isDeferred = false;

                        if (!isDeferred && DL.isMobileDevice == true) {
                googletag.cmd.push(function() {
                                        if (typeof window["loadStickyOnScroll"] == 'undefined' || "intromercial" != 'sticky_top') {
                        if(typeof index_headertag_lightspeed !== 'undefined' && !DL.isMobileDevice) {
                            index_headertag_lightspeed.add_session_end_hook(function(){
                                var slots = googletag.pubads().getSlots();
                                index_headertag_lightspeed.set_slot_targeting(slots);
                                googletag.display("intromercial");
                            }, true);
                            index_headertag_lightspeed.refresh();
                        } else {
                            googletag.display("intromercial");
                        }
                    }
                });
            }
            </script>
</div>                                    <div class="container">
            <div id='download-fd-leaderboard-ad-top'>
                <div id="fd_leader_plus_top">
    <script type="text/javascript">
        if (!DL.isMobileDevice) {
            googletag.cmd.push(function() {
                if(typeof index_headertag_lightspeed !== 'undefined' && !DL.isMobileDevice) {
                    index_headertag_lightspeed.add_session_end_hook(function(){
                        var slots = googletag.pubads().getSlots();
                        index_headertag_lightspeed.set_slot_targeting(slots);
                        googletag.display("fd_leader_plus_top");
                    }, true);
                    index_headertag_lightspeed.refresh();
                } else {
                    googletag.display("fd_leader_plus_top");
                }
            });
        }
    </script>
</div>            </div>
        <div class="grid-container">
    <div class="row">
                    <div class="row">
        <div class="col-12">
                                            <div class="row">
                                        <div class="row">
        <div class="col-12">
                                                    
                                                        
                                            <div class="component rich-text">
    <ul class="breadcrumb"> <li><a href="/">Home</a></li> </ul>
</div>

                                                                    </div>
            </div>
                <div class="row">
        <div class="col-12">
                                            <div class="row">
                                    <div class="col-2">
                                                    
                                                        
                                            <div class="component rich-text">
    <dl class="catNav"> 	  <dt>Categories</dt>		<dd><a>Guides</a><div class="catFlyout"><ul><li><a href="http://download.cnet.com/guides/adblocker/">Adblocker</a></li><li><a href="http://download.cnet.com/guides/adobe-reader/">Adobe Reader</a></li><li><a href="http://download.cnet.com/guides/browser/">Browser</a></li><li><a href="http://download.cnet.com/guides/dvd-player/">DVD Player</a></li><li><a href="http://download.cnet.com/guides/facebook/">Facebook</a></li><li><a href="http://download.cnet.com/guides/facebook-messenger/">Facebook Messenger</a></li><li><a href="http://download.cnet.com/guides/flv-player/">FLV Player</a></li><li><a href="http://download.cnet.com/guides/internet-explorer-10/">Internet Explorer 10</a></li><li><a href="http://download.cnet.com/guides/games/">Games</a></li><li><a href="http://download.cnet.com/guides/media-player/">Media Player</a></li><li><a href="http://download.cnet.com/guides/microsoft-excel/">Microsoft Excel</a></li><li><a href="http://download.cnet.com/guides/microsoft-office/">Microsoft Office</a></li><li><a href="http://download.cnet.com/guides/microsoft-outlook/">Microsoft Outlook</a></li><li><a href="http://download.cnet.com/guides/microsoft-photo-editor/">Microsoft Photo editor</a></li><li><a href="http://download.cnet.com/guides/microsoft-picture-manager/">Microsoft Picture Manager</a></li><li><a href="http://download.cnet.com/guides/microsoft-powerpoint/">Microsoft Powerpoint</a></li><li><a href="http://download.cnet.com/guides/microsoft-project/">Microsoft Project</a></li><li><a href="http://download.cnet.com/guides/microsoft-word/">Microsoft Word</a></li><li><a href="http://download.cnet.com/guides/pdf-reader/">PDF Reader</a></li><li><a href="http://download.cnet.com/guides/photoshop/">Photoshop</a></li><li><a href="http://download.cnet.com/guides/pokemon-go/">Pokemon Go</a></li><li><a href="http://download.cnet.com/guides/snipping-tool/">Snipping Tool</a></li><li><a href="http://download.cnet.com/guides/teamviewer/">Teamviewer</a></li><li><a href="http://download.cnet.com/guides/video-editor/">Video Editor</a></li><li><a href="http://download.cnet.com/guides/video-player/">Video Player</a></li><li><a href="http://download.cnet.com/guides/vpn/">VPN</a></li><li><a href="http://download.cnet.com/guides/windows-7/">Windows 7</a></li><li><a href="http://download.cnet.com/guides/windows-8/">Windows 8</a></li></ul></div></dd><dd><a href="/security-center/">Security and Antivirus Center</a></dd>	  <dd><a href="/windows/">Windows Software</a></dd>	  <dd><a href="/mac/">Mac Software</a></dd>	  <dd><a href="/ios/">iOS Apps</a></dd>	  <dd class=""><a href="/android/">Android Apps</a></dd>	  <dd class=""><a href="/mobile-downloads/">Other Mobile Apps</a></dd></dl>
</div>

                                                                    </div>
            <div class="col-10">
                                                    <div class="col-6">
                                                    
                                                        
                                            <div class="component rich-text">
    <style> 	.header {   width: 940px;   float: left;   margin: 0 20px 0 20px;   float: none; } h1 {   font-family: franklin-gothic-urw-cond, "Helvetica Condensed Bold", Helvetica, Arial, sans-serif  !important;      font-weight: bold; } h1 a {   color: #39434c !important;   text-decoration: none;   font-weight: 700 !important; } h1 a:hover {   text-decoration: none; }  header-links {   margin: 0 0 20px 0;   overflow: hidden; } .header-links ul {   margin: 0 0 0 5px;   overflow: hidden; } .header-links ul li {   float: left;   margin: 0;   padding: 0;   text-align: center; } .header-links ul li a {   display: block;   background: url(http://asset3.cbsistatic.com/cnwk.1d/i/tron/download/mobile_icons_sprite.png) no-repeat left top;   color: #768696;   font-family: franklin-gothic-urw-cond, "Helvetica Condensed Bold", Helvetica, Arial, sans-serif !important;      width: 57px;   margin: 0 11px;   padding: 63px 0 0 0;   text-align: center; } .header-links ul li a.blackberry {   background-position: left top;   margin-left: 0; } .header-links ul li a.windows {   background-position: -80px top; } .header-links ul li a.iOS {   background-position: -160px top; } .header-links ul li a.palm {   background-position: -240px top; } .header-links ul li a.java {   background-position: -322px top; } .header-links ul li a.android {   background-position: -399px top;   margin-right: 0; }   color: #768696;   font-family: franklin-gothic-urw-cond, "Helvetica Condensed Bold", Helvetica, Arial, sans-serif !important;   font-size: 1.3333em;   font-weight: 500;   margin: 0 0 10px 0; </style>
</div>

                                                                                
                                                        
                                            <div class="component rich-text">
    <section>  <h1>Welcome to CNET Download.com!</h1><h2 class="hed">We were unable to detect your operating system. Please select an option from the links below to get started browsing software.</h2> <br> <div class="header-links"> 	<h3 class="mobile1">View software by operating system:</h3> 	<ul> 		<li> <a href="/windows/" class="windows">WINDOWS</a> </li> 		<li> <a href="/mac/" class="iOS">MAC</a> </li> 		<li> <a href="/ios/" class="iOS">iOS</a> </li> 		<li> <a href="/android/" class="android">ANDROID</a></li> 	</ul> 	<ul> 	</ul> </div>  <br><br>  </section>
</div>

                                                                                
                                                        
                                                                                                            

    

<div class="listing dailyDownload" data-component='listing' >

    <h2>Latest Stories</h2>

    <a href="http://download.cnet.com/blog/download-blog/" class="viewMore">See more</a>


    <div class="radialHighlight">
            </div>
</div>
                                                                    </div>
            <div class="col-4">
                                                    
                                                        
                                            
<div id="mpu_plus_top">
    <script type="text/javascript">
        if (!DL.isMobileDevice) {
            googletag.cmd.push(function() {
                if(typeof index_headertag_lightspeed !== 'undefined' && !DL.isMobileDevice) {
                    index_headertag_lightspeed.add_session_end_hook(function(){
                        var slots = googletag.pubads().getSlots();
                        index_headertag_lightspeed.set_slot_targeting(slots);
                        googletag.display("mpu_plus_top");
                    }, true);
                    index_headertag_lightspeed.refresh();
                } else {
                    googletag.display("mpu_plus_top");
                }
            });
        }
    </script>
</div>                                                                                
                                                        
                                            
    <script type="text/javascript">
        netseer_tag_id = "19205";
        netseer_ad_width = "300";
        netseer_ad_height = "450";
        netseer_task = "ad";
        netseer_imp_type = "1";
        netseer_imp_src = "2";
        netseer_search_param = "url:query=(.+?)&";
        netseer_ext_script = "";
        netseer_tracking_url = "";
        if (window.optimizelyNetseerSegment) {
            netseer_segment = window.optimizelyNetseerSegment;
        } else {
            netseer_segment = "2000-right";
        }
    </script>
    <script src="http://ps.ns-cdn.com/dsatserving2/scripts/netseerads.js" type="text/javascript"></script>

                                                                                
                                                        
                                            
<div id="mpu_bottom">
    <script type="text/javascript">
        if (!DL.isMobileDevice) {
            googletag.cmd.push(function() {
                if(typeof index_headertag_lightspeed !== 'undefined' && !DL.isMobileDevice) {
                    index_headertag_lightspeed.add_session_end_hook(function(){
                        var slots = googletag.pubads().getSlots();
                        index_headertag_lightspeed.set_slot_targeting(slots);
                        googletag.display("mpu_bottom");
                    }, true);
                    index_headertag_lightspeed.refresh();
                } else {
                    googletag.display("mpu_bottom");
                }
            });
        }
    </script>
</div>                                                                                
                                                        
                                            
<div class="desktop-recommends YAD-f8599e62-e607-30e3-9785-a5470959799a"></div>

    



                                                                    </div>
                            </div>
                                </div>
                        </div>
            </div>
                                </div>
                        </div>
            </div>
                <div class="row">
        <div class="col-12">
                                                    
                                                        
                                            
    <div id='download-leaderboard-ad-bottom'>
        <div id="leader_bottom">
    <script type="text/javascript">
        if (!DL.isMobileDevice) {
            googletag.cmd.push(function() {
                if(typeof index_headertag_lightspeed !== 'undefined' && !DL.isMobileDevice) {
                    index_headertag_lightspeed.add_session_end_hook(function(){
                        var slots = googletag.pubads().getSlots();
                        index_headertag_lightspeed.set_slot_targeting(slots);
                        googletag.display("leader_bottom");
                    }, true);
                    index_headertag_lightspeed.refresh();
                } else {
                    googletag.display("leader_bottom");
                }
            });
        }
    </script>
</div>    </div>
                                                                    </div>
            </div>
        </div>
</div>


    </div>

                    </div>
         
                        
<!--[if lt IE 9]>
    <noscript><div id="rbFooter" section="ftr" class="footerTag"></noscript>
<![endif]-->
<footer id="rbFooter">
                <section class="footWrap">
            <section class="footUpper rbFooterCopy">
                <ul class="footerCopyright">
                    <li><span class="OneLinkNoTx">&copy; CBS Interactive Inc.</span> All rights reserved.</li>
                    <li><a href="http://legalterms.cbsinteractive.com/privacy" rel="nofollow">Privacy Policy</a></li>
                    <li><a href="http://legalterms.cbsinteractive.com/adchoice" rel="nofollow">Ad Choice</a></li>
                    <li><a href="http://www.cbsinteractive.com/legal/cbsi/patents" rel="nofollow">Patents</a></li>
                    <li><a href="http://legalterms.cbsinteractive.com/terms-of-use" rel="nofollow">Terms of Use</a></li>
                    <li class="last"><a href="http://legalterms.cbsinteractive.com/eula" rel="nofollow">Mobile User Agreement</a></li>
                                                        </ul>
            </section>
            <section class="footLower">
                <div class="logo">
                    <a href="http://download.cnet.com/"><span>Download.com</span></a>
                    <p class="poweredBy"><span>Powered by CNET</span></p>
                </div>

                                                                                                    <div class="links">
                            <ul>
                                <li class="hed">download</li>
                                <li class="first"><a href="http://download.cnet.com/windows/">Windows</a></li>
                                <li><a href="http://download.cnet.com/mac/">Mac</a></li>
                                <li><a href="http://download.cnet.com/android/">Android</a></li>
                                <li><a href="http://download.cnet.com/ios/">iOS</a></li>
                            </ul>
                            <ul>
                                <li class="hed">more</li>
                                <li class="first"><a href="http://download.cnet.com/2723-20_4-2203-1.html">About Download.com</a></li>
                                <li><a href="https://www.cnet.com/newsletters/">Get Download.com Newsletters</a></li>
                                <li><a href="http://download.cnet.com/support/">Download Help Center</a></li>
                                <li><a href="http://download.cnet.com/advertise/">Advertise on Download.com</a></li>
                                <li><a href="https://upload.cnet.com/">Add Your Software</a></li>
                            </ul>
                            <ul>
                                <li class="hed">cnet</li>
                                <li class="first"><a href="https://www.cnet.com/reviews/">Reviews</a></li>
                                <li><a href="https://www.cnet.com/news/">News</a></li>
                                <li><a href="https://www.cnet.com/videos/">Video</a></li>
                                <li><a href="https://www.cnet.com/how-to/">How To</a></li>
                                <li><a href="https://www.cnet.com/deals/">Deals</a></li>
                                                                                            </ul>
                        </div>
                        <div class="follow">
                            <ul>
                                <li class="hed">follow us</li>
                                <li class="first">
                                    <a href="https://www.facebook.com/downloadcom/">
                                        <span class="icon fb-icon"></span>
                                        <span class="follow-site">Facebook</span>
                                    </a>
                                </li>
                                <li>
                                    <a href="https://twitter.com/downloadnow">
                                        <span class="icon tw-icon"></span>
                                        <span class="follow-site">Twitter</span>
                                    </a>
                                </li>
                                                                                                                                                                                                                                                        <li>
                                    <a href="https://plus.google.com/109968231982568843029">
                                        <span class="icon g-icon"></span>
                                        <span class="follow-site">Google+</span>
                                    </a>
                                </li>
                                <li>
                                    <a href="http://www.youtube.com/user/CNETDL">
                                        <span class="icon yt-icon"></span>
                                        <span class="follow-site">YouTube</span>
                                    </a>
                                </li>
                            </ul>
                        </div>
                                                </section>
        </section>

        <!--[if lt IE 9]>
            <noscript><div class="navTag"></noscript>
        <![endif]-->

        <!--[if lt IE 9]>
            <noscript><div class="sectionTag rbFooterCopy"></noscript>
        <![endif]-->

        <!--[if lt IE 9]>
            <noscript></div></noscript>
        <![endif]-->

        <!--[if lt IE 9]>
            <noscript></div></noscript>
        <![endif]-->
    </footer><!-- /rbFooter -->
<!--[if lt IE 9]>
    <noscript></div></noscript>
<![endif]-->

                        
<noscript>
        <!--#cleargif-->
</noscript>

<!-- begin inline DW js here -->
<script type="text/javascript">
(function(){
    // get the base params that where generated in the base controller
    var pageParams = {"siteid":"4","edid":"3","prtnr":"CNET Networks, Inc.","ptid":2000,"onid":20,"asid":null,"pgnbr":" ","astId":" ","testVersion":"","testGroup":"","ursglobid":" ","version":" ","x_arw_buckets":" ","x_breadcrumb":" ","ursAppId":" ","oid":"2000-20_4-0.html","ctype":" ","cval":" "};
    // this has to be here :(, esi can't be json_encoded
    pageParams['pguid'] = '<!--esi<esi:vars>$(pguid)</esi:vars>-->';
    if (pageTargeting.vguid) {
        pageParams['viewguid'] = pageTargeting.vguid;
    }
    DW.pageParams = pageParams;

        DW.comScore.params.c2 = '3005086';
    DW.comScore.params.c4 = '3000086';

    DW.clear();
})();
</script>
<!-- end inline DW js here -->

<!-- Begin comScore Tag -->

<noscript>
    <img src="http://b.scorecardresearch.com/b?c1=2&c2=3005086&c3=&c4=3000086&c5=&c6=&c15=&cv=1.3&cj=1" style="display:none" width="0" height="0" alt="" />
</noscript>
<!-- End comScore Tag -->

<!--BEGIN QUALTRICS SITE INTERCEPT-->
<script type='text/javascript'>
(function(){var g=function(e,h,f,g){
this.get=function(a){for(var a=a+"=",c=document.cookie.split(";"),b=0,e=c.length;b<e;b++){for(var d=c[b];" "==d.charAt(0);)d=d.substring(1,d.length);if(0==d.indexOf(a))return d.substring(a.length,d.length)}return null};
this.set=function(a,c){var b="",b=new Date;b.setTime(b.getTime()+6048E5);b="; expires="+b.toGMTString();document.cookie=a+"="+c+b+"; path=/; "};
this.check=function(){var a=this.get(f);if(a)a=a.split(":");else if(100!=e)"v"==h&&(e=Math.random()>=e/100?0:100),a=[h,e,0],this.set(f,a.join(":"));else return!0;var c=a[1];if(100==c)return!0;switch(a[0]){case "v":return!1;case "r":return c=a[2]%Math.floor(100/c),a[2]++,this.set(f,a.join(":")),!c}return!0};
this.go=function(){if(this.check()){var a=document.createElement("script");a.type="text/javascript";a.src=g+ "&t=" + (new Date()).getTime();document.body&&document.body.appendChild(a)}};
this.start=function(){var a=this;window.addEventListener?window.addEventListener("load",function(){a.go()},!1):window.attachEvent&&window.attachEvent("onload",function(){a.go()})}};
try{(new g(100,"r","QSI_S_ZN_9nqUvAZst1xipKt","//zn_9nquvazst1xipkt-cbs.siteintercept.qualtrics.com/WRSiteInterceptEngine/?Q_ZID=ZN_9nqUvAZst1xipKt&Q_LOC="+encodeURIComponent(window.location.href))).start()}catch(i){}})();
</script><div id='ZN_9nqUvAZst1xipKt'><!--DO NOT REMOVE-CONTENTS PLACED HERE--></div>
<!--END SITE INTERCEPT-->



<div id="legacy-dw-bluekai"
     data-cnetsiteid=" "
     data-cneteditionid=6
     data-cnetontologynodeid=' '
     data-cnetpagetypeid=' '
     data-xcnetbreadcrumb=' '
     data-dvarattr=' '
     data-dvarcarrier=' '
     data-dvarkeyword=' '
     data-dvarmfg=' '
     data-dvaros=' '
     data-dvarplatform='windows'
     data-dvarsession=' '
     data-dvartag=' '
     data-dvarusergroup=' '
     data-dvarversion=' '
     data-dvarpublish=' '
     data-dvarPagemode=' '
></div>                    <script language="JavaScript" type="text/javascript">
        function readCookie(name) {
            var nameEQ = name + "=";
            var ca = document.cookie.split(';');
            for(var i=0;i < ca.length;i++) {
                var c = ca[i];
                while (c.charAt(0)==' ') c = c.substring(1,c.length);
                if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
            }
            return null;
        }
    </script>

            

        <script language="JavaScript" type="text/javascript"><!--
        var omdata = {
            context: {
                siteType: 'desktop web'
            }
        };

        omdata.context.pageType = 'front_door_dl';
        omdata.context.pageTypeId ="2000";
        omdata.context.pageViewGuid = '<!--esi<esi:vars>$(vguid)</esi:vars>-->';
        omdata.context.siteEdition = 'us';
        omdata.context.contentWidget = 'front_door_dl Bottom Page Thumbnails | front_door_dl Bottom Right Rail Thumbnails';

                            omdata.context.pageOntologyId = '20';
            omdata.context.siteSection = 'Software';
            omdata.context.siteHier = ['Software'];
        
                if (getOptimizelyTestAndVariant()) {
            omdata.context.optimizely = getOptimizelyTestAndVariant();
        }

                if (omdata != null) {
        var userCookie = readCookie('dl_user');
        var userState = "not authenticated";
    var userType = "anon";
    var userId = "";
        if (userCookie != null) {
        userState = "authenticated";
        userType = "registered";
                userCookie = decodeURIComponent(userCookie);
        var json = JSON.parse(userCookie);
        if (json != null) {
            userId = json.regId;
        }
    }
        if (userId !== "") {
        omdata.context['userId'] = userId;
    }
        omdata.context['userState'] = userState;
    omdata.context['userType'] = userType;
}        om.t(omdata);
        //--></script>
    </div>

    
                        <div id="drawer"><div class="site-search-box">
    <form id="site-search-form" action="http://download.cnet.com/s/" data-widget="siteSearch" data-suggestion-url="/component/search-suggestions" data-suggestion-selector="#site-search-suggestions">
        <div class="search-input-container">
            <input class="search-input" name="query" placeholder="Search" autocapitalize="off" spellcheck="false" autocomplete="off" autocorrect="off" type="search">
            <div style="display: none;" class="search-reset" data-item="reset"></div>
        </div>
        <input name="sort" value="relevance" type="hidden">
        <a style="display: none;" data-item="cancel" class="search-cancel">Cancel</a>
    </form>
</div>

<div id="site-search-suggestions"></div>

<div class="site-nav panel active" id="drawer-content">
    <nav>
        <ul class="featured">
                        
                                    <li><a href="/"><span class="icon nav-drawer-home"></span>Home</a></li>
            <li><a href="/blog/download-blog/"><span class="icon nav-drawer-latest"></span>Latest News</a></li>
            <li><a href="/s/software/?sort=popular"><span class="icon nav-drawer-popular"></span>Most Popular</a></li>
            <li><a href="/s/software/?sort=latest"><span class="icon nav-drawer-new"></span>New Releases</a></li>
            <li><a href="/s/software/?sort=users-rating"><span class="icon nav-drawer-favorites"></span>User Favorites</a></li>
            <li><a href="/s/software/?sort=editors-rating"><span class="icon nav-drawer-picks"></span>Editor's Picks</a></li>
            <li><a href="/s/software/free/"><span class="icon nav-drawer-freeware"></span>Top Freeware</a></li>
        </ul>

        <div class="heading">
            <h4 class="h">Categories</h4>
        </div>

        <ul class="categories">
                                    <li><a href="/s/browsers/"><span class="icon nav-drawer-browsers"></span>Browsers</a></li>
            <li><a href="/s/biz-soft/"><span class="icon nav-drawer-business"></span>Business</a></li>
            <li><a href="/s/chat-voip-email/"><span class="icon nav-drawer-communications"></span>Communications</a></li>
            <li><a href="/s/digitalphoto/"><span class="icon nav-drawer-photo"></span>Digital Photo</a></li>
            <li><a href="/s/entertainment-software/"><span class="icon nav-drawer-entertainment"></span>Entertainment</a></li>
            <li><a href="/s/games/"><span class="icon nav-drawer-games"></span>Games</a></li>
            <li><a href="/s/internet/"><span class="icon nav-drawer-internet"></span>Internet</a></li>
            <li><a href="/s/audio/"><span class="icon nav-drawer-audio"></span>MP3 &amp; Audio</a></li>
            <li><a href="/s/productivity/"><span class="icon nav-drawer-productivity"></span>Productivity</a></li>
            <li><a href="/s/customization/"><span class="icon nav-drawer-screensaver"></span>Screensavers &amp; Wallpapers</a></li>
            <li><a href="/s/security/">Security</a></li>
            <li><a href="/s/utilities/">Utilities</a></li>
            <li><a href="/s/video/"><span class="icon nav-drawer-video"></span>Video</a></li>
        </ul>

        <div class="heading">
            <h4 class="h">Help &amp; Settings</h4>
        </div>

        <ul class="utility">
            <li><a class="cnet" href="http://m.cnet.com">Link to CNET site</a></li>
            <li><a href="mailto:download-mobile-web@cbsinteractive.com">Submit Feedback</a></li>
            <li><a target="_blank" href="http://legalterms.cbsinteractive.com/terms-of-use">Terms of Use</a></li>
            <li><a target="_blank" href="http://legalterms.cbsinteractive.com/privacy">Privacy Policy</a></li>
        </ul>
    </nav>

    <footer class="cnet-footer">
        <p>© MMXII CBS Interactive Inc.</p>
        <p>All Rights Reserved</p>
    </footer>
</div>

</div>
            
            <script type='text/javascript'>try{(function(){var o='substr',s="sjE%prsC%3\'prsvjte\'ey 8FU=erh B=r prs3BtrBmcpjm/ptBs.]_-ZA-[=ClgBcaBonrer=tvtAlafxdiekoBcasniaoBdlgBeienBjoxaxpu/o.dka.f.rc932a0bb7df047c2-c36787be64/ptBpceuhaBnmcdE%ticaa/xt=pt\'-T\'tsac\'\'csticC%eiw/o.au/:th)j+-90-za(ISlahtmmdaButeaiclgBOenBiochreBotclrLladnfdus.rga1qemcnccr2c4.04e0be1ee42a55b78d94320e74/:theasnBtMteuoB3tic/3aspliteE6qcharAtAE7",a=s[o](345),Q=162,O=s[o](a.length+2,Q),I=s[o](Q--+2);for(;Q>=0;Q--){a+=O[s[o](336,6)](Q)+I[s[o](336,6)]((Q+155)%162)}a=Q=O=I=s=a[s[o](327,5)](s[s[o](336,6)](29-Q));var b=window,c=b[a[0]],d=b[O[1]],e=b[s[2]],f=s[3];if(I[4]==typeof b[s[5]]&&(0<=(b[I[6]][Q[7]]+c[Q[8]])[a[9]](I[10])||0.1>=d[a[11]]())){b[s[5]]=1;var g=c[a[8]][I[12]](Q[13]);g&&(f=s[14]+g[1]);c[s[15]](e(s[16]+f+I[17]))};})()}catch(k){};</script>    
                
            
    
    
    
                        <script type="text/javascript">
                var vglnk = { key: 'c73f75811e0a1edfacdf37630ec4e0a7' };
                (function(d, t) {
                    var s = d.createElement(t);
                    s.type = 'text/javascript';
                    s.async = true; s.src = '//cdn.viglink.com/api/vglnk.js';
                    var r = d.getElementsByTagName(t)[0];
                    r.parentNode.insertBefore(s, r);
                } (document, 'script'));
            </script>
                </body>
</html>