This municipality has made available the following Engineering Planning Documents, for full details download a .pdf
copy for easy access. Please feel free to contact the Communications Department for more information
regarding any Notice:
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent-tenders");
for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display="none" ; }
tablinks=document.getElementsByClassName("tablinks"); for (i=0; i < tablinks.length; i++) {
tablinks[i].className=tablinks[i].className.replace(" active", "" ); }
document.getElementById(cityName).style.display="block" ; evt.currentTarget.className +=" active" ; } // Get the
element with id="defaultOpen" and click on it document.getElementById("defaultOpen").click();