skip to Main Content

Senior Millwork Project Manager – Canada (2647123)

Our client is an architectural millwork company with more than 40 years of operations.They have worked with various Fortune 500 companies, and have been known to create innovative and high quality architectural millwork products. If you would like to learn more, give us a call at 1-855-733-7325 (RED)-(SEAL) or apply online today. Terms of Employment: Permanent,...
Read more
// Gtranslate - Ensure the dropdown opens and closes correctly without affecting top bar document.addEventListener('DOMContentLoaded', function() { var languageSelector = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_selected'); var dropdown = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_option'); if (languageSelector) { languageSelector.addEventListener('click', function(e) { e.preventDefault(); // Toggle the dropdown display if (dropdown.style.display === 'block') { dropdown.style.display = 'none'; } else { dropdown.style.display = 'block'; } }); // Close the dropdown when clicking outside of it document.addEventListener('click', function(event) { if (!languageSelector.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); } });