Contact Us
Home / Contact Us
Address:
2489, Logan Road,
Eight Mile Plains, 4113, Australia
Sydney Address:
165 Prospect Hwy
Seven Hill Nsw 2147 Australia
var modal = document.getElementById("myModal");
var btn = document.getElementById("myBtnent");
var span = document.getElementsByClassName("closse")[0];
btn.onclick = function() { modal.style.display = "block"; }
span.onclick = function() { modal.style.display = "none"; }
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
var modal = document.getElementById("myModal");
var btn = document.getElementById("myBtnentts");
var span = document.getElementsByClassName("closse")[0];
btn.onclick = function() { modal.style.display = "block"; }
span.onclick = function() { modal.style.display = "none"; }
window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } }