function loadSystemOutageMessage() { var text; var showMessage; showMessage = true; text = "Trade User Access will be decommissioned on or before 31/12/25, please contact Trade Operations/Relationship Manager for new Trade Portal access.\r\nSupply Chain Finance User Access is not impacted and remains in place."; if (showMessage == true) { document.getElementById("textjs").innerHTML = text; } }