window.onload = function() {
        vte.init();
        
        // this is how you override the settings in the vte.js file:
        vte.vteDir = '';
        vte.captionWidthCorrection = 4;
    }
