
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#CCCCFF";
offcolor="#000066";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CCCCFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="menuimages/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("Sales")){
style=menuStyle;
overflow="scroll";
aI("text=Maximising that valuable enquiry;url=customercare.cfm;");
aI("text=Lost Sales Analysis;url=lostsales.cfm;");
aI("text=Post Delivery Satisfaction;url=afterthesale.cfm;");
}

with(milonic=new menuname("Service")){
style=menuStyle;
aI("text=Pro-active Service Booking;url=servicing.cfm;");
aI("text=Measuring the service experience;url=aftersales.cfm;");

}

with(milonic=new menuname("Other")){
style=menuStyle;
aI("text=Mystery Shop;url=#;");
aI("text=Training - Steps to success;url=#;");

}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=The People;url=thepeople.cfm;");
aI("text=What our clients say;url=theysay.cfm;");
aI("text=The Service;url=completeservice.cfm;");
}



drawMenus();

