_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=385
left=35
style = tstyle1;
alwaysvisible = 1;
itemwidth=205
//margin=AllMargin
//position="relative"
aI("text=IBS White Papers - Published 2008;url=http://www.software4distributors.com/ibs/whitepapers/default.aspx");
aI("text=IBS Integrator 30-day Software Trial;url=http://www.software4distributors.com/ibs/integrator/default.aspx");
aI("text=IBS Enterprise;url=http://www.software4distributors.com/enterprise/international-business-systems.aspx");	
aI("text=IBS Warehouse Management;url=http://www.software4distributors.com/enterprise/international-business-systems.aspx");
aI("text=IBS Manufacturing;url=http://www.software4distributors.com/enterprise/international-business-systems.aspx");
aI("text=Contact IBS;url=http://www.ibs.net/en/contact-us/");
}
	with(new menuname("IBS")){
	style = sub2Style;
	margin=AllMargin
	aI("text=IBS Enterprise;url=http://www.software4distributors.com/enterprise/international-business-systems.aspx");	
	aI("text=IBS Warehouse Management;url=http://www.software4distributors.com/enterprise/international-business-systems.aspx");
	aI("text=IBS Manufacturing;url=http://www.software4distributors.com/enterprise/international-business-systems.aspx");
	}
	
	with(new menuname("LINK3")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Audifar;url=#");	
	aI("text=Bang & Bonsomer;url=#");
	aI("text=Calem;url=#");
	aI("text=Marfarlane Packaging;url=#");
	aI("text=Scribona;url=#");
	aI("text=Teamvise;url=#");
	aI("text=Timbar;url=#");
	}

	with(new menuname("LINK4")){
	style = sub2Style;
	margin=AllMargin
	aI("text=EDI Integration;url=#");	
	aI("text=Excel Integration;url=#");
	aI("text=3PL Integration;url=#");
	aI("text=SMS Integration;url=#");
	aI("text=Webportal Integration;url=#");
	aI("text=XML Integration;url=#");
	}

	with(new menuname("LINK5")){
	style = sub2Style;
	margin=AllMargin
	aI("text=Contact IBS;url=#");	
	aI("text=www.ibsus.com;url=#");
	aI("text=Other;url=#");
	}

drawMenus()