
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(vertStyle=new mm_style()){
onbgcolor="#ff6600";
oncolor="#ffffff";
offbgcolor="#f4f4f4";
offcolor="#000000";
bordercolor="#666872";
borderstyle="solid";
borderwidth=1;
separatorcolor="#666872";
separatorsize="1";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Geneva, Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/template/black_13x13_greyboxed.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777',Direction=135,Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

horizStyle=new copyOf(vertStyle); 
horizStyle.overfilter=""; 
horizStyle.outfilter=""; 
horizStyle.bordercolor="#666879";
horizStyle.borderstyle="solid";
horizStyle.borderwidth=1; 
horizStyle.separatorpadding=0; 
horizStyle.onborder=""; 
horizStyle.separatorcolor="#999999"; 
horizStyle.separatorsize="1";
horizStyle.subimage="../images/template/downboxed.gif"; 
horizStyle.onbgcolor="#7a7c82"; 
horizStyle.oncolor="#ffffff"; 
horizStyle.offbgcolor="#666879"; 
horizStyle.offcolor="#ffffff"; 



with(milonic=new menuname("Main Menu")){
style=horizStyle;
top=0;
left=50;
alwaysvisible=1;
orientation="horizontal";
aI("text=home;url=../default.htm;");
aI("text=what we do;url=../what-we-do/default.htm;showmenu=what-we-do;onsubimage=../images/template/on_downboxed.gif");
aI("text=expertise;url=../expertise/default.htm;showmenu=expertise;onsubimage=../images/template/on_downboxed.gif");
aI("text=portfolio;url=../portfolio/default.htm;showmenu=portfolio;onsubimage=../images/template/on_downboxed.gif");
aI("text=method;url=../method/default.htm;showmenu=method;onsubimage=../images/template/on_downboxed.gif");
aI("text=who we are;url=../who-we-are/default.htm;showmenu=who-we-are;onsubimage=../images/template/on_downboxed.gif");
aI("text=perspectives;url=../perspectives/default.htm;showmenu=perspectives;onsubimage=../images/template/on_downboxed.gif");
aI("text=contact us;url=../contact-us/default.htm;showmenu=contact-us;onsubimage=../images/template/on_downboxed.gif");
}

with(milonic=new menuname("what-we-do")){
style=vertStyle;
aI("text=Overview;url=../what-we-do/default.htm;");
aI("text=Advice for IT Companies;url=../what-we-do/it-companies.htm;");
aI("text=Advice for IT Investors;url=../what-we-do/it-investors.htm;");
aI("text=Advice for IT Start-ups;url=../what-we-do/start-ups.htm;");
aI("text=Advice for non-IT Companies;url=../what-we-do/non-it-companies.htm;");
aI("text=Active Investing;url=../what-we-do/investing.htm;");
}

with(milonic=new menuname("expertise")){
style=vertStyle;
aI("text=Overview;url=../expertise/default.htm;");
aI("text=Customer Bonding;url=../expertise/bonding.htm;");
aI("text=Customer Targeting;url=../expertise/targeting.htm;");
aI("text=e-Business Strategy;url=../expertise/ebusiness.htm;");
aI("text=Mergers and Acquisitions;url=../expertise/m-and-a.htm;");
aI("text=New Products;url=../expertise/newprod.htm;");
aI("text=Operational Effectiveness;url=../expertise/op-effect.htm;");
aI("text=Pricing Expertise;url=../expertise/pricing.htm;");
}

with(milonic=new menuname("portfolio")){
style=vertStyle;
aI("text=Overview;url=../portfolio/default.htm;");
aI("text=Portfolio Companies;url=../portfolio/portfolio-companies.htm;");
aI("text=Testimonials;url=../portfolio/testimonials.htm;");
aI("text=Example Engagements;url=../portfolio/engagements.htm;");
}

with(milonic=new menuname("method")){
style=vertStyle;
aI("text=We Listen To You;url=../method/default.htm;");
aI("text=The Engagement;url=../method/engagement.htm;");
aI("text=The Process;url=../method/process.htm;");
}

with(milonic=new menuname("who-we-are")){
style=vertStyle;
aI("text=Who is Omniton?;url=../who-we-are/default.htm;");
aI("text=Our Company;url=../who-we-are/company.htm;");
aI("text=Omniton's Philosophy;url=../who-we-are/philosophy.htm;");
aI("text=Who is Tim Norton?;url=../who-we-are/tim-norton.htm;");
aI("text=Omniton's People;url=../who-we-are/people.htm;");
aI("text=In the News;url=../who-we-are/in-the-news.htm;");
aI("text=Media Information;url=../who-we-are/media-info.htm;");
}

with(milonic=new menuname("perspectives")){
style=vertStyle;
aI("text=Overview;url=../perspectives/default.htm;");
aI("text=Articles;url=../perspectives/articles.htm;");
aI("text=Newsletters;url=../perspectives/newsletters.htm;");
aI("text=Events;url=../perspectives/events.htm;");
aI("text=Additional Resources;url=../perspectives/resources.htm;");
}

with(milonic=new menuname("contact-us")){
style=vertStyle;
aI("text=Contact Details;url=../contact-us/default.htm;");
aI("text=General Enquiry;url=../contact-us/general-enquiry.htm;");
aI("text=Privacy Policy;url=../contact-us/privacy.htm;");
}

drawMenus();

