_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/whitedots.gif";
offbgcolor="DarkSlateGray";
offcolor="#ffffff";
onbgcolor="SeaGreen";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="2";
subimage="images/white_13x13_tb.gif";
subimagepadding="3";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="170";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="MediumSlateBlue";
offcolor="#ffffff";
onbgcolor="Purple";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/white_13x13_tb.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=index.html;");
aI("showmenu=TechnologyConductive ceramicsLEFT_MENU;text=Technology;target=;url=technology.html;");
aI("showmenu=ApplicationsGreen energyLEFT_MENU;text=Applications;target=;url=applications.html;");
aI("text=Contact us;target=;url=contact-ionotec.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("TechnologyConductive ceramicsLEFT_MENU")){
style=submenuStyle;
aI("text=Conductive ceramics;target=;url=conductive-ceramics.html;");
aI("text=Ceramic coatings;target=;url=ceramic-coatings.html;");
aI("text=Electrodeposition;target=;url=electrophoresis.html;");
aI("text=Ceramic-metal welding;target=;url=ceramic-metal-welding.html;");
}

with(milonic=new menuname("ApplicationsGreen energyLEFT_MENU")){
style=submenuStyle;
aI("text=Green energy;target=;url=green-energy.html;");
aI("text=Sensors;target=;url=sensors.html;");
aI("text=Aluminium doping;target=;url=aluminium-doping.html;");
aI("text=Electrocatalysis;target=;url=Electrochemical-promotion.html;");
}


 drawMenus();
