TranslateThis({
    GA : true, // Google Analytics tracking
    wrapper : 'translate-this', // ID of the TranslateThis wrapper

    onComplete : function() { anylinkcssmenu.init("anchorclass") },

    cookie : 'tt-lang', // Name of the cookie - set to 0 to disable
    moreText : '46 More Languages »', // More link text
    busyText : 'Translating page...',
    cancelText : 'cancel',
    undoText : 'Undo »', // Text for untranslate link
    fromLang : 'en', // Native language of your site
    ddLangs : [ // Languages in the dropdown
        'zh-CN',
        'de',
        'ja',
        'ko',
        'hi',
        'en'
        ],
    noBtn : false, //whether to disable the button styling
    btnImg : '/images/tt-btn2.png',
    btnWidth : 240,
    btnHeight : 24,  //default is 18
    noImg : false, // whether to disable flag imagery
    imgHeight : 12, // height of flag icons
    imgWidth : 18, // width of flag icons
    maxLength : 900, // maxLength of strings passed to Google
    reparse : false // whether to reparse the DOM for each translation
    });