











_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=40                // Follow scrolling Rate



_subOffsetTop=10              // 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="#4F8EB6";



oncolor="#ffffff";



offbgcolor="#DCE9F0";



offcolor="#515151";



bordercolor="#296488";



borderstyle="solid";



borderwidth=1;



separatorcolor="#2D729D";



separatorsize="1";



padding=2;



fontsize="60%";



fontstyle="normal";



fontfamily="Arial";



pagecolor="black";



pagebgcolor="#82B6D7";



headercolor="#000000";



headerbgcolor="#ffffff";



subimage="/labs/photobiology/images/arrow.gif";



subimagepadding="2";



overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";



outfilter="randomdissolve(duration=0.3)";



}



with(milonic=new menuname("Intro")){



style=menuStyle;



aI("text=Overview;url=/labs/photobiology/uv_variation_overview.aspx;");



aI("text=Archives;url=/labs/photobiology/uv_variation_archives.aspx;");







}



with(milonic=new menuname("Monitor")){



style=menuStyle;



aI("text=Overview;url=/labs/photobiology/monitoring_overview.aspx;");


aI("text=Monitoring Sites;url=/labs/photobiology/monitoring_sites.aspx;");
aI("text=Collaborative Monitoring Network;url=/labs/photobiology/monitoring_collaborative_network.aspx;");
aI("text=U.S. National UV Network;url=/labs/photobiology/monitoring_us_network.aspx;");
aI("text=How We Make Measurements;showmenu=Measure;");

}




with(milonic=new menuname("Measure")){



style=menuStyle;


aI("text=Measurements;url=/labs/photobiology/monitoring_measurement.aspx;");

aI("text=SR-18 Spectroradiometer;url=/labs/photobiology/monitoring_SR18.aspx;");



aI("text=Meteorological Instruments;url=/labs/photobiology/monitoring_meteo.aspx;");


}





with(milonic=new menuname("Effects")){



style=menuStyle;



aI("text=UV Effects in Aquatic Environment;url=/labs/photobiology/effects_aquatic.aspx;");

aI("text=Photobiology Research Projects;showmenu=Projects");


}




with(milonic=new menuname("Projects")){



style=menuStyle;




aI("text=UV and Mixing in the Ross Sea;url=/labs/photobiology/effects_ross.aspx;");

aI("text=UV Lakes Project;url=/labs/photobiology/effects_lakes.aspx;");
aI("text=Tidal Marsh Project;showmenu=Tidal Marsh Project;");
aI("text=Other Projects;showmenu=Other;");

}



with(milonic=new menuname("Tidal Marsh Project")){

style=menuStyle;

aI("text=Tidal Marsh Home;url=/labs/photobiology/tidal_marsh_home.aspx;");
aI("text=Tidal Marsh Team;url=/labs/photobiology/tidal_marsh_team.aspx;");

}




with(milonic=new menuname("Other")){



style=menuStyle;



aI("text=Chesapeake Bay;url=/labs/photobiology/effects_chesapeake.aspx;");



aI("text=Gamma Ray Bursts;url=/labs/photobiology/effects_gammaraybursts.aspx;");


}



with(milonic=new menuname("Particip")){

style=menuStyle;

aI("text=Overview;url=/labs/photobiology/participation_overview.aspx;");
aI("text=Undergraduate Projects;showmenu=Undergrad;");
aI("text=Graduate Student and Post Doc Projects;showmenu=Graduate");
aI("text=Visiting Scientist Projects;showmenu=Visiting;");
aI("text=Volunteer Projects;showmenu=Volunteer;");
}

with(milonic=new menuname("Undergrad")){

style=menuStyle;

aI("text=Ongoing Projects;url=/labs/photobiology/participation_undergrad_ongoing.aspx;");
aI("text=Proposed Projects;url=/labs/photobiology/participation_undergrad_proposed.aspx;");
aI("text=Completed Projects;url=/labs/photobiology/participation_undergrad_completed.aspx;");

}

with(milonic=new menuname("Graduate")){

style=menuStyle;

aI("text=Ongoing Projects;url=/labs/photobiology/participation_graduate_ongoing.aspx;");
aI("text=Proposed Projects;url=/labs/photobiology/participation_graduate_proposed.aspx;");
aI("text=Completed Projects;url=/labs/photobiology/participation_graduate_completed.aspx;");

}

with(milonic=new menuname("Visiting")){

style=menuStyle;

aI("text=Ongoing Projects;url=/labs/photobiology/participation_visiting_ongoing.aspx;");
aI("text=Proposed Projects;url=/labs/photobiology/participation_visiting_proposed.aspx;");
aI("text=Completed Projects;url=/labs/photobiology/participation_visiting_completed.aspx;");

}


with(milonic=new menuname("Volunteer")){

style=menuStyle;

aI("text=Ongoing Projects;url=/labs/photobiology/participation_volunteer_ongoing.aspx;");
aI("text=Proposed Projects;url=/labs/photobiology/participation_volunteer_proposed.aspx;");
aI("text=Completed Projects;url=/labs/photobiology/participation_volunteer_completed.aspx;");




}

drawMenus();








