_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;


with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
headerbgcolor="";
headercolor="#777777";
offbgcolor="";
offcolor="#777777";
onbgcolor="";
oncolor="#FFFFFF";
padding=4;
pagebgcolor="";
pagecolor="#777777";

}

with(firstStyle=new mm_style()){
bordercolor="#dbdbdb";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
headerbgcolor="";
headercolor="#777777";
offbgcolor="#FFFFFF";
offcolor="#777777";
onbgcolor="#9f2929";
oncolor="#FFFFFF";
padding="4px 8px";
pagebgcolor="";
pagecolor="#777777";
separatorcolor="#dedede";
separatorsize=1;
subimagepadding=4;
subimage='/images/arrow_off.png';
onsubimage='/images/arrow_on.png';
subimagepadding=4;
bottomimage='/images/arrow_off.png';
}

with(secondStyle=new mm_style()){
bordercolor="#dbdbdb";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
headerbgcolor="";
headercolor="#777777";
offbgcolor="#FFFFFF";
offcolor="#777777";
onbgcolor="#9f2929";
oncolor="#FFFFFF";
padding="4px 8px";
pagebgcolor="";
pagecolor="#777777";
separatorcolor="#dedede";
separatorsize=1;
subimagepadding=4;
subimage='/images/arrow_off.png';
onsubimage='/images/arrow_on.png';
subimagepadding=4;
bottomimage='/images/arrow_off.png';
}

with(thirdStyle=new mm_style()){
bordercolor="#dbdbdb";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="12px";
fontstyle="normal";
headerbgcolor="";
headercolor="#777777";
offbgcolor="#FFFFFF";
offcolor="#777777";
onbgcolor="#9f2929";
oncolor="#FFFFFF";
padding="4px 8px";
pagebgcolor="";
pagecolor="#777777";
separatorcolor="#dedede";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("products")){
style=firstStyle;
itemwidth=145;
aI("showmenu=QRD;text=QuantumRD;url=/products/quantumRD.html;");
}

with(milonic=new menuname("QRD")){
style=secondStyle;
itemwidth=145;
aI("text=Case Studies;url=/products/case_studies.html;");
}

with(milonic=new menuname("news")){
style=firstStyle;
itemwidth=154;
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("investor")){
style=secondStyle;
itemwidth=145;
aI("text=AGM - 2011;url=/investor/AGM2011.html;");
aI("text=Annual Reports;url=/investor/annualreports.html;");
aI("text=AIM;url=/investor/AIM.html;");
}

with(milonic=new menuname("company")){
style=firstStyle;
itemwidth=145;
aI("text=About Us;url=/company/aboutus.html;");
aI("text=Executive Team;url=/company/executive.html;");
aI("text=Board of Directors;url=/company/board.html;");
aI("text=FAQs;url=/company/FAQs.html;");
aI("text=Jobs at ViaLogy;url=/company/jobs.html;");
}


with(milonic=new menuname("contact")){
style=firstStyle;
itemwidth=145;
aI("text=Us Office;url=/contact/contact.html;");
aI("showmenu=Support;text=Support;url=/contact/spm_support.html;");
}

with(milonic=new menuname("Support")){
style=secondStyle;
itemwidth=145;
aI("text=SPM-Sales & Service;url=/contact/spm_support.html;");
}
drawMenus();


