<!--
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(ScrollingSampStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#800000";
oncolor="#ffffff";
pagebgcolor="#82B6D7";
padding=1;
}

with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#800000";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
}


with(flwmenu=new menuname("Main Menu")){
alwaysvisible=1;
itemwidth="1%";
menualign="center";
menuwidth=m_width;
left=menuleft;
orientation="horizontal";
style=ScrollingSampStyle;
top=menutop;


aI("align=center;showmenu=Periodic Table;text=Periodic Table;");
aI("align=center;text=Glossary;url=http://www.flw.com/datatools/glossary;");
aI("align=center;text=Material Compatability;url=http://www.flw.com/datatools/compatibility;");
aI("align=center;text=Unit Conversion;url=http://www.flw.com/datatools/convertor/;");
aI("align=center;text=CV Calculator;url=http://www.flw.com/datatools/cv;");
aI("align=center;text=Temperature Converter;url=http://www.flw.com/datatools/temperature;");
aI("align=center;showmenu=download;text=Download;");
aI("align=center;text=About;url=http://www.flw.com/datatools/about.htm;");
}

with(flwmenu=new menuname("Periodic Table")){
style=menuStyle;
aI("text=Standard Table;url=http://www.flw.com/datatools/periodic/118.htm;")
aI("text=Extended Periodic Table;url=http://www.flw.com/datatools/periodic/;")
}

with(flwmenu=new menuname("download")){
style=menuStyle;
aI("text=Periodic Table;url=http://www.flw.com/datatools/download/periodic/periodic.exe;")
aI("text=Glossary;url=http://www.flw.com/datatools/download/glossary/glossary.exe;")
aI("text=Material Compatability;url=http://www.flw.com/datatools/download/compatibility/compatibility.exe;")
aI("text=Unit Conversion;url=http://www.flw.com/datatools/download/convertor/convertor.exe;")
aI("text=CV Calculator;url=http://www.flw.com/datatools/download/cv/cv.exe;")
}

drawMenus();

//-->
