_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=Distribution Software Guide;url=/resource/distribution_software_guide_default.aspx;");
aI("text=Manufacturing Software Guide;url=/resource/manufacturing_software_guide_default.aspx;");
aI("text=Industrial Distribution Supplement;url=/supplementguide/default_request.aspx;");
aI("text=Industrial and Contractor Supply Supplement;url=/indconsupplementguide/default_request.aspx;");
aI("text=IBM: 2010 Economic Outlook for Wholesale Distributors by Adam Fein;url=/ibm/main_request.aspx;");
aI("text=IBS Integrator Software Trial;url=/ibs/integrator/request_default.aspx;");
aI("text=Effective Inventory Management;url=/resource/jonschreibfeder_default.aspx;");
aI("text=Epicor Multimedia Product CD;url=/epicor/epicor-multimedia_default.aspx;");
aI("text=Tour de Force by MRH;url=/resource/mrhtech-multimedia_default.aspx;");
aI("text=Distributor Trade Associations;url=/resource/distribution_associations.aspx;");
}

	with(new menuname("Endorse")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Distribution Associations;url=");
	aI("text=Industrial Distribution Magazine;url=#");
	aI("text=Publications;url=#");
	}

	with(new menuname("Connections")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Academic Institutions;url=#");
	aI("text=Industry Experts;url=#");
	}

	with(new menuname("DSC")){
	style = sub2Style;
	margin=AllMargin
	aI("text=History & Background;url=#");
	aI("text=Industry Leaders (Members);url=#");
	aI("text=Meetings & Events;url=#");
	}

	with(new menuname("SSH")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Background;url=#");
	}

drawMenus()
