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:"#babfc0",
	BGColorOver:"#c31329",
	BGColorSelected:"#c31329",
	BorderWidth:1,
	BorderColor:"#000000",
	SeparatorSize:1,
	SeparatorColor:"#000000",
	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_Menu2",TopMenuX:"(DD_f_GetElementXY('corporate','x'))",TopMenuY:200,MenuWidth:130});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Management &<BR>&nbsp;&nbsp;Directors",LinkURL:"/corporate/management_directors"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Corporate Directory",LinkURL:"/corporate/corporate_directory"}
);

DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"(DD_f_GetElementXY('projects','x'))",TopMenuY:200,MenuWidth:130});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Overview",LinkURL:"/projects/overview"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Akie",LinkURL:"/projects/akie"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Kechika Regional",LinkURL:"/projects/kechika_regional"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Photo Gallery",LinkURL:"/projects/photo_gallery"}
);

DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"DD_f_GetElementXY('investors','x')",TopMenuY:200,MenuWidth:130});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Stock Quote &<BR>&nbsp;&nbsp;Charts",LinkURL:"/investors/stock_quote"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Share Structure",LinkURL:"/investors/share_structure"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Financial Reports",LinkURL:"/investors/financials"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Presentations",LinkURL:"/investors/presentations"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Fact Sheet",LinkURL:"/investors/fact_sheet"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Info on Zinc",LinkURL:'javascript:void(0);onfunction=window.open("http://www.zinc.org/index.html","popup","");void(0);'}
);

DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"DD_f_GetElementXY('news','x')",TopMenuY:200,MenuWidth:130});
DD_f_SetItems(
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;2010",LinkURL:"/news/2010"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;2009",LinkURL:"/news/2009"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;2008",LinkURL:"/news/2008"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;2007",LinkURL:"/news/2007"}
);