/**
 * @author Tim
 */
FLN.Config = function(){
    return ({
        statusAbbreviations: {
            "c": "completed",
            "i": "incomplete",
            "n": "not attempted"
        },
        YAHOO_log_reader_on: false,
        disable_right_click: true,
		completionEmailAddress: "MJTP.NZDF@NZDF.MIL.NZ",
		mailTo:"mailto:{EMAIL}?subject=MJTP Level 1 Completion&body=Completion code: {COMPLETION_CODE}%0A%0AName:%0ARank:%0AService number:"
    })
}();
