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:"",
	FontColor:"#FFFFFF",
	FontColorOver:"#FFFFFF",
	FontColorSelected:"#FFFFFF",
	BGColor:"#353432",
	BGColorOver:"#C0C0C0",
	BGColorSelected:"#C0C0C0",
	BorderWidth:1,
	BorderColor:"#222222",
	SeparatorSize:1,
	SeparatorColor:"#222222",
	ItemPadding:1,
	//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:102,MenuWidth:112});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Company",LinkURL:"/corporate/company"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Management",LinkURL:"/corporate/management"}
);

DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"(DD_f_GetElementXY('projects','x'))",TopMenuY:102,MenuWidth:110});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Ontario",LinkURL:"/projects/ontario",ChildID:"DD_Menu3a"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Quebec",LinkURL:"/projects/quebec",ChildID:"DD_Menu3b"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Saskatchewan",LinkURL:"/projects/saskatchewan"}
);
DD_f_SetMenus({MenuID:"DD_Menu3a",MenuWidth:112});
DD_f_SetItems(
	{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Carnegie",LinkURL:"/projects/ontario/carnegie"},
	{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Kidd Township",LinkURL:"/projects/ontario/kidd_township"},
	{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Eastford Lake",LinkURL:"/projects/ontario/eastford_lake"},
	{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Pyne",LinkURL:"/projects/ontario/pyne"},
	{MenuID:"DD_Menu3a",DisplayText:"&nbsp;&nbsp;Montrose",LinkURL:"/projects/ontario/montrose"}
);
DD_f_SetMenus({MenuID:"DD_Menu3b",MenuWidth:112});
DD_f_SetItems(
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;East Bay",LinkURL:"/projects/quebec/east_bay"},
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;Nelligan",LinkURL:"/projects/quebec/nelligan"},
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;Destor",LinkURL:"/projects/quebec/destor"},
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;Launay",LinkURL:"/projects/quebec/launay"},
	{MenuID:"DD_Menu3b",DisplayText:"&nbsp;&nbsp;Opawica",LinkURL:"/projects/quebec/opawica"}
);

DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"(DD_f_GetElementXY('news','x'))",TopMenuY:102,MenuWidth:109});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Current",LinkURL:"/news"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Archives",LinkURL:"/news/archive"}
);
