


_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="#999999";
oncolor="#092D69";
offbgcolor="#002656";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="10px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#002656";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdn.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("Main Menu")){
style=menuStyle;
screenposition="center"
top=271;
left=0;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=ABOUT LT'S;showmenu=lts;");
aI("text=MINERAL MODULE;showmenu=mineral;");
aI("text=VFT MODULE;showmenu=vft;");
aI("text=OTHER RESOURCES;showmenu=other;");
}

with(milonic=new menuname("lts")){
style=menuStyle;
overflow="scroll";
aI("text=Contributors;url=aboutltmodule/contributors.htm");
aI("text=Funding Support;url=aboutltmodule/funding.htm");
aI("text=Technical Support;url=aboutltmodule/technicalsupport.htm");
}

with(milonic=new menuname("mineral")){
style=menuStyle;
overflow="scroll";
aI("text=Explanation of Tests;url=mintestmodule/selectmineral/explainvideohtm/index.htm;");
aI("text=Mineral Gallery;url=mingallery/index.htm;");
aI("text=Micrograph Gallery;url=microgallery/index.htm;");
aI("text=Select a Mineral;url=mintestmodule/selectmineral/index.htm;");
//aI("text=Link 5b;url=insert path/filename or URL here;");
//aI("text=Link 6b;url=insert path/filename or URL here;");
//aI("text=Link 7b;url=insert path/filename or URL here;");
//aI("text=Link 8b;url=insert path/filename or URL here;");
}

with(milonic=new menuname("vft")){
style=menuStyle;
overflow="scroll";
aI("text=Select a VF-Trip;url=vftmodule/index.htm;");
aI("text=Andover Lake VF-Site;url=../andover-ver5/index.htm;");
aI("text=ECSU Arboretum VF-Site;url=../ECSUarboretum-ver5/index.htm;");
aI("text=Greenland VF-Site;url=../Kang-ver5/index.htm;");
//aI("text=Link 4c;url=insert path/filename or URL here;");
//aI("text=Link 5c;url=insert path/filename or URL here;");
}

with(milonic=new menuname("other")){
style=menuStyle;
overflow="scroll";
aI("text=On-Line Evaluation;url=othresmodule/assessment.htm;");
aI("text=Mineral Gallery;url=mingallery/index.htm;");
aI("text=Micrograph Gallery;url=microgallery/index.htm;");
aI("text=Rock Gallery;url=rockgallery/index.htm;");
aI("text=Links & Teaching Resources;url=othresmodule/othlinks.htm");
//aI("text=Link 5c;url=insert path/filename or URL here;");
//aI("text=Link 6c;url=insert path/filename or URL here;");
//aI("text=Link 7c;url=insert path/filename or URL here;");
//aI("text=Link 8c;url=insert path/filename or URL here;");
//aI("text=Link 9c;url=insert path/filename or URL here;");
//aI("text=Link 10c;url=insert path/filename or URL here;");
}

drawMenus();

