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="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#EAF2F2"; // light blue
offcolor="#151E4B";  // dark blue
onbgcolor="#151E4B"; // dark blue
oncolor="#ffffff"; // white
offclass="xenMenuOpacity";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
}

with(milonic=new menuname("xenhome")){
top=11;
left=-5;
style=menuStyle;
}


with(milonic=new menuname("products")){
top=11;
left=-27;
style=menuStyle;
aI("text=Downloads;url=http://www.xen.org/products/download.html;")
aI("text=Xen Hypervisor;url=http://www.xen.org/products/xenhyp.html;")
aI("text=XCI;url=http://www.xen.org/products/xci.html;")
aI("text=Cloud Xen;url=http://www.xen.org/products/cloudxen.html;")
aI("text=Projects;url=http://www.xen.org/products/projects.html;")
aI("text=Solution Search;url=http://xen.cyberneticos.com;")
}


with(milonic=new menuname("support")){
top=11;
left=-28;
style=menuStyle;
aI("text=Community;url=http://www.xen.org/support/community.html;")
aI("text=Documentation;url=http://www.xen.org/support/documentation.html;")
}


with(milonic=new menuname("community")){
top=11;
left=-18;
style=menuStyle;
aI("text=Xen Events;url=http://www.xen.org/community/xenevents.html;")
aI("text=Members;url=http://www.xen.org/community/members.html;")
aI("text=Projects;url=http://www.xen.org/community/projects.html;")
}


with(milonic=new menuname("news")){
top=11;
left=-35;
style=menuStyle;
}


drawMenus();

