_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Lucida Sans Unicode";
fontsize="12pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
pagebgcolor="Blue";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Lucida Sans Unicode";
fontsize="11pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#0055FF";
offcolor="AntiqueWhite";
onbgcolor="#DC9B5B";
onbold="bold";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.relate.com/;");
aI("showmenu=About Us/HistoryINFO_BAR_MENU;text=About Us;target=;url=about-us.html;");
aI("showmenu=Services/eLearningINFO_BAR_MENU;text=Services;target=;url=services.html;");
aI("text=Products;target=;url=products.html;");
aI("text=Portfolio;target=;url=portfolio.html;");
aI("text=Customers;target=;url=customers.html;");
aI("showmenu=Resources/RickZ on LearningINFO_BAR_MENU;text=Resources;target=;url=resources.html;");
}

with(milonic=new menuname("About Us/HistoryINFO_BAR_MENU")){
style=submenuStyle;
aI("text=History;target=;url=history.html;");
aI("text=Management;target=;url=management.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
aI("text=Support;target=;url=support.html;");
}

with(milonic=new menuname("Services/eLearningINFO_BAR_MENU")){
style=submenuStyle;
aI("text=eLearning;target=;url=elearning.html;");
aI("text=Corporate Video;target=;url=corporate-video.html;");
aI("text=Audio Production;target=;url=audio-production.html;");
aI("text=Leadership Coaching;target=;url=leadership-coaching.html;");
aI("text=Blended Learning;target=;url=blended-learning.html;");
aI("text=Consulting;target=;url=consulting.html;");
}

with(milonic=new menuname("Resources/RickZ on LearningINFO_BAR_MENU")){
style=submenuStyle;
aI("text=RickZ on Learning;target=_blank;url=http://rickzonlearning.blogspot.com;");
aI("text=eLearn Audio;target=;url=elearn-audio.html;");
aI("text=Captivate podcast;target=_blank;url=http://www.youtube.com/adobecaptivate;");
}


 drawMenus();

