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:"Verdana",
	FontSize:"11px",
	FontWeight:"",
	FontColor:"#FFFFFF",
	FontColorOver:"#FFFFFF",
	FontColorSelected:"#FFFFFF",
	BGColor:"#524229",
	BGColorOver:"#2F2514",
	BGColorSelected:"#2F2514",
	BorderWidth:1,
	BorderColor:"#DAD3CB",
	SeparatorSize:1,
	SeparatorColor:"#DAD3CB",
	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:.97,
	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_Menu1",TopMenuX:"DD_f_GetElementXY('corporate','x')",TopMenuY:36,MenuWidth:130});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;Management",LinkURL:"/corporate/management"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;Technical Advisors",LinkURL:"/corporate/technical_advisors"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;Board of Directors",LinkURL:"/corporate/directors"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;Corporate Directory",LinkURL:"/corporate/corporate_directory"}
);
DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"DD_f_GetElementXY('projects','x')",TopMenuY:36,MenuWidth:112});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;San Juan Project",LinkURL:"/projects/san_juan"},
	//{MenuID:"DD_Menu2",DisplayText:"&nbsp;Agulia Project",LinkURL:"/projects/aguila"},
	//{MenuID:"DD_Menu2",DisplayText:"&nbsp;Reports",LinkURL:"/projects/reports"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Photos",LinkURL:"/projects/photos"}
);
DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"DD_f_GetElementXY('investors','x')",TopMenuY:36,MenuWidth:130});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Investment<br>&nbsp;Highlights",LinkURL:"/investors/investment_highlights"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Stock Info",LinkURL:"/investors/stock_info"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Share Structure",LinkURL:"/investors/share_structure"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Presentations",LinkURL:"/investors/presentations"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Financial Statements",LinkURL:"/investors/financials"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Investor Events",LinkURL:"/investors/investor_events"}
	//{MenuID:"DD_Menu3",DisplayText:"&nbsp;FAQ",LinkURL:"/investors/faq"}
);
DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"DD_f_GetElementXY('news','x')",TopMenuY:36,MenuWidth:101});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;2009",LinkURL:"/news/2009"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;2008",LinkURL:"/news/2008"}
);
DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"DD_f_GetElementXY('contact','x')",TopMenuY:36,MenuWidth:118});
DD_f_SetItems(
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;Contact Info",LinkURL:"/contact/contact_info"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;Request Info",LinkURL:"/contact/request_info"}
);
