//menu items
var MENU_ITEMS = [
  {pos:[0, 0], size:[20, 137], itemoff:[0, 136], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"Home", url:"/", target:"_self"},
    {code:"Company news", url:"/htmlbin/news.shtml", target:"_self"},
    {code:"Services", 
      sub:[
      {size:[20, 137], itemoff:[19, 0], leveloff:[19, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
	    {code:"Concepts", url:"/htmlbin/concept.html", target:"_self"},
	    {code:"Development", url:"/htmlbin/development.html", target:"_self"},
        {code:"Planning", url:"/htmlbin/planning.html", target:"_self"},
        {code:"Design", url:"/htmlbin/design.html", target:"_self"},
        {code:"Construction", url:"/htmlbin/construction.html", target:"_self"},
        {code:"Landscaping", url:"/htmlbin/landscaping.html", target:"_self"}
      ]},
    {code:"Portfolio", 
      sub:[
      {size:[20, 137], itemoff:[19, 0], leveloff:[19, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Commercial", 
 	     sub:[
    	  {size:[20, 137], itemoff:[19, 0], leveloff:[5, 100], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
	    	{code:"Innovation centre", url:"/htmlbin/port_innovation.html", target:"_self"},
	 		{code:"Simpsons", url:"/htmlbin/port_simpsons.html", target:"_self"}
      ]},
        {code:"Industrial",
		 sub:[
    	  {size:[20, 137], itemoff:[19, 0], leveloff:[5, 100], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
	    	{code:"Hormann", url:"/htmlbin/port_hormann.html", target:"_self"},
	 		{code:"Caradon Stelrad", url:"/htmlbin/port_caradon.html", target:"_self"}
	  ]},		
		{code:"Sports Centres",
		 sub:[
    	  {size:[20, 137], itemoff:[19, 0], leveloff:[5, 100], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
	    	{code:"Ashford", url:"/htmlbin/port_ashford.html", target:"_self"},
	 		{code:"Boteler", url:"/htmlbin/port_boteler.html", target:"_self"}
		  ]},		
      ]},
    {code:"Company", 
      sub:[
      {size:[20, 137], itemoff:[19, 0], leveloff:[19, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"About Us", url:"/htmlbin/aboutus.html", target:"_self"},
        {code:"Contact", url:"/htmlbin/contact.html", target:"_self"},
        {code:"Directions", url:"/htmlbin/directions.html", target:"_self"},
        {code:"Recruitment", url:"/htmlbin/recruitment.shtml", target:"_self"}
      ]}
];

