Chief Executive Officer, SYSPRO EMEA and APAC
SYSPRO Global Senior Leadership Team
The senior leadership team is responsible for setting and implementing the group strategy. They are responsible for managing the company’s core business operations and initiatives and establishing company-wide policies, procedures and standards. They lead strategic planning and critical decision- making.
window.onload = function() {
// Log the ID of the div to the console when the page loads
var div = document.getElementById('myDiv1');
console.log('div2:', div.id);
};
function showDiv1(){
var div2 = document.getElementById('doopentwo');
var div3 = document.getElementById('doopenone');
var btn1 = document.getElementById('button1');
var btn2 = document.getElementById("button2");
div2.style.display = 'none';
div3.style.display = 'block';
btn1.classList.add('active');
btn2.classList.remove('active');
}
function showDiv2(){
var div2 = document.getElementById('doopentwo');
var div3 = document.getElementById('doopenone');
var btn1 = document.getElementById('button1');
var btn2 = document.getElementById("button2");
div2.style.display = 'block';
div3.style.display = 'none';
btn2.classList.add('active');
btn1.classList.remove('active');
}