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:"Arial",
	FontSize:"12px",
	FontWeight:"bold",
	FontColor:"#3E4142",
	FontColorOver:"#3E4142",
	FontColorSelected:"#3E4142",
	BGColor:"#ffffff",
	BGColorOver:"#E9BE0F",
	BGColorSelected:"#E9BE0F",
	BorderWidth:1,
	BorderColor:"#636363",
	SeparatorSize:1,
	SeparatorColor:"#E1E1E1",
	ItemPadding:3,
	//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('nav_compny','x'))+7",TopMenuY:"(DD_f_GetElementXY('nav_compny','y'))+38",MenuWidth:150});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Profile",LinkURL:"/company/profile"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Management",LinkURL:"/company/management"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Board of Directors",LinkURL:"/company/bod"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Our Philosophy",LinkURL:"/company/philosophy"},
	//{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Environment",LinkURL:"/company/environment"},
	//{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Code of Ethics",LinkURL:"/company/code_ethics"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Affiliated Companies",LinkURL:"/company/affiliated_companies"}
);


DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"(DD_f_GetElementXY('nav_properties','x'))",TopMenuY:"(DD_f_GetElementXY('nav_properties','y'))+38",MenuWidth:150});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Locations",LinkURL:"/properties/locations",ChildID:"DD_Menu1a"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Claim Map",LinkURL:"/properties/claim_map"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Photo Gallery",LinkURL:"/properties/photo_gallery"}
	
	//{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Laboratories",LinkURL:"[[structure_link_69]]",ChildID:"DD_Menu1a"}
);

DD_f_SetMenus({MenuID:"DD_Menu1a",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Drill Hole Information",LinkURL:"/properties/locations/drill_hole_info"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;NI 43101",LinkURL:"/properties/locations/n143101"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Assay Results",LinkURL:"/properties/locations/assay_results"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Info on Properties",LinkURL:"/properties/locations/property_info"}
);


DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"(DD_f_GetElementXY('nav_investorinfo','x'))",TopMenuY:"(DD_f_GetElementXY('nav_investorinfo','y'))+38",MenuWidth:150});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Financial Reports",LinkURL:"/investors/financials"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Research Reports",LinkURL:"/investors/research"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Share Information",LinkURL:"/investors/share_information"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Investor Kit",LinkURL:"/investors/investor_kit"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Corporate Calendar",LinkURL:"/investors/corporate_calendar"}
	//{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;SEDAR Filings",LinkURL:'javascript:void(0);onfunction=window.open("http://stornowaydiamonds-spotservice-ca.sitepreview.ca/","popup","");void(0);'}
);


DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"(DD_f_GetElementXY('nav_news','x'))",TopMenuY:"(DD_f_GetElementXY('nav_news','y'))+38",MenuWidth:150});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Press Releases",LinkURL:"/news/press_releases"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Articles",LinkURL:"/news/articles"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Presentations",LinkURL:"/news/presentations"}
);