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:"#121193",
	BGColorOver:"#010165",
	BGColorSelected:"#010165",
	BorderWidth:1,
	BorderColor:"#768185",
	SeparatorSize:1,
	SeparatorColor:"#768185",
	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_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:menuHeight,MenuWidth:150});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Corporate Profile",LinkURL:"/corporate/corporate_profile"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Management",LinkURL:"/corporate/management"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Board of Directors",LinkURL:"/corporate/directors"}
);


DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"(DD_f_GetElementXY('exploration','x'))",TopMenuY:menuHeight,MenuWidth:220});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Portfolio of Properties",LinkURL:"/exploration/properties"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;New Alger Gold Project",LinkURL:"/exploration/new_alger"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Mina Maria Luisa Project",LinkURL:"/exploration/mina_maria_luisa"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Kyle Kimberlite Project",LinkURL:"/exploration/kyle_kimberlite",ChildID:"DD_Menu2a"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Solna Project",LinkURL:"/exploration/solna"},
	//{MenuID:"DD_Menu2",DisplayText:"&nbsp;Casey Project",LinkURL:"/exploration/casey"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Joint Venture Projects",LinkURL:"/exploration/joint_venture"},
	//{MenuID:"DD_Menu2",DisplayText:"&nbsp;Photo Gallery",LinkURL:"/exploration/photo_gallery"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Technical Reports",LinkURL:"/exploration/technical_reports"}
);

DD_f_SetMenus({MenuID:"DD_Menu2a",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Kyle #1",LinkURL:"/exploration/kyle_kimberlite/kyle1"},
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Kyle #2",LinkURL:"/exploration/kyle_kimberlite/kyle2"},
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Kyle #3",LinkURL:"/exploration/kyle_kimberlite/kyle3"},
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Kyle #4",LinkURL:"/exploration/kyle_kimberlite/kyle4"},
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Kyle #5",LinkURL:"/exploration/kyle_kimberlite/kyle5"},
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Stages of Diamond<br>&nbsp;Exploration",LinkURL:"/exploration/kyle_kimberlite/stages"}
);

DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"(DD_f_GetElementXY('news_releases','x'))+30",TopMenuY:menuHeight,MenuWidth:135});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;&nbsp;2011",LinkURL:"/news/2011"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;&nbsp;2010",LinkURL:"/news/2010"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;&nbsp;2009",LinkURL:"/news/2009"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;&nbsp;2008",LinkURL:"/news/2008"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;&nbsp;2007",LinkURL:"/news/2007"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;&nbsp;2006",LinkURL:"/news/2006"}
);
DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"(DD_f_GetElementXY('investors','x'))",TopMenuY:menuHeight,MenuWidth:145});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;Capital Structure",LinkURL:"/investors/capital_structure"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;Financial Statements &amp; &nbsp;MD&A's",LinkURL:"/investors/reports"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;Fact Sheet",LinkURL:"/investors/fact_sheet"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;Corporate Presentation",LinkURL:"/investors/presentation"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;Events and Articles",LinkURL:"/investors/events"}
	//{MenuID:"DD_Menu4",DisplayText:"&nbsp;Articles",LinkURL:"/investors/articles"}
);

DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"(DD_f_GetElementXY('contact_us','x'))",TopMenuY:menuHeight,MenuWidth:164});
DD_f_SetItems(
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;Contact Information",LinkURL:"/contact_us/information"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;Request for Information",LinkURL:"/contact_us/request_info"}
);
