var DEBUG = true;
var STR_RESULT_CONF = {
    "container" : "str_result_container",
    "styles" : {
        "tab_container" : "tab_container_result"
    },
    "tabs" : [
        {
            "title" : "Meine Tipps",
            "label" : "my_results",
	    "click" : "return str_my_results();"
        },
        {
            title : str_label_results,
            label : "real_results",
	    click : "return str_real_results();"
        }
    ],
    "default" : "my_results",
    "loading" : "Lade..."
};
var STR_TABLE_CONF = {
    "container" : "str_table_container",
    "tabs" : [
        {
            "title" : "Meine Tabelle",
            "label" : "my_table",
	    "click" : "return str_my_table();"
        },
        {
            title : str_label_table,
            label : "real_table",
	    click : "return str_real_table();"
        }
    ],
    "default" : "real_table",
    "loading" : "Lade..."
};
