// JavaScript Document

function mmLoadMenus() {
var mmSizeWidth = 140;
var mmSizeHieght = 15;
var mmFontFamily = "Verdana, Arial, Helvetica, sans-serif";
var mmFontSize = 9;
var mmFontColor = "#000000";
var mmFontColorHiLite = "#000000";
var mmBgColor = "#CCCC99";
var mmBgColorHiLite = "#999966";
var mmVertAlign = "left";
var mmHoriAlign = "middle";
var mmPadding = 3;
var mmSpacing = 0;
var mmTimeout = 500;
var mmSubMenuX = 2;
var mmSubMenuY = 0;
var mmSubRelative = true;
var mmBgOpaque = true;
var mmVertical = true;
var mmIndent = 0;
var mmAW = true;
var mmAH = true;
// Menu Formats
var mmBorderSize = 1; // Changes Size of: mmLineColor; mmLineShadow; mm BorderColoer  NOT Line Between Cells
var mmLineColor = "#535337"; // Lines Between Cells & Right Border & Bottom Border
var mmLineShadow = "#BEBE9E"; // Left Border & Top Border
var mmBorderColor = "#535337"; // Outside Line Around Entire Menu 
var mmHideMenu = true;
var mmSubImage = "../MenuItems/arrows.gif"; //Image indicating a sub menu

  if (window.menuTurfgrass) return;
	window.menuTurfgrass = new Menu("root",(mmSizeWidth*2),mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuTurfgrass.addMenuItem("<b>Warm-season</b>", "window.open('../Turfgras/1110_SeasonWarm.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Bermudagrass", "window.open('../Turfgras/1111_Bermuda.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Centipedegrass", "window.open('../Turfgras/1112_Centipede.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Seashore&nbsp;Paspalum", "window.open('../Turfgras/1113_Seashore.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;St.&nbsp;Augustinegrass", "window.open('../Turfgras/1114_Augustine.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Zoysiagrass", "window.open('../Turfgras/1115_Zoysia.htm', '_self');");
	menuTurfgrass.addMenuItem("<b>Cool-season</b>", "window.open('../Turfgras/1120_SeasonCool.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Annual&nbsp;Ryegrass", "window.open('../Turfgras/1121_RyeAnnual.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Creeping&nbsp;Bentgrass", "window.open('../Turfgras/1122_Bent.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Perennial&nbsp;Ryegrass", "window.open('../Turfgras/1123_RyePerenn.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Poa&nbsp;Trivialis", "window.open('../Turfgras/1124_PoaTriv.htm', '_self');");
	menuTurfgrass.addMenuItem("&nbsp;&nbsp;&nbsp;Tall&nbsp;Fescue", "window.open('../Turfgras/1125_Fescue.htm', '_self');");
	menuTurfgrass.addMenuItem("<b>Selection&nbsp;&amp;&nbsp;Adaptation</b>", "window.open('../Turfgras/1150_Selection.htm', '_self');");
	menuTurfgrass.addMenuItem("<b>UGA&nbsp;Releases</b>", "window.open('../Turfgras/1140_UGAReleases.htm', '_self');");
	menuTurfgrass.addMenuItem("Turfgrass&nbsp;Producers&nbsp;In&nbsp;Georgia", "window.open('../Turfgras/GA Sod Producers.pdf', '_self');");
		menuTurfgrass.hideOnMouseOut=mmHideMenu;
		menuTurfgrass.childMenuIcon=mmSubImage;
		menuTurfgrass.menuBorder=mmBorderSize;
		menuTurfgrass.menuLiteBgColor=mmLineShadow;
		menuTurfgrass.menuBorderBgColor=mmBorderColor;
		menuTurfgrass.bgColor=mmLineColor;
	window.menuPestMngt = new Menu("root",mmSizeWidth,mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuPestMngt.addMenuItem("Diseases&nbsp;<em>(Link)</em>", "window.open('http://www.plant.uga.edu/Extension/news/Turf.htm', '_self');");
	menuPestMngt.addMenuItem("Insects&nbsp;<em>(Link)</em>", "window.open('http://lpm.uga.edu', '_self');");
	menuPestMngt.addMenuItem("Weed&nbsp;Management", "window.open('../WeedMngt/index.html', '_self');");
		menuPestMngt.hideOnMouseOut=mmHideMenu;
		menuPestMngt.childMenuIcon=mmSubImage;
		menuPestMngt.menuBorder=mmBorderSize;
		menuPestMngt.menuLiteBgColor=mmLineShadow;
		menuPestMngt.menuBorderBgColor=mmBorderColor;
		menuPestMngt.bgColor=mmLineColor;
	window.menuCultPrac = new Menu("root",mmSizeWidth,mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuCultPrac.addMenuItem("Management&nbsp;Calendar", "window.open('../CultPrac/1310_Calendar.htm','_self');");
	menuCultPrac.addMenuItem("Fertilization&nbsp;<em>(Link)</em>", "window.open('http://www.cropsoil.uga.edu/fertility/', '_self');");
	menuCultPrac.addMenuItem("Plant&nbsp;Analysis&nbsp;<em>(Link)</em>", "window.open('http://www.cropsoil.uga.edu/~oplank/plantanalysisturf/index.html', '_self');");
	menuCultPrac.addMenuItem("Water&nbsp;Management&nbsp;<em>(Link)</em>", "window.open('http://www.turfgrasswater.com/', '_self');");
		menuCultPrac.hideOnMouseOut=mmHideMenu;
		menuCultPrac.childMenuIcon=mmSubImage;
		menuCultPrac.menuBorder=mmBorderSize;
		menuCultPrac.menuLiteBgColor=mmLineShadow;
		menuCultPrac.menuBorderBgColor=mmBorderColor;
		menuCultPrac.bgColor=mmLineColor;
	window.menuIndustry = new Menu("root",mmSizeWidth,mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuIndustry.addMenuItem("Facts&nbsp;About", "window.open('../Industry/1420_Facts.htm', '_self');");
	menuIndustry.addMenuItem("Associations", "window.open('../Industry/1410_Associations.htm', '_self');");
		menuIndustry.hideOnMouseOut=mmHideMenu;
		menuIndustry.childMenuIcon=mmSubImage;
		menuIndustry.menuBorder=mmBorderSize;
		menuIndustry.menuLiteBgColor=mmLineShadow;
		menuIndustry.menuBorderBgColor=mmBorderColor;
		menuIndustry.bgColor=mmLineColor;
	window.menuArticles = new Menu("root",mmSizeWidth,mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuArticles.addMenuItem("Extension&nbsp;Bulletins", "window.open('../Articles/ExtBulletin.htm', '_self');");
	menuArticles.addMenuItem("Extension&nbsp;Circulars", "window.open('../Articles/ExtCircular.htm', '_self');");
	menuArticles.addMenuItem("Extension&nbsp;Leaflets", "window.open('../Articles/ExtLeaflet.htm', '_self');");
	menuArticles.addMenuItem("Extension&nbsp;Miscellaneous", "window.open('../Articles/ExtMisc.htm', '_self');");
	menuArticles.addMenuItem("Research&nbsp;Bulletins", "window.open('../Articles/ResearchBulletin.htm', '_self');");
	menuArticles.addMenuItem("Tech&nbsp;Center&nbsp;<i>En&nbsp;Espa&ntilde;ol</i>", "window.open('../Articles/TechCenter.htm', '_self');");
	menuArticles.addMenuItem("All&nbsp;Current&nbsp;Articles", "window.open('../Articles/AllArticles.htm', '_self');");
		menuArticles.hideOnMouseOut=mmHideMenu;
		menuArticles.childMenuIcon=mmSubImage;
		menuArticles.menuBorder=mmBorderSize;
		menuArticles.menuLiteBgColor=mmLineShadow;
		menuArticles.menuBorderBgColor=mmBorderColor;
		menuArticles.bgColor=mmLineColor;
	window.menuPublication = new Menu("root",(mmSizeWidth*2.5),mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuPublication.addMenuItem("2009&nbsp;Pest&nbsp;Control&nbsp;Recommendations&nbsp;for&nbsp;Professionals", "window.open('../Publicat/1640_Recommendations.htm', '_self');");
	menuPublication.addMenuItem("BMP&nbsp;for&nbsp;Turfgrass&nbsp;Water&nbsp;Conservation", "window.open('../Publicat/1650_BMP_H2O.htm', '_self');");
	menuPublication.addMenuItem("Summary&nbsp;of&nbsp;Turfgrass&nbsp;Management&nbsp;Research&nbsp;2006", "window.open('../Publicat/1690_AnnualReport06.html','_self');");
		menuPublication.hideOnMouseOut=mmHideMenu;
		menuPublication.childMenuIcon=mmSubImage;
		menuPublication.menuBorder=mmBorderSize;
		menuPublication.menuLiteBgColor=mmLineShadow;
		menuPublication.menuBorderBgColor=mmBorderColor;
		menuPublication.bgColor=mmLineColor;
	window.menuCultEval = new Menu("root",mmSizeWidth,mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuCultEval.addMenuItem("Bermudagrass", "window.open('../CultEval/1710_Bermuda.htm', '_self');");
	menuCultEval.addMenuItem("St.&nbsp;Augustinegrass", "window.open('../CultEval/1720_Augustine.htm', '_self');");
	menuCultEval.addMenuItem("Zoysiagrass", "window.open('../CultEval/1730_Zoysia.htm', '_self');");
	menuCultEval.addMenuItem("Bentgrass&nbsp;Green", "window.open('../CultEval/1750_Bent.htm', '_self');");
	menuCultEval.addMenuItem("Tall&nbsp;Fescue", "window.open('../CultEval/1740_Fescue.htm', '_self');");
		menuCultEval.hideOnMouseOut=mmHideMenu;
		menuCultEval.childMenuIcon=mmSubImage;
		menuCultEval.menuBorder=mmBorderSize;
		menuCultEval.menuLiteBgColor=mmLineShadow;
		menuCultEval.menuBorderBgColor=mmBorderColor;
		menuCultEval.bgColor=mmLineColor;
		window.menuUrbanAg = new Menu("root",mmSizeWidth*1.5,mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuUrbanAg.addMenuItem("Center&nbsp;for&nbsp;Urban&nbsp;Ag&nbsp;Homepage", "window.open('http://www.gaurbanag.org', '_self');");
	menuUrbanAg.addMenuItem("Turfgrass", "window.open('http://apps.caes.uga.edu/urbanag/Home&Garden/indexFS.cfm?section=Turfgrass', '_self');");
        menuUrbanAg.hideOnMouseOut=mmHideMenu;
		menuUrbanAg.childMenuIcon=mmSubImage;
		menuUrbanAg.menuBorder=mmBorderSize;
		menuUrbanAg.menuLiteBgColor=mmLineShadow;
		menuUrbanAg.menuBorderBgColor=mmBorderColor;
		menuUrbanAg.bgColor=mmLineColor;
	window.menuAboutUs = new Menu("root",mmSizeWidth,mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuAboutUs.addMenuItem("Team&nbsp;Members", "window.open('../AboutUs/1910_TeamMembers.htm', '_self');");
	menuAboutUs.addMenuItem("Turfgrass&nbsp;Program", "window.open('../AboutUs/1920_UGATurfProg.htm', '_self');");
	menuAboutUs.addMenuItem("Turfgrass&nbsp;Facilities", "window.open('../AboutUs/1930_Fcilities.htm', '_self');");
	menuAboutUs.addMenuItem("Partnerships", "window.open('../AboutUs/1940_Partnerships.htm', '_self');");
		menuAboutUs.hideOnMouseOut=mmHideMenu;
		menuAboutUs.childMenuIcon=mmSubImage;
		menuAboutUs.menuBorder=mmBorderSize;
		menuAboutUs.menuLiteBgColor=mmLineShadow;
		menuAboutUs.menuBorderBgColor=mmBorderColor;
		menuAboutUs.bgColor=mmLineColor;
	window.menuResource = new Menu("root",mmSizeWidth,mmSizeHieght,mmFontFamily,mmFontSize,mmFontColor,mmFontColorHiLite,mmBgColor,mmBgColorHiLite,mmVertAlign,mmHoriAlign,mmPadding,mmSpacing,mmTimeout,mmSubMenuX,mmSubMenuY,mmSubRelative,mmBgOpaque,mmVertical,mmIndent,mmAW,mmAH);
	menuResource.addMenuItem("Other&nbsp;UGA&nbsp;Sites", "window.open('../Resource/1810_UGASites.htm', '_self');");
	menuResource.addMenuItem("Other&nbsp;University&nbsp;Sites", "window.open('../Resource/1820_TurfSites.htm', '_self');");
	menuResource.addMenuItem("County&nbsp;Extension&nbsp;Agents", "window.open('../Resource/1830_CountyAgents.htm', '_self');");
		menuResource.hideOnMouseOut=mmHideMenu;
		menuResource.childMenuIcon=mmSubImage;
		menuResource.menuBorder=mmBorderSize;
		menuResource.menuLiteBgColor=mmLineShadow;
		menuResource.menuBorderBgColor=mmBorderColor;
		menuResource.bgColor=mmLineColor;

  menuResource.writeMenus();
} // mmLoadMenus()