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:"#71AEC3",
	//BGColorOver:"#999999",
	BGColorSelected:"#999999",
	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('quicklinks','x')",TopMenuY:30,MenuWidth:150,BGColor:menuBG,BGColorOver:menuBGOver});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Financials",LinkURL:"/investors/financials"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Stock Information",LinkURL:"/investors/stock_info"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Market Information",LinkURL:"/investors/market_info"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;News Releases",LinkURL:"/investors/news_releases"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Analyst Coverage",LinkURL:"/investors/analyst_coverage"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Investees by Sector",LinkURL:"/investments/sectors"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Investees by Name",LinkURL:"/investments/investees_name"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;FAQ",LinkURL:"/company/faq"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Policies",LinkURL:"/company/legal"}
);
/*
DD_f_SetMenus({MenuID:"DD_Menu6",TopMenuX:"DD_f_GetElementXY('grassroots','x')",TopMenuY:113,MenuWidth:140,BGColor:"#666201",BGColorOver:"#3F3D00",BorderWidth:0,SeparatorSize:0});
DD_f_SetItems(
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;Overview",LinkURL:"/company/info"},		  
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;Coronation",LinkURL:"[[structure_link_52]]"},
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;Mackenzie",LinkURL:"[[structure_link_53]]"},
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;Southern Northwest<br>&nbsp;&nbsp;Territories",LinkURL:"[[structure_link_54]]"},
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;Calling Lake",LinkURL:"[[structure_link_55]]"},
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;TIM/IC",LinkURL:"[[structure_link_57]]"},
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;RAM/SHU",LinkURL:"[[structure_link_58]]"},
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;Itza lake",LinkURL:"[[structure_link_68]]"}
);*/