_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=500              // Follow scrolling speed
_followRate=100              // Follow scrolling Rate
_subOffsetTop=0            // Sub menu top offset
_subOffsetLeft=0          // 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()){
onbgcolor="";
oncolor="#FFFFFF";
offbgcolor="";
offcolor="#802065";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#0073AA";
separatorsize="0";
padding=8;
fontsize="12px";
fontstyle="bold";
fontfamily="Verdana, Helvetica";
pagecolor="#FFFFFF";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyleB=new mm_style()){
onbgcolor="#802065";
oncolor="#FF0000";
offbgcolor="#802065";
offcolor="#FFFFFF";
bordercolor="#0073AA";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0073AA";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Helvetica";
pagecolor="#FFFFFF";
pagebgcolor="";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Whyus")){
style=menuStyleB;
aI("text=&nbsp;Introduction&nbsp;;url=WhyusIntro.asp;title=Why us introduction;");
aI("text=&nbsp;Our attributes&nbsp;;url=OurAttributes.asp;title=Our attributes;");
aI("text=&nbsp;Our committment&nbsp;;url=OurCommittment.asp;title=Our committment;");
}

with(milonic=new menuname("Whatweoffer")){
style=menuStyleB;
aI("text=&nbsp;Introduction&nbsp;;url=WhatweofferIntro.asp;title=What we offer introduction;");
aI("text=&nbsp;PR and Comms&nbsp;;url=PRComms.asp;title=PR and Comms;");
aI("text=&nbsp;Channel marketing&nbsp;;url=ChannelMarketing.asp;title=Channel marketing;");
aI("text=&nbsp;Demand generation&nbsp;;url=DemandGeneration.asp;title=Demand generation;");
aI("text=&nbsp;Experimental marketing&nbsp;;url=ExperimentalMarketing.asp;title=Experimental marketing;");
}

with(milonic=new menuname("Solutions")){
style=menuStyleB;
aI("text=&nbsp;Introduction&nbsp;;url=SolutionsIntro.asp;title=Solutions introduction;");
aI("text=&nbsp;Management visibility&nbsp;;url=ManagementVisibility.asp;title=Management visibility;");
aI("text=&nbsp;Solutions development&nbsp;;url=SolutionsDevelopment.asp;title=Solutions development;");
aI("text=&nbsp;Channel activation&nbsp;;url=ChannelActivation.asp;title=Channel activation;");
aI("text=&nbsp;Key audience engagement&nbsp;;url=KeyAudienceEngagement.asp;title=Key audience engagement;");
}

with(milonic=new menuname("Clients")){
style=menuStyleB;
aI("text=&nbsp;Case studies&nbsp;;url=CaseStudies.asp;title=Case studies;");
}

with(milonic=new menuname("Resources")){
style=menuStyleB;
aI("text=&nbsp;Links&nbsp;;url=Links.asp;");
aI("text=&nbsp;Downloads&nbsp;;url=Downloads.asp;");
}

with(milonic=new menuname("Contact")){
style=menuStyleB;
aI("text=&nbsp;Web form&nbsp;;url=Contact.asp;title=Contact us;");
aI("text=&nbsp;Location map&nbsp;;url=LocationMap.asp;title=Location;");
aI("text=&nbsp;Careers&nbsp;;url=Careers.asp;title=Careers;");
}



