_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=Principal;url=../pt/principal.htm;target=main;");
aI("text=Ira Negrae Ind&iacute;gena;showmenu=raging;type=tree;");
aI("text=Livro;url=#;");
aI("text=IR;url=../en/Homeport.htm;target=_top;");
aI("text=Assata;showmenu=assa;type=tree;");
aI("text=V&iacute;deos/Mp3;showmenu=Downloads;type=tree;");
aI("text=Imagens/Mapuche;url=#;");
aI("text=Fam&iacute;lia;showmenu=relate;type=tree;");
aI("text=Fale conosco;url=mailto:tftt3000@yahoo.ca");
}

	with(new menuname("raging")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Resist&ecirc;ncia;url=#;");
	aI("text=Conex&atilde;o Hip Hop;url=#;");
	aI("text=Fotos;url=#;");
	aI("text=Bol&iacute;via;url=#;");
	aI("text=Reggae nas Reservas;url=#;");
	aI("text=Liga&ccedil;&otilde;es entre o Povo Negro e Ind&iacute;gena;url=../pt/exploring_br.htm;target=main;");
	
	}



	with(new menuname("assa")){
	style = sub1Style;
	margin=AllMargin
	aI("text=Mulheres Radicais;url=#;");
	aI("text=Assata Shakur;url=#;");
	aI("text=Mulheres Nativas;url=#;");
	
	}

   with(new menuname("Downloads")){
		style = sub1Style;
		margin=AllMargin
		aI("text=Discografia;url=#;");
		aI("text=V&iacute;deos;url=#;");
		aI("text=FreeDub;url=../pt/freedub_br.htm;target=main;");
			
		
		}
with(new menuname("relate")){
		style = sub1Style;
		margin=AllMargin
		aI("text=Links;url=#;");
		aI("text=Collaborators;url=#;");
				
		}

	

drawMenus()
