// JavaScript Document
// Drop Bown Menu - Body Script
// copyright Stephen Chapman, 4th March 2005
// you may copy this menu provided that you retain the copyright notice

var mapLink = 'sitemap.html';
var mapName = 'Site Map';

// do not change anything below this line
if (document.getElementById) {
    document.writeln('<div id="mB">\r\n');
    bar.writeBar();
    document.write('\r\n<\/div>\r\n\r\n');
    bar.writeDrop();
} else
    document.writeln('<div id="mB"><a class="mO" href="' + mapLink + '">' + mapName + '<\/a><\/div>');