if (window.location.pathname == '/#section1' || window.location.pathname == '/#section3' || window.location.pathname == '/#section5' || window.location.pathname == '' || window.location.pathname == '/' || window.location.pathname == '/index.php') {
$(".sp-module ul >li >a").css("color", "#fff")
} else {
$(".sp-module ul >li >a").css("color", "#000")
}
if (document.getElementById(element_id)) {
document.getElementById(element_id).innerHTML= GLOBAL_STAT_TXT[status_code].name;
document.getElementById(element_id).style.background = GLOBAL_STAT_TXT[status_code].stat_bgcol;
document.getElementById(element_id).style.color = GLOBAL_STAT_TXT[status_code].stat_col;
}