
fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;

k = document.location;
l = String(k);
i = l.substring(l.indexOf("MS=")+3,l.indexOf("MS=")+5);
s = l.substring(l.indexOf("MS=")+5,l.indexOf("MS=")+7);
//alert ("i="+i);
//alert ("s="+s);

with(menuStyle1=new mm_style()){
align="center";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
itemwidth=184;
fontfamily="Arial";
fontweight="bold";
fontsize="14";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#A68642";
offcolor="#ffffff";
onbgcolor="#A68642";
oncolor="#FFFA00";
//outfilter="Fade(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";
padding=2;
pagebgcolor="#A68642";
pagecolor="FFFA00";
separatorcolor="#FFFFFF";
separatorsize=1;
subimagepadding=2;
}
with(menuStyle2=new mm_style()){
align="left";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#D6DEE7";
offcolor="#000000";
onbgcolor="#0a3c91";
oncolor="#FFFA00";
outfilter="Fade(duration=0.2)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=90, Strength=3)";
padding=6;
pagebgcolor="#D6DEE7";
pagecolor="#000000";
separatorcolor="#999999";
separatorsize=2;
subimage="http://www.maryville.com/images/Arrow-black.gif";
//overimage="http://www.maryville.com/images/Arrow-yellow.gif";
subimagepadding=6;
}

if (i == "SE") { c = "#FFFA00";}else{ c = "#ffffff";}
if (i == "PR") { d = "#FFFA00";}else{ d = "#ffffff";}
if (i == "TR") { e = "#FFFA00";}else{ e = "#ffffff";}
if (i == "AB") { f = "#FFFA00";}else{ f = "#ffffff";}

with(milonic=new menuname("Main")){
alwaysvisible=1;
position="relative";
orientation="horizontal";
style=menuStyle1;
aI("showmenu=Services;offcolor="+c+";text=Services;");
aI("showmenu=Products;offcolor="+d+";text=Products;");
aI("showmenu=Training;offcolor="+e+";text=Training;");
aI("showmenu=About;offcolor="+f+";text=About Maryville;");
}

with(milonic=new menuname("Services")){
overflow="scroll";
style=menuStyle2;
itemwidth=180;
aI("text=IT Services Managment (ITSM)Consulting;url=/services/ITSM.html?MS=SEIS");
aI("text=Infrastructure Engineering;url=/services/IE.html?MS=SEIE");
aI("text=Software as a Service;url=/services/MS.html?MS=SEMS");
aI("text=Solutions Support;showmenu=Holidays;url=/services/SS.html?MS=SESS");
aI("text=Healthcare;url=/Healthcare/");
aI("text=ITRO<sup>&reg;</sup> Methodology;url=/ITRO/index.html?MS=SEIT");

}


with(milonic=new menuname("Holidays")){
style=menuStyle2;
itemwidth=180;
aI("text=Company Holidays;url=../au-supportholidays.asp?MS=SESS;");
}

with(milonic=new menuname("Products")){

overflow="scroll";
style=menuStyle2;
itemwidth=180;
aI("text=ITRO<sup>&reg;</sup>Methodology;url=/ITRO/index.html?MS=PRIT");
aI("text=entility<sup>&reg;</sup> Solutions;url=/products/ES-Sol.html?MS=PRES");
aI("text=Technology Alliances;url=/products/TA.html?MS=PRTA;");


}

with(milonic=new menuname("Training")){
style=menuStyle2;
itemwidth=180;
aI("text=General Information &amp; Facilities;url=/training/Training.html?MS=TRGI;");
aI("text=ITIL Training;url=/training/PT-ITIL.aspx?MS=TRPT;");
aI("text=Technology Training &amp; Certification;url=/training/TT-main.aspx?MS=TRTT;");
aI("text=Team Training;url=/training/teamtraining.html?MS=TRTE;");
aI("text=Promotions;url=/training/promotions.html?MS=TRPR;");
aI("text=Registration;url=/training/TT-search.aspx?MS=TRRE;");
}

with(milonic=new menuname("About")){
style=menuStyle2;
itemwidth=180;
aI("text=Company Overview;url=/about/CO.html?MS=ABCO;");
aI("text=CEO Message;url=/about/CEO.html?MS=ABCE;");
aI("text=Our Clients;url=/about/clients.html?MS=ABCL;");
aI("text=Careers;showmenu=Application;url=/about/opportunities.aspx?MS=ABCA;");
aI("text=Events;url=/about/events.html?MS=ABEV;");
aI("text=Press Releases;url=/about/press.html?MS=ABPR;");
aI("text=Webinar Replays;url=/Webinar/webinar_replays.html;");
aI("text=Whitepapers & Industry Articles;url=/About/whitepapers.html;");
aI("text=Contact;url=/about/contact.html?MS=ABCT;");
}

with(milonic=new menuname("Application")){
style=menuStyle2;
itemwidth=180;
aI("text=Online Application;url=https://www.maryville.com/application/ci-voluntary-form.html;");
}

drawMenus();


