


_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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="#cccccc";
oncolor="#cc3333";
offbgcolor="#eeeeee";
offcolor="#000000";
padding=6;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ffffff";
pagebgcolor="#6699cc";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";

}

with(menuStyle2=new mm_style()){
//bordercolor="#ffffff";
//borderstyle="solid";
//borderwidth=1;
separatorcolor="#000000";
separatorsize=3;
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#cc0000";
padding=8;
fontsize="10px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="ffffff";
//pagebgcolor="#6699cc";
//headercolor="#000000";
//headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
subimage="images/varrow.gif";
subimagepadding=2;

}

with(menuStyle3=new mm_style()){

//separatorcolor="#666666";
//separatorsize=1;
onbgcolor="#cccccc";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#cc0000";
padding=6;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
//pagecolor="ffffff";
//pagebgcolor="#6699cc";
//headercolor="#000000";
//headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
subimage="images/varrow.gif";
subimagepadding=0;

}


//ABOUT MAIN MENU
with(milonic=new menuname("about")){
style=menuStyle2;
orientation="horizontal";
aI("text=introduction;url=http://www.earth-time.org/intro.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=news;url=http://www.earth-time.org/news.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=meetings;url=http://www.earth-time.org/meetings.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=jobs;url=http://www.earth-time.org/jobs.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=plans;url=http://www.earth-time.org/plans.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=in the news;url=http://www.earth-time.org/inthenews.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=contact us;url=http://www.earth-time.org/contact.html;")

}

//FORUMS MAIN MENU
with(milonic=new menuname("forums")){
style=menuStyle2;
orientation="horizontal";
aI("text=U-Pb;url=http://www.earth-time.org/phpBB3/viewforum.php?f=3;")
aI("image=http://www.earth-time.org/images/test.gif;text=Ar-Ar;url=http://www.earth-time.org/phpBB3/viewforum.php?f=4;")
aI("image=http://www.earth-time.org/images/test.gif;text=astrochronology;url=http://www.earth-time.org/phpBB3/viewforum.php?f=5;")
aI("image=http://www.earth-time.org/images/test.gif;text=biostratigraphy;url=http://www.earth-time.org/phpBB3/viewforum.php?f=6;")
aI("image=http://www.earth-time.org/images/test.gif;text=extinctions;url=http://www.earth-time.org/phpBB3/viewforum.php?f=8;")
aI("image=http://www.earth-time.org/images/test.gif;text=forum index;url=http://www.earth-time.org/phpBB3/index.php;")

}

//EDUCATION MENU
with(milonic=new menuname("education")){
style=menuStyle2;
orientation="horizontal";
aI("text=overview;url=http://www.earth-time.org/overview.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=k-12 students;url=../k12.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=university students;url=../university.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=professionals;url=../prof.html;")

}
//LABSHARE MENU
with(milonic=new menuname("projects")){
style=menuStyle2;
left="offset=-290";
orientation="horizontal";
aI("text=proof of concept;url=http://www.earth-time.org/poc.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=U-Pb;url=http://www.earth-time.org/u-pb.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=Ar-Ar;url=../ar-ar.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=astronomical tuning;url=../tuning.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=intercalibration;url=../intercalibration.html;")
aI("image=http://www.earth-time.org/images/test.gif;text=mass spectrometry;url=../spectrometry.html;")

}

//JOINT PROJECTS MAIN MENU
with(milonic=new menuname("members")){
style=menuStyle2;
left="offset=0";
orientation="horizontal";

aI("text=join &amp; subscribe;url=http://www.earth-time.org/groupmail/;")

aI("image=http://www.earth-time.org/images/test.gif;text=forum log in;url=http://www.earth-time.org/phpBB3/ucp.php?mode=login;")

}




drawMenus();


