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(mainmenuStyle=new mm_style()){
styleid=1;
}

with(menuStyle=new mm_style()){
offbgcolor="#9e9d9d";
offcolor="#ffffff";
onbgcolor="#e4e4e4";
oncolor="#000000";
itemwidth=143;
onclass="sublink";
offclass="sublink";
overfilter="Fade(overlap=0.50, duration=0.5)";
outfilter="Fade(overlap=0.50, duration=0.5)";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=mainmenuStyle;
aI("showmenu=Risks;text=Risks;url=/risks/uniform-temperature-assumptions.php;onclass=onrisks;offclass=offrisks;");
aI("showmenu=Solutions;text=Solutions;url=/solutions/temperature-enabling-simulations.php;onclass=onsolutions;offclass=offsolutions;");
aI("showmenu=Products;text=Products;url=/products/overview.php;onclass=onproducts;offclass=offproducts;");
aI("showmenu=Resources;text=Resources;url=/resources/technical-papers.php;onclass=onresources;offclass=offresources;");
aI("showmenu=Company;text=Company;url=/company/about.php;onclass=oncompany;offclass=offcompany;");
}

with(milonic=new menuname("Risks")){
style=menuStyle;
left="offset=-12";
aI("text=Uniform Temperature Assumptions;url=/risks/uniform-temperature-assumptions.php;");

aI("text=Mismatched Length Scales;url=/risks/mismatched-length-scales.php;");aI("text=Time Varying Temperature;url=/risks/time-varying-temperature.php;")
;aI("text=3D IC;url=/risks/3D-IC.php;");
}

with(milonic=new menuname("Solutions")){
style=menuStyle;
left="offset=-12";
aI("text=Temperature Enabling Your Simulations;url=/solutions/temperature-enabling-simulations.php;");
aI("text=Virtual Thermography Service;url=/solutions/virtual-thermography.php;");
aI("text=Free: &#916;T Screening Call;url=/solutions/free-delta-temperature-screening.php;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
left="offset=-12";
aI("text=Overview;url=/products/overview.php;");
aI("text=HeatWave;url=/products/heatwave.php;");
aI("text=Modeling Temperature;url=/products/modeling-temperature.php;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
left="offset=-12";
aI("text=Technical Papers;url=/resources/technical-papers.php;");aI("text=Heatwave Gallery;url=/resources/heatwave-gallery.php;");
aI("text=Case Study:<br>Data Channel Amp;url=/resources/case-study1.php;");
aI("text=Case Study:<br>Mobile Tranceiver;url=/resources/case-study2.php;");
aI("text=Understanding Thermal Hazards;url=/resources/thermal-hazards.php;");
}

with(milonic=new menuname("Company")){
style=menuStyle;
left="offset=-12";
aI("text=About;url=/company/about.php;");
aI("text=Customers;url=/company/customers.php;");
aI("text=Careers;url=/company/careers.php;");
aI("text=Contact;url=/company/contact.php;");
}

drawMenus();


