//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:160px;"><a href="' + path + '/target/invivo.html"><span style="font-style:italic">in vivo</span> Technology<sup><span style="font-size:6pt">&nbsp;</span></sup></a>\
\
	<div><div style="width:186px;top:-3px;left:140px;"><ul style="">\
	<li><a href="' + path + '/target/pheno.html">Phenotyping</a></li>\
	<li><a href="' + path + '/target/gene.html">Gene Selection</a></li>\
	<li><a href="' + path + '/target/intelprop.html">Intellectual Property</a></li>\
	</ul></div></div></li>\
\
\
<li  style="width:120px;"><a href="' + path + '/target/deltabase.html">DeltaBase<sup><span style="font-size:6pt">&reg;</span></sup></a>\
\
	<div><div style="width:166px;top:-3px;left:100px;"><ul style="BACKGROUND-COLOR: #001c52;">\
	<li><a href="' + path + '/target/demo.pps" target="_blank">Demo</a></li>\
	<li><a href="' + path + '/target/featured.html">Featured Genes</a></li>\
	<li><a href="' + path + '/target/histologyatlas/HistologyAtlas.html" target="_blank">Histology Atlas</a></li>\
	</ul></div></div></li>\
\
\
<li  style="width:120px;"><a href="' + path + '/deltaone/index.html" target="_blank">DeltaOne<sup><span style="font-size:6pt">TM</span></sup></a></li>\
</ul><div style="clear:left;"></div></div></div></div>\
\
\
')