function sysdown() {
var text = "system is down";
var msg = document.getElementById("sysDownMsg")
// uncomment this line for sys down msg
//msg.innerText = msg.textContent = "System is down temporarily for maintenance";
}