//get to root path/folder
var path = window.location.pathname.substr(0, window.location.pathname.indexOf("/", 1));
if(path.length > 0 && path.charAt(0) != "/") path = "/" + path; 

//dgen hack for top level web - not virtual directory
path = "";

document.write('\
\
\
<div><div><div style="display:none;"><ul id="imenus0" style="width:410px">\
<li  style="width:50px;"><a href="' + path + '/about/legal.html">Legal</a>\
\
</li>\
\
\
<li  style="width:100px;"><a href="' + path + '/about/management.html">Management</a>\
\
	<div><div style="width:166px;top:-3px;left:100px;"><ul style="BACKGROUND-COLOR: #001c52;">\
	<li><a href="' + path + '/about/officers.html">Officers</a></li>\
	<li><a href="' + path + '/about/board.html">Board of Directors</a></li>\
	</ul></div></div></li>\
\
\
<li  style="width:150px;"><a href="' + path + '/about/productdistribution.html">Product Distribution</a></li>\
<li  style="width:120px;"><a href="' + path + '/pressreleases/pressreleases.html">Investor Relations</a>\
</li>\
</ul><div style="clear:left;"></div></div></div></div>\
\
\
')