_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#E2E2E2";
offcolor="#000000";
onbgcolor="#BB0000";
oncolor="#FFFFFF";
padding=4;
pagebgcolor="#E2E2E2";
pagecolor="#000000";

}

with(firstStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#E2E2E2";
offcolor="#000000";
onbgcolor="#BB0000";
oncolor="#FFFFFF";
padding="4px 8px";
pagebgcolor="#E2E2E2";
pagecolor="#000000";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=4;
subimage='/images/arrow.gif';
onsubimage='/images/arrow_on.gif';
subimagepadding=4;
bottomimage='/images/arrow.gif';
}

with(secondStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#E2E2E2";
offcolor="#000000";
onbgcolor="#BB0000";
oncolor="#FFFFFF";
padding="4px 8px";
pagebgcolor="#E2E2E2";
pagecolor="#000000";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=4;
subimage='/images/arrow.gif';
onsubimage='/images/arrow_on.gif';
subimagepadding=4;
bottomimage='/images/arrow.gif';
}

with(thirdStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#000000";
offbgcolor="#E2E2E2";
offcolor="#000000";
onbgcolor="#BB0000";
oncolor="#FFFFFF";
padding="4px 8px";
pagebgcolor="#E2E2E2";
pagecolor="#000000";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("products")){
style=firstStyle;
itemwidth=145;
aI("text=Overview;url=/products/overview.html;");
aI("text=QRI Quantum Resonance Interferometry;url=/products/qri_overview.html;");
aI("text=SPM Sensor Policy manager;url=/products/spm_overview.html;");
}

with(milonic=new menuname("applications")){
style=firstStyle;
itemwidth=145;
aI("text=QRI-QuantumRD;url=/applications/quantumrd.html;");
aI("text=QRI-QSUB;url=/applications/qsub.html;");
aI("text=QRI-QDM;url=/applications/qdm.html;");
aI("text=SPM-PSIM;url=/applications/spm_psim.html;");
aI("text=SPM-Environmental Monitoring;url=/applications/spm_environmental.html;");
aI("text=SPM-Campus Security;url=/applications/spm_campus_security.html;");
aI("text=SPM-CBRNE Applications;url=/applications/spm_cbrne.html;");
aI("text=SPM-Military Base & Force Protection;url=/applications/spm_military.html;");
}

with(milonic=new menuname("support")){
style=firstStyle;
itemwidth=145;
aI("text=QRI-Sales & Service;url=/support/qri_support.html;");
aI("text=SPM-Sales & Service;url=/support/spm_support.html;");
}

with(milonic=new menuname("news")){
style=firstStyle;
itemwidth=145;
aI("text=Press Releases;url=/news/pressreleases.html;");
aI("text=News Articles;url=/news/articles.html;");
aI("text=Events;url=/news/events.html;");
}

with(milonic=new menuname("company")){
style=firstStyle;
itemwidth=145;
aI("text=About Us;url=/company/aboutus.html;");
aI("text=Investor Relations;url=/company/investors/AGM2009.html;");
aI("text=Executive Team;url=/company/executive.html;");
aI("text=Board of Directors;url=/company/board.html;");
aI("text=Jobs at ViaLogy;url=/company/jobs.html;");
aI("text=Contact;url=/company/contact.html;");
}

drawMenus();

