//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:234px">\
<li  style="width:100%;"><a href="' + path + '/about/index.html">About Deltagen</a>\
\
	<div><div style="width:186px;top:-26px;left:246px;"><ul style="">\
	<li><a href="' + path + '/about/legal.html">Legal</a></li>\
	<li><a href="' + path + '/about/management.html">Management</a></li>\
	<li><a href="' + path + '/about/productdistribution.html">Product Distribution</a></li>\
	<li><a href="' + path + '/pressreleases/pressreleases.html">Press Releases</a></li>\
	</ul></div></div></li>\
\
\
<li  style="width:100%;"><a href="' + path + '/target/index.html">Discovery and Validation</a>\
\
	<div><div style="width:166px;top:-25px;left:244px;"><ul style="BACKGROUND-COLOR: #001c52;">\
	<li><a href="' + path + '/target/invivo.html"><span style="font-style:italic">in vivo</span> Technology</a></li>\
	<li><a href="' + path + '/target/deltabase.html">DeltaBase<sup><span style="font-size:6pt">&reg;</span></sup></a></li>\
	<li><a href="' + path + '/deltaone/index.html" target="_blank">DeltaOne<sup><span style="font-size:6pt">TM</span></sup></a></li>\
	</ul></div></div></li>\
\
\
<li  style="width:100%;"><a href="' + path + '/pressreleases/pressreleases.html">Investor Relations</a>\
</li>\
<li  style="width:100%;"><a href="' + path + '/contact/index.html">Contact Us</a></li>\
</ul><div style="clear:left;"></div></div></div></div>\
\
\
')