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:"#000000",
	FontColorOver:"#FFFFFF",
	FontColorSelected:"#FFFFFF",
	BGColor:"#CFCAB5",
	BGColorOver:"#6B512A",
	BGColorSelected:"#6B512A",
	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_black.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('corp','x')",TopMenuY:204,MenuWidth:140});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;Management",LinkURL:"/corporate/management"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;Advisory Board",LinkURL:"/corporate/advisory_board"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;Financial Statements",LinkURL:"/corporate/financials"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;Corporate Directory",LinkURL:"/corporate/corporate_directory"}
);

DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"DD_f_GetElementXY('projects','x')",TopMenuY:204,MenuWidth:180});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Bogunay Property",LinkURL:"/projects/bogunay"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Souker Property",LinkURL:"/projects/souker"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Tsaga Property",LinkURL:"/projects/tsaga"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Uleeta Property",LinkURL:"/projects/uleeta"},
	/*{MenuID:"DD_Menu2",DisplayText:"&nbsp;Bulakashu Property",LinkURL:"/projects/bulakashu",ChildID:"DD_Menu2a"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Eastern Sary Jaz Property",LinkURL:"/projects/eastern_sary_jaz"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Kokjar Gold Silver Property",LinkURL:"/projects/kokjar_gold_silver"},*/
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;Additional Photos",LinkURL:"/projects/additional_photos"}
);
DD_f_SetMenus({MenuID:"DD_Menu2a",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Karabulak Prospect",LinkURL:"/projects/bulakashu/karabulak"}
);

DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"DD_f_GetElementXY('investors','x')",TopMenuY:204,MenuWidth:116});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Stock Info",LinkURL:"/investors/stock_info"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Nickel Info",LinkURL:"/investors/nickel_info"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Share Structure",LinkURL:"/investors/share_structure"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;Links",LinkURL:"/investors/links"}
);

DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"DD_f_GetElementXY('news','x')",TopMenuY:204,MenuWidth:120});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;News Releases",LinkURL:"/news/news_releases"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;Russian News<Br>&nbsp;Releases",LinkURL:"/news/russian"}
);

DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"DD_f_GetElementXY('contact','x')",TopMenuY:204,MenuWidth:123});
DD_f_SetItems(
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;Request More Info",LinkURL:"/contact/request_info"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;Send A Message",LinkURL:"/contact/send_message"}
);