Brisbane Office & Showroom
89 Mclachlan St, Fortitude Valley
Office hours are Monday to Friday 8:30am - 5:00pm. Our Showroom is open by appointment.
Mosaic Property Group
Level 6, 89 McLachlan Street
Fortitude Valley QLD 4006
Mosaic Property Management
Level 5, 89 McLachlan Street
Fortitude Valley QLD 4006
PO Box 2075,
Fortitude Valley QLD 4006
48-50 Duporth Avenue,
Maroochydore QLD 4558
18 Albert Avenue,
Broadbeach QLD 4218
Please note our Gold Coast showroom is temporarily closed for refurbishment. Please visit us at our temporary office at 15 Peerless Avenue Mermaid Beach.
function onSubmit(token) {
document.getElementById("formspammertrapcontactform").submit(); } window.onload = function() { setTimeout(function() { var links = document.getElementsByClassName('fst_required');
for(var i = 0, il = links.length; i< il; i ++)
{
links[i].onclick = fst_delaytheclick;
links[i].onfocus = fst_delaytheclick;
}
}
,5000);
function fst_delaytheclick(event)
{
event.preventDefault();
setTimeout(function()
{
document.getElementById("formspammertrapcontactform").action = fst_code_+fst_code_;
document.getElementById('fst_idnumber').value='human';
document.getElementById('yourname').name='yourname';
document.getElementById('youremail').name='youremail';
}
,5000);
setTimeout(function()
{
document.getElementById("submitbutton").removeAttribute("hidden");
}
,5000);
var showhello = "";
if (showhello) {
setTimeout(function()
{
alert("Form's action value changed!")
}
,5000);
}
};
}
function fst_eventFire(el, etype){
if (el.fireEvent) {
el.fireEvent('on' + etype);
} else {
var evObj = document.createEvent('Events');
evObj.initEvent(etype, true, false);
el.dispatchEvent(evObj);
}
}