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:"#2B647F",
	FontColorSelected:"#2B647F",
	BGColor:"#2B647F",
	BGColorOver:"#ffffff",
	BGColorSelected:"#ffffff",
	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_dark.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')-30)",TopMenuY:"(DD_f_GetElementXY('corporate','y')+26)",MenuWidth:140});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Corporate Profile",LinkURL:"/corporate/corporate_profile"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Corporate Directory",LinkURL:"/corporate/corporate_directory"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Management",LinkURL:"/corporate/management"}
);


DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"(DD_f_GetElementXY('investors','x')-30)",TopMenuY:"(DD_f_GetElementXY('investors','y')+26)",MenuWidth:140});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Stock Info",LinkURL:"/investor/stock_info"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Share Structure",LinkURL:"/investor/share_structure"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Presentations",LinkURL:"/investor/presentations"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Financial Statements",LinkURL:"/investor/financial_statements"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Annual Meeting<br>&nbsp;&nbsp;Materials",LinkURL:"/investor/amm"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Regulatory Filings",LinkURL:'javascript:void(0);onfunction=window.open("http://sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00007879","popup","");void(0);'}
);

DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"(DD_f_GetElementXY('properties','x')-30)",TopMenuY:"(DD_f_GetElementXY('properties','y')+26)",MenuWidth:105});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;New Zealand",LinkURL:"/properties/new_zealand",ChildID:"DD_Menu3a"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;South Africa",LinkURL:"/properties/south_africa"}
);

DD_f_SetMenus({MenuID:"DD_Menu3a",MenuWidth:120});
DD_f_SetItems(
	{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Victory North",LinkURL:"/properties/new_zealand/victory_north"},
	{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Ross South",LinkURL:"/properties/new_zealand/ross_south/overview"},
	//{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Otama Property",LinkURL:"[[structure_link_55]]"},
	{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Collingwood<br>&nbsp;&nbsp;Property",LinkURL:"/properties/new_zealand/collingwood"}
	//{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Ross",LinkURL:"/properties/new_zealand/ross"}
);
/*
DD_f_SetMenus({MenuID:"DD_Menu3b",MenuWidth:100});
DD_f_SetItems(
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;Location",LinkURL:"/properties/south_africa/mangalisa_property/location"},
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;History",LinkURL:"/properties/south_africa/mangalisa_property/history"},
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;Geology",LinkURL:"[[structure_link_36]]"},
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;Reports",LinkURL:"/properties/south_africa/mangalisa_property/reports"}
);
*/
DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"(DD_f_GetElementXY('news','x')-30)",TopMenuY:"(DD_f_GetElementXY('news','y')+26)",MenuWidth:113});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;News Releases",LinkURL:"/news/news_releases",ChildID:"DD_Menu4a"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Related Articles",LinkURL:"/news/related_articles"}
);

DD_f_SetMenus({MenuID:"DD_Menu4a",MenuWidth:50});
DD_f_SetItems(
	{MenuID:"DD_Menu4a",DisplayText:"&nbsp;&nbsp;2012",LinkURL:"/news/news_releases/2012"},
	{MenuID:"DD_Menu4a",DisplayText:"&nbsp;&nbsp;2011",LinkURL:"/news/news_releases/2011"},
	{MenuID:"DD_Menu4a",DisplayText:"&nbsp;&nbsp;2010",LinkURL:"/news/news_releases/2010"},
	{MenuID:"DD_Menu4a",DisplayText:"&nbsp;&nbsp;2009",LinkURL:"/news/news_releases/2009"},
	{MenuID:"DD_Menu4a",DisplayText:"&nbsp;&nbsp;2008",LinkURL:"/news/news_releases/2008"},
	{MenuID:"DD_Menu4a",DisplayText:"&nbsp;&nbsp;2007",LinkURL:"/news/news_releases/2007"}
);

DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"(DD_f_GetElementXY('contact','x')-30)",TopMenuY:"(DD_f_GetElementXY('contact','y')+26)",MenuWidth:133});
DD_f_SetItems(
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;Contact Information",LinkURL:"/contact/contact_info"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;Request More info",LinkURL:"/contact/request_more_info"}
);
