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:"#666666",
	FontColorOver:"#000000",
	FontColorSelected:"#000000",
	BGColor:"#E1E1E1",
	BGColorOver:"#E1E1E1",
	BGColorSelected:"#E1E1E1",
	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:.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('about','x')+44",TopMenuY:38,MenuWidth:157});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Shore Gold Vision",LinkURL:"/about_shore/vision",ChildID:"DD_Menu1a"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Shore Gold History",LinkURL:"/about_shore/history"}
	//{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Industry Insight",LinkURL:"/about_shore/industry_insight"}
	//{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Laboratories",LinkURL:"[[structure_link_69]]",ChildID:"DD_Menu1a"}
);

DD_f_SetMenus({MenuID:"DD_Menu1a",MenuWidth:150});
DD_f_SetItems(
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Our People",LinkURL:"/about_shore/vision/our_people"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Our Communities",LinkURL:"/about_shore/vision/our_communities"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Our Environment",LinkURL:"/about_shore/vision/our_environment"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Our Safety",LinkURL:"/about_shore/vision/our_safety"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Our Security",LinkURL:"/about_shore/vision/our_security"}
);

DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"DD_f_GetElementXY('properties','x')",TopMenuY:308,MenuWidth:221});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Star Diamond Project",LinkURL:"/properties/star_diamond"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;FALC-JV",LinkURL:"/properties/falc_jv"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Buffalo Hills",LinkURL:"/properties/buffalo_hills"}
);

DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"DD_f_GetElementXY('btn_maps','x')",TopMenuY:38,MenuWidth:219});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Maps",LinkURL:"/map_photos/maps"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Photos",LinkURL:"/map_photos/photos"}
);
DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"DD_f_GetElementXY('corporate','x')",TopMenuY:308,MenuWidth:140});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Corporate Profile",LinkURL:"/corporate/profile"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Directors & Officers",LinkURL:"/corporate/directors"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Management",LinkURL:"/corporate/management"}
);
DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"DD_f_GetElementXY('investors','x')",TopMenuY:308,MenuWidth:160});
DD_f_SetItems(
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;Share Structure",LinkURL:"/investors/share_structure"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;Stock Chart",LinkURL:"/investors/stock_chart"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;Presentations and Media",LinkURL:"/investors/presentations"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;Financial Reports",LinkURL:"/investors/financials"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;News Releases",LinkURL:"/investors/news_releases"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;Annual Meeting",LinkURL:"/investors/annual_meeting"}
);
