// Drop Bown Menu - Body Script
// copyright Stephen Chapman, 4th March 2005
// you may copy this calculator provided that you retain the copyright notice
// Adapters note: The line above should read 'you may copy this menu provided
//                that you retain the copyright notice', but I can't fix it
//                without breaching the agreement that allows me to do so
var mapLink = '#';
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>');
