


_menuCloseDelay=0         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // 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(menuStyle=new mm_style()){
}

with(menuStyleSub1=new mm_style()){
itemwidth="110";
itemheight="10"
onbgcolor="#333333";
oncolor="#3B62AF";
offbgcolor="#333333";
offcolor="#ffffff";
separatorcolor="#4D4D4D";
separatorsize="2";
borderwidth="2";
bordercolor="#4D4D4D";
padding=5;
fontsize="12px";
fontstyle="BOLD";
fontfamily="futura bt";
subimage="none";
subimagepadding="5";
overfilter="";
outfilter="Fade(duration=0);"
keepalive=0;
align="center";
}

with(milonic=new menuname("services")){
style=menuStyleSub1;
left="offset=-20";
top="offset=0";
align="left";
aI("url=internetmarketing.cfm;text=INTERNET MARKETING;");
aI("url=professionalwriting.cfm;text=PROFESSIONAL WRITING;");
aI("url=services_photography.cfm;text=PROFESSIONAL PHOTOGRAPHY;");
aI("url=services_consultants.cfm;text=BUSINESS CONSULTANTS;");
aI("url=services_coaching.cfm;text=COACHING;");
aI("url=services_partners.cfm;text=PARTNERS;");
}

with(milonic=new menuname("company")){
style=menuStyleSub1;
left="offset=-2";
top="offset=0";
align="left";
aI("url=ourcompany.cfm;text=COMPANY;");
aI("url=mission.cfm;text=MISSION;");
aI("url=clientsforlife.cfm;text=CLIENTS FOR LIFE;");
aI("url=inthenews.cfm;text=IN THE NEWS;");
aI("url=careers.cfm;text=CAREERS;");
}

drawMenus();








