// JavaScript Document
TranslateThis({
    cookie : 'tt-lang', // Name of the cookie - set to 0 to disable
    
    panelText : 'Languages:', // Panel header text
    moreText : '42 more languages »', // More link text
    busyText : 'Loading page...',
    cancelText : 'cancel',
    doneText : 'Translated by the', // Completion message text
    undoText : 'Undo »', // Text for untranslate link
    
    undoLength : 1000, // Time undo link stays visible (milliseconds)
    
    fromLang : 'it', // Native language of your site
    
    
    noBtn : false, //whether to disable the button styling
    btnImg : 'http://www.savoybeachhotel.it/img/bandierine.gif',
    btnWidth : 120,
    btnHeight : 42
    
});


