﻿
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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="#e5eaed";
oncolor="#002a4d";
offbgcolor="#e5eaed";
offcolor="#929398";
padding=3;
align="left";
menuwidth="95%";
menuheight="50%"
fontsize="95%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
separatorcolor="#ffb50c"
separatorsize="0"
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Our People;target=_parent;sourceframe=main;url=/OurPeople.html;");
aI("text=CPS Europe;target=_parent;sourceframe=main;url=/CPS_Europe.html;");
aI("text=Speakers' Bureau;target=_parent;sourceframe=main;url=/SpeakersBureau.html;");
aI("text=The Conference Center;target=_parent;sourceframe=main;url=/ConferenceCenter.html;");
aI("text=Our Associates;target=_parent;sourceframe=main;url=/Associates.html;");
aI("text=Our Clients;target=_parent;sourceframe=main;url=Clients.html;");
aI("text=Career Opportunities;target=_parent;sourceframe=main;url=/Careers.html;");
}

with(milonic=new menuname("SalesTeam")){
style=menuStyle;
aI("text=Account Planning;target=_parent;sourceframe=main;url=/SalesTeam.html#AP;");
aI("text=Leadership Development;target=_parent;sourceframe=main;url=/SalesTeam.html#LD;");
aI("text=Pipeline Management;target=_parent;sourceframe=main;url=/SalesTeam.html#PM;");
aI("text=Professional Sales Training;target=_parent;sourceframe=main;url=/SalesTeam.html#PS;");
aI("text=Sales Call Clinic;target=_parent;sourceframe=main;url=/SalesTeam.html#SCC;");
aI("text=Strategic Account Management;target=_parent;sourceframe=main;url=/SalesTeam.html#SCC;");
aI("text=Territory Management;target=_parent;sourceframe=main;url=/SalesTeam.html#SCC;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=First Thursdays/Podcasts;target=_parent;sourceframe=main;url=/FT_Podcasts.html;");
aI("text=White Papers;target=_parent;sourceframe=main;url=/WhitePapers.html;");
aI("text=Success Stories;target=_parent;sourceframe=main;url=/SuccessStories.html;");
aI("text=e-Learning;target=_blank;sourceframe=main;url=http://www.cpstrategy.com/elearning/launch.html;");
aI("text=Articles;target=_parent;sourceframe=main;url=/Articles.html;");
aI("text=Publications;target=_parent;sourceframe=main;url=/publications.html;");
}

with(milonic=new menuname("Sales")){
style=menuStyle;
aI("text=Account Management Execution;target=_parent;sourceframe=main;url=/Consulting.html#AME;");
aI("text=Chief Sales Officer Agenda;target=_parent;sourceframe=main;url=/Consulting.html#Chief;");
aI("text=Coaching;target=_parent;sourceframe=main;url=/Consulting.html#Coach;");
aI("text=Executive Planning;target=_parent;sourceframe=main;url=/Consulting.html#EP;");
aI("text=Relationship Management;target=_parent;sourceframe=main;url=/Consulting.html#RM;");
aI("text=Sales Process Optimization;target=_parent;sourceframe=main;url=/Consulting.html#SPO;");
aI("text=Value Message Alignment;target=_parent;sourceframe=main;url=/Consulting.html#Value;");
}

drawMenus();

