_scrollAmount=5;     // Used for Netscape 4 scrolling
_scrollDelay=10;	     // Used for Netscape 4 scrolling

_menuCloseDelay=500;  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150;   // The delay for opening menus on mouse over
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=0;  // Sub menu offset Left position


AllMargin=0;

treeOffset=10;  // Used to set the offset of sub menus
singleMasterMenu=false; // Informs the system to only have one menu open at a time

//the menus are set to open and stay open to test all 
//levels in creation and position of images and text 
//to set so only one opens put singleMasterMenu to true

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);

if (s == "GI") { c = "#cd9112";}else{ c = "#000000";}


with(tstyle1=new mm_style()){
onclass='mainindent';
offclass='mainindent';
offcolor = '#000000';
//onbgcolor = "#D70B0B";
oncolor = '#cd9112';
pagecolor = '#cd9112';
//offbgcolor="#006699"
ondecoration='none';
decoration='none';
fontsize = "11px";
fontfamily = "verdana,arial,helvetica,sans-serif";  
padding=5;

type="tree";  
 
}

tstyle1.clickcolor="#bb7d00";


with(new menuname("main Tree Menu")){
position = "relative";
style = tstyle1;
alwaysvisible = 1;
itemwidth=160;
menuwidth=160;
//margin=AllMargin
//position="relative"
aI("text=<b>Healthcare</b>;offcolor="+c+";");
aI("text=ITIL<sup>&reg;</sup> Consulting;offcolor="+c+";url=/services/ITSM.html?MS=SEIS;");
aI("text=ITIL<sup>&reg;</sup> Assessment;offcolor="+c+";url=/ITRO/ITRO-DA-234.html?MS=SEITZ");
aI("text=ITIL<sup>&reg;</sup> Training;url=/training/PT-ITIL.aspx?MS=TRPT;");

}



drawMenus()
