// JavaScript Document
document.write('<!--1st drop down menu -->');                                              
document.write('<div id="atyourserviceMenu" class="dropmenudiv">');
document.write('<a href="/atyourservice/index.html">For Our Tenants</a>');
document.write('<a href="/atyourservice/servicerequest.html">Service Requests</a>');
document.write('</div>');
document.write('<!--2nd drop down menu -->');                                           
document.write('<div id="selectedpropertiesMenu" class="dropmenudiv">');
document.write('<a href="/selectedproperties/centerbeamplace.html">CenterBeam Place </a>');
document.write('<a href="/selectedproperties/brunswickhouse.html">Brunswick House </a>');
document.write('<a href="/selectedproperties/monctonplace.html">Commerce Place </a>');
document.write('<a href="/selectedproperties/joneslakeplace.html">Jones Lake Place </a>');
document.write('<a href="/selectedproperties/mercantile.html">Mercantile Centre </a>');
document.write('<a href="/selectedproperties/ordnance.html">Ordnance Building </a>');
document.write('<a href="/selectedproperties/redrose.html">Red Rose Tea Building </a>');
document.write('<a href="/selectedproperties/somerset.html">Somerset Square </a>');
document.write('<a href="/selectedproperties/retail.html">Retail </a>');
document.write('<a href="/selectedproperties/commercial.html">Commercial/Industrial </a>');
document.write('<a href="/selectedproperties/propertydevelopment.html">Property Development </a>');
document.write('<a href="/selectedproperties/propertydevelopment.html">Facility Management </a>');
document.write('</div>');
document.write('<!--3rd anchor link and menu -->');                                  
document.write('<div id="availableMenu" class="dropmenudiv">');
document.write('<a href="/available/newbrunswick.html">New Brunswick </a>');
document.write('<a href="/available/novascotia.html">Nova Scotia </a>');
document.write('<a href="/available/pei.html">PEI </a>');
document.write('<a href="/available/quebec.html">Qu&eacute;bec &amp; Ontario</a>');
document.write('</div>');
