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(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#2C8AD5";
onbgcolor="#003399";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=4;
pagebgcolor="#ffffff";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=OptoLock&reg;;url=products-optolock.html;")
aI("text=Ethernet;url=products-ethernet.html;")
aI("text=FireWire/1394;url=products-firewire.html;")
aI("text=Analog;url=products-analog.html;")
aI("text=Automotive MOST;url=products-auto-MOST.html;")
aI("text=Industrial;url=products-industrial.html;")
aI("text=Gigabit Devices;url=products-gigabit-devices.html;")
aI("text=Laser (VCSEL);url=products-laser.html;")
aI("text=Customer Products;url=about-customers-partners.html;");
}

with(milonic=new menuname("Technology")){
style=menuStyle;
aI("text=RCLED;url=tech-RCLED.html;");
aI("text=VCSEL;url=tech-VCSEL.html;");
aI("text=Reliability;url=tech-reliability.html;");
}

with(milonic=new menuname("Applications")){
style=menuStyle;
aI("text=Home Networks;url=apps-home-networks.html;");
aI("text=Consumer;url=apps-consumer.html;");
aI("text=Automotive;url=apps-auto.html;");
aI("text=Medical;url=apps-medical.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Corporate Overview;url=about-us.html;");
aI("text=Team;url=about-team.html;");
aI("text=Customers & Partners;url=about-customers-partners.html;");
aI("text=Technical Papers;url=about-tech-papers.html;");
aI("text=Press Room;url=about-press-room.html;");
aI("text=Events;url=about-events.html;");
aI("text=Investors;url=about-investors.html;");
aI("text=Careers;url=about-careers.html;");
aI("text=Contact Us;url=about-contact.html;");
aI("text=E-News;url=http://visitor.constantcontact.com/d.jsp?m=1101779702933&p=oi;");
}

drawMenus();

