
_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#004600";
oncolor="#FFCC00";
offbgcolor="#E1E1E1";
offcolor="#000000";
bordercolor="#033500";
borderstyle="solid";
borderwidth=1;
separatorcolor="0";
separatorsize="1";
padding=4;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFCC00";
headercolor="#cccccc";
headerbgcolor="#423E3E";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.3);Alpha(opacity=100);Shadow(color='#333333', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.3)";
}

with(topStyle=new mm_style()){
onbgcolor="0";
oncolor="#FFCC00";
offbgcolor="0";
offcolor="#ffffff";
bordercolor="#4E72B7";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5ECF25";
separatorsize="1";
padding=6;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
}

with(milonic=new menuname("corporate")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp;Corporate Profile&nbsp;;url=company.htm;status=Corporate Profile;");
aI("text=&nbsp;History&nbsp;;url=history.htm;status=History;");
aI("text=&nbsp;Career Opportunities&nbsp;;url=careers.htm;status=Career Opportunities;");
aI("text=&nbsp;Terms & Conditions&nbsp;;url=terms.htm;status=Terms & Conditions;");
}

with(milonic=new menuname("support")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp;Cross Reference Guide&nbsp;;url=cross-reference.htm;status=Cross Reference Guide;");
aI("text=&nbsp;Glossary of Terms&nbsp;;showmenu=glossary;status=Glossary of Terms;");
aI("text=&nbsp;Design Guide&nbsp;;showmenu=design;status=Design Guide;");
aI("text=&nbsp;Pb Free Program&nbsp;;showmenu=pb;status=Pb Free Program;");
aI("text=&nbsp;Links&nbsp;;url=links.htm;status=Links;");
aI("text=&nbsp;Representatives&nbsp;;url=reps.htm;status=Representatives;");
}

with(milonic=new menuname("glossary")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp;Crystal Glossary&nbsp;;url=crystal-glossary.htm;status=Crystals Glossary;");
aI("text=&nbsp;Resonator Glossary&nbsp;;url=resonator-glossary.htm;status=Resonator Glossary;");
aI("text=&nbsp;Oscillator Glossary&nbsp;;url=oscillator-glossary.htm;status=Oscillators Glossary;");
//aI("text=&nbsp;Inductor Glossary&nbsp;;url=inductor-glossary.htm;status=Inductors Glossary;");
aI("text=&nbsp;Transformer Glossary&nbsp;;url=transformer-glossary.htm;status=Transformers Glossary;");
aI("text=&nbsp;Filter Glossary&nbsp;;url=filters-glossary.htm;status=Filters Glossary;");
}

with(milonic=new menuname("design")){
style=menuStyle;
overflow="scroll";
aI("text=&nbsp;Application Notes&nbsp;;url=applicationnotes.htm;status=Application Notes;");
aI("text=&nbsp;Technical Information&nbsp;;url=technicalinfo.htm;status=Technical Information;");
aI("text=&nbsp;Basic Crystal Oscillator Design Considerations&nbsp;;url=oscillator-design.htm;status=Basic Crystal Oscillator Design Considerations;");
}

with(milonic=new menuname("pb")){
style=menuStyle;
aI("text=&nbsp;RoHS / Lead Free Matrix&nbsp;;url=pb-matrix.htm;status=RoHS / Lead Free Matrix;");
aI("text=&nbsp;RoHS / Lead Free Information&nbsp;;url=pbfreecharter.htm;status=Pb Free Charter;");
aI("text=&nbsp;Links for Pb Free Information&nbsp;;url=pb-links.htm;status=Links for Pb Free Information;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=&nbsp;Contact Us&nbsp;;url=contacts.htm;status=Contact Us;");
aI("text=&nbsp;Request a Catalog&nbsp;;url=catalogrequest.htm;status=Request a Catalog;");
aI("text=&nbsp;Price Quote&nbsp;;url=pricequote.htm;status=Price Quote;");
aI("text=&nbsp;Ordering&nbsp;;url=ordering.htm;status=Ordering;");
aI("text=&nbsp;FREE Engineering Samples&nbsp;;url=samplerequest.htm;status=FREE Engineering Samples;");
aI("text=&nbsp;Sign Up for Newsletter&nbsp;;url=newsletterrequest.htm;status=Sign Up for Newsletter;");
}

drawMenus();

