_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

Goverfilter="Alpha(style=1,opacity=25,finishOpacity=100,startX=0,finishX=100,startY=100,finishY=0);Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
Goverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
Goutfilter="randomdissolve(duration=0.3)"
Goutfilter=""
Goverfilter=""

AllMargin=0
treeOffset=0;  // Used to set the offset of sub menus
singleMasterMenu=true // Informs the system to on;y have one menu open at a time

with(tstyle1=new mm_style()){
offcolor = "#01415b";
onbgcolor = "#3b5a6f";
oncolor = "#FFFFFF";
offbgcolor="#d6cfc6"
ondecoration="underline"
subimage="/images/white_arrow.gif"
onsubimage="/images/white_arrow_down.gif"
padding = 2
fontsize = "11px";
fontfamily = "Arial, Helvetica, sans-serif";    
subimageposition="top right" ;
image="/images/trans.gif"
subimagepadding=3
imagepadding=3
itemwidth=205
//borderstyle = "solid";
//bordercolor="black"
//borderwidth=1
//separatorsize=1
//separatorcolor="#003366";
}

sub1Style=new copyOf(tstyle1)
sub1Style.offcolor = "#4d4d4d";
sub1Style.offbgcolor="#ded9d1"
sub1Style.separatorcolor="#556E8C"

sub2Style=new copyOf(tstyle1)
sub2Style.offcolor = "#4d4d4d";
sub2Style.offbgcolor="#e6e2dd"
sub2Style.separatorcolor="#3b5a6f"

tstyle1.clickcolor="#ffffff"
tstyle1.clickbgcolor="#01415b"
//tstyle1.clickimage="red_blip.gif"
tstyle1.clicksubimage="/images/white_arrow_down.gif"

with(new menuname("main Tree Menu")){
top=342
left=35
style = tstyle1;
alwaysvisible = 1;
itemwidth=205
//margin=AllMargin
//position="relative"
aI("text=Software Selection Overview;url=/consulting/index.aspx;");
aI("text=Our Proven Methodology;url=/consulting/software_methodology.aspx;");
aI("text=Our Industry Expertise;url=/consulting/industry_expertise.aspx;");
aI("text=Client Profiles & References;url=/consulting/client_references.aspx;");
}

	with(new menuname("SoftwareSelection")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Industry Expertise;url=/consulting/softwareselection/industry_expertise.aspx");
	aI("text=Proven Methodology;url=/consulting/softwareselection/software_methodology.aspx");
	aI("text=Flexible Approach;url=/consulting/softwareselection/flexible_approach.aspx");
	aI("text=Scalable Services;url=/consulting/softwareselection/scalable_services.aspx");
	aI("text=Software Selection Handbook;url=/consulting/softwareselection/software_selection_handbook.aspx");
	}

	with(new menuname("EvaluationCenter")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Compare Software Products;url=/evaluation/default.aspx");
	}

	with(new menuname("VendorCenter")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Enterprise Distribution Software;url=/distribution_software/index.aspx");
	aI("text=Ecommerce Business Software;url=/ecommerce_software/index.aspx");
	aI("text=Warehouse Management Software;url=/warehouse/index.aspx");
	aI("text=Integrated Business Solutions;url=/integrated_software/index.aspx");
	}

	with(new menuname("ResourceCenter")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Distribution Software Guide;url=/resource/distribution_software_guide.aspx;");
	aI("text=Software Selection Handbook;url=/resource/software_selection_handbook.aspx;");
	aI("text=Distribution Solutions Council;url=/resource/distribution_solutions_council.aspx;");
	aI("text=Endorsing Associations;url=/resource/distribution_associations.aspx;");
	aI("text=Industry Publications;url=/resource/industry_publications.aspx;");
	}

	with(new menuname("LearningCenter")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Business Computing Systems;url=/learning/default.aspx;");
	aI("text=Business Operations;url=/learning/default.aspx;");
	aI("text=Software Selection Methodology;url=/learning/default.aspx;");
	aI("text=Total Quality Management;url=/learning/default.aspx;");
	}
	
drawMenus()