   var TOP_MENU =
   {
     size:[ 35, 137 ],
     imgsize:[ 35, 125 ],
     itemoff:[ 0, "+previousItem" ],
     leveloff:[ "+parentItem", 0 ],
     textStyle:[ "vertical-align: middle; font-family: arial; font-weight: bold; font-style: italic; font-size: 12pt; " , "font-family: arial; font-weight: bold; font-style: italic; font-size: 12pt;"],
     css:{
        ON:"clsCMOn",
        OVER:"clsCMOver"
     },
     ifFirst:
     {
       css:{
        ON:"clsCMOn_first",
        OVER:"clsCMOver_first"
       },
       size:[ 35, 151 ]
     }
   };
 
   var SUB_MENU =
   {
     borderWidth:[1,0,1,1],
     borderColor:"black",
     backgroundColor:[ "#EBEBEB","#8DC25A" ],
     textStyle:[ "color: black; font: normal 9pt Arial, sans-serif; text-align: left; margin: 0 0 0 6px; font-style: normal; font-weight: bold;", "color: white; font: bold 9pt Arial, sans-serif; text-align: left; margin: 0 0 0 6px; font-style: normal; font-weight: bold;" ],
     size:[ 31, 205 ],
     image: null,
     css:{
        ON:null,
        OVER:null
     },
     itemoff:[ "+previousItem", 0 ],
     leveloff:[ 30, 0 ],
     ifFirst:
     {
       borderWidth:[1,1,1,1],
       itemoff:[  "+previousItem", 0  ],
       leveloff:[ 30, 15 ]
     }
   };
  
   var MENU_ITEMS = 
   [
     { pos:"relative", style:[ TOP_MENU, SUB_MENU ], blankImage:"img/menuspacer.gif" },
     {
       code: "About Us",
       url : null,
       image: null,
       sub:
       [
         {},
         {code:"Home",               url: "."                            },
         {code:"Hours of Operation", url: "teamevergreen_hours.php"      },
         {code:"Directions",         url: "teamevergreen_directions.php" }
       ]
     },
     {
       code: "Equipment",
       url : null,
       sub:
       [
         {},
         {code:"Current Promotions",      url: "equipment_currentpromotions.php"   },
         {code:"Agricultural",            url: "redirect.php?url=http://www.deere.com/en_US/ag/index.html"        },
         {code:"Residential",             url: "redirect.php?url=http://www.deere.com/en_US/homeowners/index.html"         },
         {code:"Commercial",              url: "redirect.php?url=http://www.deere.com/en_US/groundscare/index.html"          },
         {code:"Compact Construction",    url: "equipment_compactconstruction.php" },
         {code:"Handheld Power",          url: "redirect.php?url=http://www.stihl.ca/Products.aspx"      },
         {code:"AG Management Solutions", url: "equipment_agmanagementsolutions.php" }
       ]
     },

     {
       code: "Parts",
       url : null,
       sub:
       [
         {},
         {code:"Parts Department",   url: "parts_partsdepartment.php" },
         {code:"Parts Coupons",      url: "redirect.php?url=https://secured.deere.com/en_US/homeowners/httpscontent/parts_coupons/index.html"         },
         {code:"Specials",           url: "parts_specials.php"        },
         {code:"Jdparts.com",        url: "redirect.php?url=https://jdparts.deere.com/servlet/com.deere.u90.jdparts.view.publicservlets.HomeUnsigned"     },
         {code:"After Hours",        url: "parts_afterhours.php"      }
       ]
     },
     {
       code: "Service",
       url : null,
       sub:
       [
         {},
         {code:"Service Department",      url: "service_department.php"            },
         {code:"Specials",                url: "service_specials.php"              },
         {code:"After Hours",             url: "service_afterhours.php"            }
       ]
     },
     {
       code: "Rental",
       url : null,
       sub:
       [
         {},
         {code:"Rental Department",                  url: "rental_department.php"   },
         {code:"Rental Rates",      target:"_blank", url: "doc/rental_rates.pdf"    },
         {code:"Rental Sell-Offs",  target:"_blank", url: "doc/rental_selloffs.pdf" }
       ]
     },
     {
       code: "Careers",
       url : null,
       sub:
       [
         {},
         {code:"Current Openings", url: "careers_currentopenings.php" },
         {code:"Contact Information",    url: "careers_contactus.php" }
       ]
     },
     {
       code: "Links",
       url : "links.php",
       sub:
       [
         {},
         {code:"Agline",              target: "_blank", url: "https://www.agline.com/en_CA/index.html"},
         {code:"Commodity Prices",    target: "_blank", url: "http://www.ganaraskagrain.com/"},
         {code:"JD FUNZONE",          target: "_blank", url: "http://www.deere.com/en_US/compinfo/kidscorner/home.html"},
         {code:"John Deere Credit",   target: "_blank", url: "http://www.deere.com/en_CA/jdc/index.html"},
         {code:"Farm Credit Canada",  target: "_blank", url: "http://www.fcc-fac.ca/"},
         {code:"AG News",             target: "_blank", url: "redirect.php?url=http://www.fcc-fac.ca/en/AgNews/agnews_e.asp"}
       ]
     }
   ];

