//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"", "shadow":"", "bgON":"#277A12","bgOVER":"#DDC5A6", "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:"Home", url:"index.asp?page=home", "format":{"arrow":null, "image":null, "style":TOP_LEFT}
	  },


{code:"Products", url:"index.asp?page=products&prodtype=products", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE},
        sub:[
            {"size":[21,100], "itemoff":[21,0], "leveloff":[21,5], "style":STYLE1},
            {code:"Agricultural", url:"index.asp?page=agri&prodtype=agri"},
            {code:"Commercial", url:"index.asp?page=comm&prodtype=comm"},
            {code:"Plastic Panels", url:"index.asp?page=plasticpanels&prodtype=plasticpanels"},
            {code:"Ready Mix", url:"index.asp?page=readymix&prodtype=readymix"},			

			]
	  },
	  
{code:"Applications", url:"index.asp?page=app&apptype=products", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE},
        sub:[
            {"size":[21,100], "itemoff":[21,0], "leveloff":[21,5], "style":STYLE1},
            {code:"Agricultural", url:"index.asp?page=appagri&apptype=agri"},
            {code:"Commercial", url:"index.asp?page=appcomm&apptype=comm"},
            {code:"Plastic Panels", url:"index.asp?page=appplasticpanels&apptype=plasticpanels"},
            {code:"Ready Mix", url:"index.asp?page=appreadymix&apptype=readymix"},			

			]       
	  },
	  
{code:"Sales", url:"index.asp?page=sales", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
	  },
	  
{code:"Info/History", url:"index.asp?page=info", "format":{"arrow":null, "image":null, "style":TOP_MIDDLE}
	  },
	  
    

];

