DD_MacN7=(DD_Mac&&
         (DD_UserAgent.indexOf('Netscape/7')!=-1))
         ?true:false;

DD_f_UpdateDefaults({
	MenuWidth:50,
	BaseURL:"",
	ClickKill:0,
	MilliSecondsVisible:250,
	ScrollEnabled:1,
	ScrollOver:1,
	ScrollBothBars:1,
	ScrollInterval:(DD_MacN7) ? 100 : 20,
	FontFamily:"Calibri, Verdana",
	FontSize:"15px",
	FontWeight:"bold",
	FontColor:"#444444",
	FontColorOver:"#000000",
	FontColorSelected:"#000000",
	BGColor:"#EAEAEA",
	BGColorOver:"#D1D7E5",
	BGColorSelected:"#D1D7E5",
	BorderWidth:1,
	BorderColor:"#FFFFFF",
	SeparatorSize:1,
	SeparatorColor:"#FFFFFF",
	ItemPadding:2,
	//MenuPaddingLeft:8,
	//MenuBGColor:"#777777",
	KeepHilite:1,
	ChildPerCentOver:1,
	ChildOffset:-1,
	ShowLinkCursor:1,
	CreateOnLoad:false,
		SlideInFrom:"top",
	SlideInPercent:12,
	SlideInInterval:15,
	SlideOutTo:"top", 
	SlideOutPercent:9,
	SlideOutInterval:9,
	setTrans:DD_f_SetSlide,
		killTrans:DD_f_KillSlide,
	MenuOpacity:1,
	TextAlign:"left",
	StatusDisplayBuild:false,
	NSFontOver:1,
	ImageSrc:"arrow_right.gif",
	ImageSrcOver:"arrow_right.gif",
	ImageSrcLeft:"arrow_left.gif",
	ImageSrcLeftOver:"arrow_left.gif",
	ImageWidth:4,
	ImageHeight:7
});

DD_f_SetMenuTemplate({
	MenuWidth:180,
	IsVariableWidth:false
});
/*

DD_f_SetMenus({MenuID:"DD_MenuZZZ",TopMenuX:10,TopMenuY:10,MenuWidth:175,CreateOnLoad:true});
DD_f_SetItems(
	{MenuID:"DD_MenuZZZ",DisplayText:"Default",LinkURL:"/"}
);
*/

DD_f_SetMenus({MenuID:"DD_Menu1",TopMenuX:"DD_f_GetElementXY('corporate','x')",TopMenuY:170,MenuWidth:127});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Corporate Info",LinkURL:"/corporate/corporate_info"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Board of &nbsp;&nbsp;Directors",LinkURL:"/corporate/board_of_directors"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Management",LinkURL:"/corporate/management"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Code of Ethics",LinkURL:"/corporate/code_of_ethics"}
);

DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"DD_f_GetElementXY('projects','x')",TopMenuY:170,MenuWidth:104});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Why Brazil?",LinkURL:"/projects/why_brazil"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Serra Pelada",LinkURL:"/projects/serra_pelada"}
);

DD_f_SetMenus({MenuID:"DD_Menu2a",MenuWidth:100});
DD_f_SetItems(
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;&nbsp;NI 43-101",LinkURL:"[[structure_link_21]]"}
);

DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"DD_f_GetElementXY('investors','x')",TopMenuY:170,MenuWidth:140});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;News Releases",LinkURL:"/investors/news_releases"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Quote and Chart",LinkURL:"/investors/stock_quote"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Share Structure",LinkURL:"/investors/share_structure"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Financial &nbsp;&nbsp;Statements",LinkURL:"/investors/financials"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Presentations",LinkURL:"/investors/presentations"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Upcoming Events",LinkURL:"/investors/upcoming_events"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Analyst and Media &nbsp;&nbsp;Coverage",LinkURL:"/investors/research_media"}
);