_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 = "#ffffff";
//onbgcolor = "#D70B0B";
oncolor = "#FFFFFF";
offbgcolor="#993300"
ondecoration="underline"
borderstyle = "solid";
subimage="white_arrow.gif"
onsubimage="white_arrow_down.gif"
bordercolor="black"
borderwidth="1px";
padding = 2
fontsize = "10px";
fontfamily = "verdana";    
fontweight="bold";
subimageposition="top right" ;
separatorsize=1
separatorcolor="#7c2c0B";
image="trans.gif"
subimagepadding=3
imagepadding=2
itemwidth=170

}


sub1Style=new copyOf(tstyle1)
sub1Style.offcolor = "#AA4408";
sub1Style.offbgcolor="#FF9933"
sub1Style.oncolor="#aa4408"
sub1Style.separatorcolor="#e29933";
sub2Style=new copyOf(tstyle1)
sub2Style.offcolor = "#000000";
sub2Style.offbgcolor="#FF9933";
sub2Style.separatorcolor="#8EA2BB"


tstyle1.clickcolor="#ffffff"
//tstyle1.clickbgcolor="#D70B0B"
//tstyle1.clickimage="red_blip.gif"
tstyle1.clicksubimage="white_arrow_down.gif"


with(new menuname("main Tree Menu")){
top=0
left=0
style = tstyle1;
alwaysvisible = 1;
itemwidth=160;
//margin=AllMargin
//position="relative"

aI("text=Home;url=../en/home.htm;target=main;");
aI("text=Raging Blackk Indian;showmenu=raging;type=tree;");
aI("text=Book;url=../en/book.htm;target=main;");
aI("text=IR;url=../en/ir_ing.htm;target=_top;");
aI("text=Assata;showmenu=assa;type=tree;");
aI("text=Downloads/Posters;showmenu=Downloads;type=tree;");
aI("text=Images/Mapuche;url=../en/images-mapuche.htm;target=main;");
aI("text=Relations;showmenu=relate;type=tree;");
aI("text=Communicate With Us;url=mailto:tftt3000@yahoo.ca");
}

	with(new menuname("raging")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Resistance;url=../en/resistance.htm;target=main;");
	aI("text=Hip Hop Connections;url=../en/hiphop.htm;target=main;");
	aI("text=Photos;url=../en/photos.htm;target=main;");
	aI("text=Bolivia;url=../en/bolivia.htm;target=main;");
	aI("text=Reggae on Reservation;url=../en/reggae.htm;target=main;");
	aI("text=Exploring Blackk Indian Connection;url=../en/exploring.htm;target=main;");
	
	}



	with(new menuname("assa")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Radical Women;url=../en/radicalwomen.htm;target=main;");
	aI("text=Assata Shakur;url=../en/assatashakur.htm;target=main;");
	aI("text=Native Women;url=../en/native_women.htm;target=main;");
	
	}

   with(new menuname("Downloads")){
		style = sub1Style;
		margin=AllMargin
		aI("text=Discography;url=../en/discography.htm;target=main;");
		aI("text=Videos;url=../en/videos.htm;target=main;");
		aI("text=FreeDub(mp3);url=../en/freedub.htm;target=main;");
		aI("text=Free Posters;url=../en/posters.htm;target=main;");
		
		}
with(new menuname("relate")){
		style = sub1Style;
		margin=AllMargin
		aI("text=Links;url=../en/main_links.html;target=main;");
		aI("text=Collaborators;url=../en/collaborators.htm;target=main;");
				
		}

	

drawMenus()
