_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
image="hmenu/orangedots.gif";
imagepadding=6;
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
overimage="hmenu/whitedots.gif";
padding=6;
pagebgcolor="#1B2C85";
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=1;
subimage="hmenu/arrow.gif";
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
//pagebgcolor="red";
//pagecolor="black";
separatorcolor="#758CC9";
separatorsize=1;
subimage="hmenu/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=-90;
orientation="horizontal";
style=menuStyle;
top=80;

aI("");
aI("text=About US;");
aI("text=&nbsp;&nbsp;About Us &nbsp;&nbsp;showmenu=Down;");
aI("url=key.htm;text=&nbsp;&nbsp;&nbsp;Key Personnel&nbsp;&nbsp;");
aI("text=&nbsp;&nbsp;&nbsp;Areas of Expertise&nbsp;&nbsp;&nbsp;showmenu=Partners;");
aI("url=employment.asp;text=&nbsp;&nbsp;&nbsp;Employment&nbsp;&nbsp;");
//aI("url=industry.htm;text=&nbsp;&nbsp;Industry Links&nbsp;");
aI("url=seminar.asp;text=&nbsp;&nbsp;&nbsp;Seminars&nbsp;&nbsp;");
aI("url=location.htm;text=&nbsp;&nbsp;&nbsp;Location&nbsp;&nbsp;");
aI("url=query.htm;text=&nbsp;&nbsp;&nbsp;Request for Quote&nbsp;&nbsp;");
aI("url=http://seal.onlinelrms.net/;text=Login&nbsp;&nbsp;");

}

with(milonic=new menuname("Milonic")){
margin=7;
style=submenuStyle;
aI("url=surface.htm;text=About;");
aI("url=auger.htm;text=Auger;");
aI("url=esca.htm;text=ESCA(XPS);");

}

with(milonic=new menuname("Partners")){
margin=7;
style=submenuStyle;
aI("url=aoe.htm;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Introduction;");
aI("url=dpa.htm;text=**********************;");
aI("url=dpa.htm;text=Destructive Physical Analysis;");
aI("url=failure.htm;text=Failure Analysis;");
aI("url=instrumentation.htm;text=Instrumentation;showmenu=Links;");
aI("url=legal.htm;text=Legal Consulting;");
aI("text=Organic Analysis;showmenu=MyMilonic;");
aI("url=rga.htm;text=Residual Gas Analysis;");
aI("text=Surface Analysis;showmenu=Milonic;");
}

with(milonic=new menuname("Links")){
margin=7;
style=submenuStyle;
aI("text=SEMs&nbsp;showmenu=Anti Spam;");

}

with(milonic=new menuname("Anti Spam")){
margin=7;
style=submenuStyle;
aI("url=sems.htm;text=About;");
aI("url=hiw.htm;text=How It Works;");
aI("url=Tescan.htm;text=Tescan Vega II;");
aI("url=jeol64.htm;text=JEOL 6400;");
aI("url=jeol61.htm;text=JEOL 6100;");
aI("url=edx.htm;text=EDX Analysis;");
}

with(milonic=new menuname("MyMilonic")){
margin=7;
style=submenuStyle;
aI("url=organic.htm;text=About;");
aI("url=ftir.htm;text=FTIR;");
aI("url=dsc.htm;text=DSC/TGA;");
aI("url=gc.htm;text=GC/MS;");

}
with(milonic=new menuname("Down")){
margin=7;
style=submenuStyle;

aI("url=aboutus.htm;text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Introduction &nbsp;&nbsp;");
aI("text=***************");
aI("text=Forms & Brochures;showmenu=Frm;");

}
with(milonic=new menuname("Frm")){
margin=7;
style=submenuStyle;

aI("text=***************Click to Download**************");
//aI("");
aI("url=download/Auger.pdf;text=Solves Materials Problems using AUGER&nbsp;target=_blank;");
aI("url=download/DPA.pdf;text=DPA- Destructive Physical Analysis&nbsp;target=_blank;");
aI("url=download/Failure.pdf;text=Failure Analysis&nbsp;target=_blank;");
aI("url=download/EDFA.pdf;text=EDFA- Electron Device Failure Analysis&nbsp;target=_blank;");
aI("url=download/Instru.pdf;text= Major Instrumentations at SEAL&nbsp;target=_blank;");
aI("url=download/Legal.pdf;text=Product Liability - Legal Support &nbsp;target=_blank;");
aI("url=download/Plastics.pdf;text=Plastics & Organics Analysis&nbsp;target=_blank;");
aI("url=download/Lib.pdf;text=Organic and Plastic Materials - Spectral Library Summary&nbsp;target=_blank;");
aI("url=download/key.pdf;text=SEAL Key Personnel &nbsp;target=_blank;");
aI("url=download/RGA.pdf;text=RGA Request Form &nbsp;target=_blank;");
}
drawMenus();

