// 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 = 'www.google.com/index.htm';
var mapName = 'test';

// 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>');
}