//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"", "shadow":"", "bgON":"#000000","bgOVER":"#F3FF2C", "imagebg":"", "oimagebg":""};
var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var TOP_LEFT = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":0, "borders":[0,0,0,0],"shadow":0, "color":defcolor, "css":defcss};
var STYLE1 = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};
var STYLE_TOP = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};
var STYLE_BOTT = {"border":0, "borders":[0,0,0,0], "shadow":0, "color":defcolor, "css":defcss};

var MENU_ITEMS = [
	{"pos":"relative", "size":[21,100], "itemoff":[0,100], "leveloff":[0,0], "delay":600, "image":null, "style":TOP_MIDDLE},

    {code:"<center>Home</center>", url:"index.php?page=home", "format":{"arrow":null, "image":null, "style":TOP_LEFT}
	  },

{code:"<center>Equipment</center>", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE},
	sub:[
					{"size":[21,100], "itemoff":[21,0], "leveloff":[21,5], "style":STYLE1},
		            {code:"<center>New</center>", url:"",
					sub:[
						{"size":[21,135], "itemoff":[21,0], "leveloff":[0,100], "style":STYLE1},
						{code:"<center>John Deere</center>", url:"index.php?page=deere"},
						{code:"<center>Kubota</center>", url:"index.php?page=kubota"},
						{code:"<center>Briggs & Stratton</center>", url:"index.php?page=briggsandstratton"},
						{code:"<center>Stihl</center>", url:"index.php?page=stihl"},
						{code:"<center>Honda</center>", url:"index.php?page=honda"},
						{code:"<center>Others</center>", url:"index.php?page=other"},
						]
					},
		            {code:"<center>Used</center>", url:"index.php?page=usedequipment"},
					]
	  },
	  
{code:"<center>Sales</center>", url:"index.php?page=salesstaff", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}

	  },
	  
{code:"<center>Service</center>", url:"index.php?page=servicesstaff", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
	  },
	  
{code:"<center>Parts</center>", url:"index.php?page=partsstaff", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
	  },
  

	  
{code:"<center>Supplies</center>", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE},
	sub:[
            {"size":[21,125], "itemoff":[21,0], "leveloff":[21,5], "style":STYLE1},
   			
			{code:"<center>Home Hardware</center>", url:"http://www.homehardware.com", target:"_new"},
			{code:"<center>Farm Supplies</center>", url:"index.php?page=farmsupplies"},
			]
	  },   
  	  
{code:"<center>Contact Us</center>", url:"index.php?page=contact", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
	  },   

];
