_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="008EFE";
borderstyle="none";
borderwidth=1;
fontfamily="Arial, Helvetica";
fontsize="12px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#008EFE";
offcolor="#000000";
onbgcolor="#ffff00";
oncolor="#000099";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=27;
orientation="horizontal";
style=menuStyle;
top=117;

aI("text=Home;url=http://www.kredensa.com;");
aI("showmenu=About Us;text=About Us;");
aI("showmenu=Services;text=Our Services;");
aI("showmenu=Insights;text=Insights;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("showmenu=Telcos;text=For IT&T;");
aI("showmenu=TelcoCustomers;text=For IT&T Clients;");
}

with(milonic=new menuname("Telcos")){
style=menuStyle;
aI("text=White Label Infrastructure Project Management;url=http://www.kredensa.com/telco/white.html;");
aI("text=Service Audit;url=http://www.kredensa.com/telco/service.html;");
aI("text=Transition Management;url=http://www.kredensa.com/telco/transition.html;");
}

with(milonic=new menuname("TelcoCustomers")){
style=menuStyle;
aI("text=Supplier Optimisation;url=http://www.kredensa.com/telco_cust/supplier.html;");
aI("text=Network Rationalisation;url=http://www.kredensa.com/telco_cust/network.html;");
aI("text=Cost Minimisation;url=http://www.kredensa.com/telco_cust/cost.html;");
aI("text=Transition Management;url=http://www.kredensa.com/telco_cust/transition.html;");
aI("text=RFI/RFP Management;url=http://www.kredensa.com/telco_cust/rfi.html;");
aI("text=Freephone and local rate numbers numbers;url=http://www.kredensa.com/telco_cust/numbers.html;");}

with(milonic=new menuname("Insights")){
style=menuStyle;
aI("text=The Hidden cost of IP Telephony;url=http://www.kredensa.com/insights/iptelcost.html;");
aI("text=VoIP Stakeholder Management;url=http://www.kredensa.com/insights/voip.html;");
aI("text=Capped Mobile Plans;url=http://www.kredensa.com/insights/mobile.html;");}


with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=Management Team;url=http://www.kredensa.com/about/management.html;");
aI("text=Clients;url=http://www.kredensa.com/about/clients.html;");
aI("text=Careers;url=http://www.kredensa.com/about/careers.html;");
}

drawMenus();
