fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=50;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(XPMainStyle=new mm_style()){
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="100%";
fontstyle="normal";
fontweight="strong";
offbgcolor="#595969";
offcolor="#FFFFFF";
onbgcolor="#C1D2EE";
onborder="1px solid #000080";
oncolor="#000000";
overbgimage="../../menu/orange_office2003.gif";
padding=5;
}

with(XPMenuStyle=new mm_style()){
styleid=1;
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial";
fontsize="90%";
fontstyle="normal";
fontweight="normal";
image="../../menu/xpblank.gif";
imagepadding=3;
menubgimage="../../menu/backoff2003_web.gif";
offbgcolor="transparent";
offcolor="#000000";
onbgcolor="#ffeec2";
onborder="1px solid #000080";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#B8D1F8', Direction=135, Strength=5)";
padding=4;
separatoralign="right";
separatorcolor="#6A8CCB";
separatorpadding=1;
separatorwidth="80%";
subimage="../../menu/arrow.gif";
subimagepadding=3;
menubgcolor="#EBF0EC";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
margin=1;
orientation="horizontal";
style=XPMainStyle;

aI("text=<b>&nbsp;&nbsp;HOME PAGE&nbsp;&nbsp;&nbsp;&nbsp;</b>;url=../../;");
aI("showmenu=Services;text=&nbsp;&nbsp;<b>SERVICES</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("showmenu=Products;text=&nbsp;&nbsp;<b>PRODUCTS</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("showmenu=Blog;text=&nbsp;&nbsp;<b>BLOG</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("showmenu=About;text=&nbsp;&nbsp;<b>ABOUT US</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
aI("showmenu=Contacts;text=&nbsp;&nbsp;<b>CONTACTS</b>&nbsp;&nbsp;");

}

with(milonic=new menuname("Services")){
margin=4;
overflow="scroll";
style=XPMenuStyle;
aI("text=Services Overview;url=/services.asp;")
aI("text=Analysis;url=/analysis.asp;")
aI("showmenu=Training;text=Training;");
aI("showmenu=Reinforcement;text=Reinforcement;");
}




with(milonic=new menuname("Training")){
margin=2;
style=XPMenuStyle;
aI("text=Training Overview;url=training.asp;");
aI("text=Benefits of InterWeave Training;url=benefits_of_training.asp;");
aI("text=Front Line Employee Training;url=front_line_employee.asp;");
aI("text=Leadership Training;url=Leadership_Training.asp;");
aI("text=Train the Trainer;url=Train_the_Trainer.asp;");
}


with(milonic=new menuname("Reinforcement")){
margin=2;
style=XPMenuStyle;
aI("text=Reinforcement Overview;url=/reinforcement.asp;");
aI("text=Benefits of InterWeave Reinforcement;url=benefits_of_reinforcement.asp;");
aI("showmenu=Onsite;text=Onsite Support;");
aI("showmenu=Telephone;text=Telephone;");
aI("text=Documentation;url=/documentation.asp;");

}

with(milonic=new menuname("Onsite")){
margin=2;
style=XPMenuStyle;
aI("text=Speaking Engagements;url=/speaking_details.asp");
aI("text=Speaking Video;url=/videos.asp");
aI("text=Kimberly King Photos;url=/kimberly/photos.asp");
aI("text=Speaking Keynotes;url=/keynotes.asp");
aI("text=About Kimberly;url=/bio.asp");
}

with(milonic=new menuname("Telephone")){
margin=2;
style=XPMenuStyle;
aI("text=Telephone Reinforcement;url=/telephone.asp;");
aI("text=TeleMentoring;url=/telementoring.asp");
aI("text=Teleconferences/Webinars;url=/teleconferences.asp");
}


with(milonic=new menuname("Products")){
margin=2;
style=XPMenuStyle;
aI("text=InterWeave Product Shopping Cart;url=https://shop.interweavecorp.com;");
}

with(milonic=new menuname("Blog")){
margin=2;
style=XPMenuStyle;
aI("text=Connect with InterWeave using our Client Blog;url=http://blog.interweavecorp.com");
}

with(milonic=new menuname("About")){
margin=2;
style=XPMenuStyle;
aI("text=About InterWeave;url=/about_us.asp;");
aI("text=Consulting Philosophies;url=/consulting_philosophies.asp");
aI("text=Frequently Asked Questions;url=/faqs.asp;");
aI("text=Why Customers Love InterWeave;url=/love.asp");
aI("text=Customers We Serve;url=/customers_we_serve.asp");
aI("text=About Kimberly King;url=/bio.asp");

}



with(milonic=new menuname("Contacts")){
margin=2;
style=XPMenuStyle;
aI("text=Contact Information;url=/contacts.asp");
aI("text=Privacy Policy;url=/privacy_policy.asp");


}



drawMenus();