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

var mapLink = '/content?m=sitemap';
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( '<a href="/content?m=page" class="mL" id="menu_home">Home</a>\r\n' );
	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>');
}
