function makeMenu()
{
  // It is very important to ensure that the suffix is included to correctly reflect the full URL
  // You may need to do a trial and error experiment until you get the right URL

  var suffix = '/';
  var url = location.protocol + '//' + location.hostname + suffix;

  document.write('<div id="m1" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + 'profile/profile.php">About Deaf Australia</a>');
  document.write('<a href="' + url + 'profile/history.php">History</a>');
  document.write('<a href="' + url + 'profile/success.php">Achievements</a>');
  document.write('<div class="separator"></div>');
  document.write('<a href="' + url + 'profile/board.php">The Board</a>');
  document.write('<a href="' + url + 'profile/staff.php">The Staff</a>');
  document.write('<a href="' + url + 'profile/subcttees.php">Sub-committees</a>');
  document.write('<a href="' + url + 'profile/experts.php">Expert Groups</a>');
  document.write('<div class="separator"></div>');
  document.write('<a href="' + url + '#" class="highlightedItem" onmouseover="activateSubMenu(event, \'s1\');">Support Deaf Australia</a>');
  document.write('<a href="' + url + 'profile/states.php">State Branches</a>');
  document.write('<a href="' + url + 'profile/strategy.php">Strategic Plan</a>');
  document.write('<a href="' + url + 'profile/vision2020.php">Vision 2020</a>');  
  document.write('</div>');

  document.write('<div id="m2" class="menu" onmouseover="menuMouseOv(event);">');
  document.write('<a href="' + url + 'info/releases.php">Media Releases</a>');
  document.write('<a href="' + url + 'info/outlook.php">Outlook Magazines</a>');
  document.write('<a href="' + url + 'info/policies.php">Policies, Positions, Reports</a>');
  document.write('<a href="' + url + 'info/discussions.php">Discussion Papers</a>');
  document.write('<a href="' + url + 'info/articles.php">Articles and Presentations</a>');
  document.write('<a href="' + url + 'info/constitution.php">DA Constitution</a>');
  document.write('<a href="' + url + 'info/annualreport.php">Annual Reports</a>');
  document.write('<a href="' + url + 'info/info.php">Information Sheets</a>');  
  document.write('<a href="' + url + '#" class="highlightedItem" onmouseover="activateSubMenu(event, \'s2\');">Directories</a>');
  document.write('<a href="' + url + 'info/privacy.php">Privacy Policy</a>');
  document.write('<a href="' + url + 'info/archives.php">Archives</a>');
  document.write('<div class="separator"></div>');
  document.write('<a href="' + url + 'info/sitemap.php">Site Map</a>');
  document.write('<a href="' + url + 'info/accessibility.php">Accessibility</a>');
  document.write('</div>');

  document.write('<div id="m3" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + '#" class="highlightedItem" onmouseover="activateSubMenu(event, \'s3\');">Telecommunications</a>');
  document.write('<a href="' + url + 'advocacy/education.php">Education</a>');
  document.write('<a href="' + url + 'advocacy/interpreting.php">Interpreting</a>');
  document.write('<a href="' + url + 'advocacy/ndtv.php" class="highlightedItem" onmouseover="activateSubMenu(event, \'s4\');">Deaf TV</a>');
  document.write('<a href="' + url + 'advocacy/captioning.php">Captioning</a>');
  document.write('<a href="' + url + 'advocacy/employment.php">Employment</a>');
  document.write('<a href="' + url + 'advocacy/genetics.php">Genetics and Ethics</a>');
  document.write('<a href="' + url + 'advocacy/ddastds.php">DDA Standards</a>');
  document.write('<a href="' + url + 'advocacy/awareness.php">Deaf Awareness</a>');
  document.write('<a href="' + url + 'advocacy/fairaward.php">Fair Go Award</a>');
  document.write('<a href="' + url + 'advocacy/un_conv.php">UN Convention</a>');
  document.write('<a href="' + url + 'advocacy/services.php">Access to Services</a>');
  document.write('<a href="' + url + 'advocacy/health.php">Health</a>');
  document.write('</div>');

  document.write('<div id="m4" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + 'community/nwdp.php">National Week of Deaf People</a>');
  document.write('<a href="' + url + 'community/youth.php">Youth</a>');
  document.write('<a href="' + url + 'community/awards.php">Deaf Australian of Year Awards</a>');
  document.write('<a href="' + url + 'community/events.php">Events Calendar</a>');
  document.write('</div>');

  document.write('<div id="m6" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + 'contact/index.php">Contact Details</a>');
  document.write('<a href="' + url + 'contact/email.php">Send an e-mail to DA</a>');
  document.write('<a href="' + url + 'contact/fback.php">Feedback</a>');
  document.write('</div>');

  document.write('<div id="s1" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + 'profile/membership.php">Membership</a>');
  document.write('<a href="' + url + 'profile/donations.php">Donations</a>');
  document.write('</div>');

  document.write('<div id="s2" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + 'info/products.php">Services and Products</a>');
  document.write('<a href="' + url + 'info/learnsign.php">Learn to sign</a>');
  document.write('</div>');

  document.write('<div id="s3" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + 'advocacy/telecoms.php">What is DTAN?</a>');
  document.write('<a href="' + url + 'advocacy/dtan2.php">Current Activities</a>');
  document.write('<a href="' + url + 'advocacy/dtan3.php">What’s New?</a>');
  document.write('<a href="' + url + 'advocacy/telmatrix.php">Current Telco Issues Matrix</a>');
  document.write('<a href="' + url + 'advocacy/dtan4.php">Useful Info &amp; Links</a>');
  document.write('</div>');  

  document.write('<div id="s4" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + 'advocacy/ndtv.php">National Deaf Television</a>');
  document.write('<a href="' + url + 'advocacy/signpost1.php">SignPost</a>');
  document.write('<a href="' + url + 'advocacy/signpost2.php">SignPost Team</a>');  
  document.write('</div>');  

  document.write('<div id="s5" class="menu" onmouseover="menuMouseOver(event);">');
  document.write('<a href="' + url + 'research/guidelines.php">Guidelines</a>');
  document.write('<a href="' + url + 'research/entries.php">Submit entries</a>');
  document.write('<a href="' + url + 'research/referred.php">Refereed Articles</a>');
  document.write('<a href="' + url + 'research/confarticles.php">Conference Papers</a>');
  document.write('<a href="' + url + 'research/media.php">Media Articles</a>');
  document.write('<a href="' + url + 'research/theses.php">Theses</a>');  
  document.write('<a href="' + url + 'research/audiovisual.php">Audiovisual Materials</a>');
  document.write('<a href="' + url + 'research/projects.php">Research Projects in progress</a>');
  document.write('</div>');
}  