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:"#333333",
	FontColorSelected:"#333333",
	BGColor:"#014F99",
	BGColorOver:"#FFFFFF",
	BGColorSelected:"#FFFFFF",
	BorderWidth:1,
	BorderColor:"#3E7795",
	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_Menu2",TopMenuX:"(DD_f_GetElementXY('about_us','x'))",TopMenuY:170,MenuWidth:140});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Contact",LinkURL:"/about_us/contact_us"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;enerG Partners",LinkURL:"/about_us/partners"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Testimonials",LinkURL:"/about_us/testimonials"}
);
DD_f_SetMenus({MenuID:"DD_Menu3",TopMenuX:"(DD_f_GetElementXY('advertise','x'))",TopMenuY:170,MenuWidth:145});
DD_f_SetItems(
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Marketing<br>&nbsp;&nbsp;Opportunities",LinkURL:"/advertise/marketing_opportunities"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Editorial Calendar",LinkURL:"/advertise/editorial_calendar"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Who Reads enerG",LinkURL:"/advertise/who_reads"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Reprints",LinkURL:"/advertise/reprints"},
	{MenuID:"DD_Menu3",DisplayText:"&nbsp;&nbsp;Media Kit",LinkURL:"/advertise/media_kit"}
);
DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"(DD_f_GetElementXY('subscribe','x'))",TopMenuY:170,MenuWidth:147});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;enerG Xpress",LinkURL:"/subscribe/xpress"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;enerG Xpress - &nbsp;&nbsp;Archive",LinkURL:"/xpress"}
);
DD_f_SetMenus({MenuID:"DD_Menu6",TopMenuX:"(DD_f_GetElementXY('back_issues','x'))",TopMenuY:170,MenuWidth:155});
DD_f_SetItems(
	{MenuID:"DD_Menu6",DisplayText:"&nbsp;&nbsp;enerG-Back Issues",LinkURL:"[[structure_link_45]]"}
);