


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-2            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#191A25";
oncolor="#FFFF66";
offbgcolor="#191A25";
offcolor="#FFCC33";
padding=6;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="000000";
pagebgcolor="#E7CE86";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";

}



with(milonic=new menuname("lab")){
style=menuStyle;
left=350;
orientation="vertical";
aI("text=Sample Preparation;url=prep.html;")
aI("text=Sample Analysis;url=analysis.html;")

}

with(milonic=new menuname("research")){
style=menuStyle;
left=450;
orientation="vertical";
aI("text=Timescale Calibration;showmenu=timescale;")
aI("text=Evolution of Continental Crust;showmenu=crust;")
aI("text=Environmental Geochemistry;url=environment.html;")
}

with(milonic=new menuname("news")){
style=menuStyle;
orientation="vertical";
aI("text=New Abstracts;url=abstracts.html;")
aI("text=Lab News;url=news.html;")
}


with(milonic=new menuname("crust")){
style=menuStyle;
orientation="vertical";
aI("text=Introduction;url=ccintro.html;")
aI("text=Donegal Granites;url=donegal.html;")
aI("text=Cascades Arc;url=cascades.html;")
aI("text=Snowbird Zone;url=snowbird.html;")
aI("text=Kaapvaal Craton;url=kaapvaal.html;")
aI("text=Continental Dynamics;url=dynamics.html;")
}



with(milonic=new menuname("timescale")){
style=menuStyle;
orientation="vertical";
aI("text=Introduction;url=ts_intro.html;")
aI("text=Cambrian Explosion;url=cambrian.html;")
aI("text=Permo-Triassic Extinctions;url=permian.html;")

}

with(milonic=new menuname("publications")){
style=menuStyle;
orientation="vertical";
aI("text=By Year;url=pubs_year.html;")
aI("text=Timescale;url=pubs_ts.html;")
aI("text=Continental Crust;url=pubs_cc.html;")
aI("text=Isotope Systematics;url=pubs_sys.html;")

}




with(milonic=new menuname("people")){
style=menuStyle;
left=700;
orientation="vertical";
aI("text=Terrence Blackburn;url=blackburn.html;")
aI("text=Sam Bowring;url=bowring.html;")
aI("text=Robert Buchwaldt;url=buchwaldt.html;")
aI("text=Seth Burgess;url=burgess.html;")
aI("text=Francis Dudas;url=dudas.html;")
aI("text=Gregory Dumond;url=dumond.html;")
aI("text=Noah McLean;url=mclean.html;")
aI("text=Bill Olszewski;url=olszewski.html;")
aI("text=Jahan Ramezani;url=ramezani.html;")
aI("text=Matt Rioux;url=rioux.html;")
aI("text=Erin Shea;url=shea.html;")
aI("text=Pat Walsh;url=walsh.html;")

aI("text=----------------;")

aI("text=Departed People;url=old.html;")

}



drawMenus();

