var nvaFx = {
    Version         : "[R.554]",
    User            : null,
    Init            : function() {
        if(true) {
            //desativa o salvamento autom�tico das p�ginas do MOSS.
            window.onbeforeunload = function() {}
        }
    },
    Dialogs         : {
        ShowMessage     : function(titulo, msg, tipo) {
            alert(titulo + "\n\n" + msg);
        },
        ShowError       : function(titulo, msg, stackTrace) {
            alert(titulo + "\n\n" + msg + "\n\n" + stackTrace);
        }
    },
    Variations      : {
        HasVariation    : true,
        SourceLanguage  : "pt-br",  
        CurrentLanguage : "pt-br",  
        CurrentIsSource : true 
    },
    Server          : {
        AppPath     : '',
        ServerUrl   : 'http://www.fei.edu.br',
        AdmServerUrl: 'http://adm.fei.edu.br/'
    }
}

                if(window.addEventListener){ // Mozilla, Netscape, Firefox
	                window.addEventListener('load', function() {nvaFx.Init();} , false);
                } else { // IE
	                window.attachEvent('onload',  function() {nvaFx.Init();}, false);
                }
                