// Drop Bown Menu - Body Script
// copyright Stephen Chapman, 4th March 2005
// you may copy this calculator provided that you retain the copyright notice

var mapLink = '#';
var mapName = 'Site Map';

// do not change anything below this line
if (document.getElementById) 
{
	document.writeln('<div id="mB">');
	bar.writeBar();
	document.write('</div>');
	bar.writeDrop();
} 
else
	document.writeln('<div id="mB"><a class="mO" href="'+mapLink+'">'+mapName+'<\/a><\/div>');
