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:"bold",
	FontColor:"#FFFFFF",
	FontColorOver:"#FFFFFF",
	FontColorSelected:"#FFFFFF",
	BGColor:"#2A6283",
	BGColorOver:"#9F9F9F",
	BGColorSelected:"#9F9F9F",
	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_Menu2",TopMenuX:"(DD_f_GetElementXY('corporate','x'))",TopMenuY:"(DD_f_GetElementXY('corporate','y'))+42",MenuWidth:156});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Management Profiles",LinkURL:"/corporate/management"}
);

DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"(DD_f_GetElementXY('properties','x'))",TopMenuY:"(DD_f_GetElementXY('properties','y'))+42",MenuWidth:155});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Maps",LinkURL:"/properties/maps"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Reports",LinkURL:"/properties/reports"}
);

DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"(DD_f_GetElementXY('investors','x'))",TopMenuY:"(DD_f_GetElementXY('investors','y'))+42",MenuWidth:156});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Stock Quotes",LinkURL:"/investors/stock_quotes"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Request Info",LinkURL:"/investors/request_info"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Presentation",LinkURL:"/investors/presentation"}
);

DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"(DD_f_GetElementXY('news','x'))",TopMenuY:"(DD_f_GetElementXY('news','y'))+42",MenuWidth:158});
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"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;2006",LinkURL:"/news/2006"}
);
