_menuCloseDelay=0;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
bordercolor="#29559E";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#006600";
offcolor="#ffffff";
onbgcolor="#333333";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)"
padding=6;
pagebgcolor="#006600";
pagecolor="white";
separatorcolor="#000000";
separatorsize=1;
subimage="menu/arrow.gif";
subimagepadding=4;
}

with(menuStyle2=new mm_style()){
bordercolor="#29559E";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="80%";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#666666";
offcolor="#ffffff";
onbgcolor="#333333";
oncolor="#ffffff";
pagebgcolor="#ff9900";
pagecolor="white";
separatorcolor="#000000";
separatorsize=1;
subimage="";
subimagepadding=2;
}

with(menuStyle3=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#666666";
offcolor="#ffffff";
onbgcolor="#333333";
oncolor="#ffffff";
padding=4;
separatorcolor="#000000";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=4;
}


with(menuStyle4=new mm_style()){
bordercolor="#cccccc";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#8D9C9F";
offcolor="#ffffff";
onbgcolor="#54739A";
oncolor="#ffffff";
padding=4;
separatorcolor="#000000";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=4;
}


with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=Iridiacom;url=iridiacom.html;status=About Iridiacom")
aI("text=Iridiaserv;url=iridiaserv.html;status=About IridiaServ")
aI("text=Easyrun;url=easyrun.html;status=About Easyrun")
aI("text=Contact Us;url=contact.html;status=Contact Details")
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Press Releases;url=news.html;status=Press Releases");
aI("text=Case Studies;url=case_studies.html;status=Case Studies");
aI("text=Blog;url=http://blog.iridia.com/;status=Iridiacom Blog;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=EpicAcce Contact Centre;url=epic_acce.html;status=EpicAcce;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Technical Support;url=http://technical.iridia.com/;status=Technical Support;");
aI("text=Iridiacom Knowledgebase;url=http://technical.iridia.com/knowledgemanager/;status=Iridiacom Knowledgebase;");
aI("text=Engineering Services;url=http://www.iridiaserv.com;status=Engineering Services;");
}

with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=Download Section;url=downloads.html;status=Downloads;");
}

drawMenus();


