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:"#333333",
	FontColorOver:"#333333",
	FontColorSelected:"#333333",
	BGColor:"#fdcd42",
	BGColorOver:"#D1D1D1",
	BGColorSelected:"#D1D1D1",
	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_Menu1",TopMenuX:"DD_f_GetElementXY('corporate','x')-1",TopMenuY:233,MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Our Profile",LinkURL:"/corporate/profile"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Management",LinkURL:"/corporate/management"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Corporate Governance",LinkURL:"/corporate/corporate_goverance",ChildID:"DD_Menu1a"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Our Outlook",LinkURL:"/corporate/outlook"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Market Conditions",LinkURL:"/corporate/market"},
	{MenuID:"DD_Menu1",DisplayText:"&nbsp;&nbsp;Strategic Elements",LinkURL:"/corporate/strategic_elements"}
);
DD_f_SetMenus({MenuID:"DD_Menu1a",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Code of Ethics",LinkURL:"/corporate/corporate_goverance/code_of_ethics"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Board Committees",LinkURL:"/corporate/corporate_goverance/board_committees"}
/*	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Nominating and Corporate<br>&nbsp;Committee Charter",LinkURL:"/corporate/corporate_goverance/nominating_committee_charter"},
	{MenuID:"DD_Menu1a",DisplayText:"&nbsp;Compensation Committee<br>&nbsp;Charter",LinkURL:"/corporate/corporate_goverance/compensation_committee"}*/
);

DD_f_SetMenus({MenuID:"DD_Menu2",TopMenuX:"DD_f_GetElementXY('projects','x')-1",TopMenuY:233,MenuWidth:120});
DD_f_SetItems(
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Illinois",LinkURL:"/projects/illinois",ChildID:"DD_Menu2a"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Louisiana",LinkURL:"/projects/louisiana",ChildID:"DD_Menu2b"},
	//{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Oklahoma",LinkURL:"/projects/oklahoma"},
	{MenuID:"DD_Menu2",DisplayText:"&nbsp;&nbsp;Texas",LinkURL:"/projects/texas",ChildID:"DD_Menu2c"}
);
DD_f_SetMenus({MenuID:"DD_Menu2a",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Oakdale",LinkURL:"/projects/illinois/oakdale"},
	{MenuID:"DD_Menu2a",DisplayText:"&nbsp;Waterflood",LinkURL:"/projects/illinois/waterflood"}
);
DD_f_SetMenus({MenuID:"DD_Menu2b",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu2b",DisplayText:"&nbsp;South Delhi/Big Creek Field",LinkURL:"/projects/louisiana/southdehli_bigcreek"}
	//{MenuID:"DD_Menu2b",DisplayText:"&nbsp;Vinyard and Dixon<br>&nbsp;Prospects",LinkURL:"/projects/louisiana/vinyard_dixon_prospects"}
);
DD_f_SetMenus({MenuID:"DD_Menu2c",MenuWidth:170});
DD_f_SetItems(
	{MenuID:"DD_Menu2c",DisplayText:"&nbsp;Barge Canal",LinkURL:"/projects/texas/barge_canal"},
	{MenuID:"DD_Menu2c",DisplayText:"&nbsp;Janssen 1-A",LinkURL:"/projects/texas/janssen_1a"},
	{MenuID:"DD_Menu2c",DisplayText:"&nbsp;Koliba",LinkURL:"/projects/texas/koliba"}
);

DD_f_SetMenus({MenuID:"DD_Menu4",TopMenuX:"DD_f_GetElementXY('investor_info','x')-1",TopMenuY:233,MenuWidth:180});
DD_f_SetItems(
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;News / Events",LinkURL:"http://ir.stockpr.com/strategicamericanoil/company-news"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Company Info",LinkURL:"http://ir.stockpr.com/strategicamericanoil/"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Shareholder Resources",LinkURL:"http://ir.stockpr.com/strategicamericanoil/ir-contacts"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Stock Info",LinkURL:"http://ir.stockpr.com/strategicamericanoil/quote"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Financial Info",LinkURL:"http://ir.stockpr.com/strategicamericanoil/financials"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Corporate Governance",LinkURL:"http://ir.stockpr.com/strategicamericanoil/board-of-directors"},
	{MenuID:"DD_Menu4",DisplayText:"&nbsp;&nbsp;Regulatory Info",LinkURL:"http://ir.stockpr.com/strategicamericanoil/sec-filings"}
);

DD_f_SetMenus({MenuID:"DD_Menu5",TopMenuX:"DD_f_GetElementXY('exploration','x')-1",TopMenuY:233,MenuWidth:140});
DD_f_SetItems(
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;3D Seismic",LinkURL:"/exploration/3d_seismic"},
	{MenuID:"DD_Menu5",DisplayText:"&nbsp;&nbsp;Research",LinkURL:"/exploration/research"}
);