//variables
var COLOR1 = {border:"White", shadow:"Silver", bgON:"MidnightBlue", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"};
var CSS1 = {ON:'clsCMOn', OVER:'clsCMOver'};
var STYLE1 = {border:1, shadow:2, color:COLOR1, css:CSS1};
var COLOR2 = {border:"White", shadow:"#DBD8D1", bgON:"LightSteelBlue", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"};
//menu items
var MENU_ITEMS = [
  {pos:[1, -3], size:[25, 120], itemoff:[0, 120], leveloff:[0, 0], delay:601, imgsize:[16, 16], arrsize:[16, 16], style:STYLE1}, 
    {code:"Home",
      sub:[
      {size:[25, 120], itemoff:[24, 0], leveloff:[26, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:0, color:COLOR2, css:CSS1}}, 
        {code:"Go Back", url:"main.html", target:"main"},
      ]},

    {code:"About Us", 
      sub:[
      {size:[25, 120], itemoff:[24, 0], leveloff:[27, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:COLOR2, css:CSS1}}, 
        {code:"Overview", url:"overview.html", target:"main"},
        {code:"Structure", 
          sub:[
          {size:[22, 122], itemoff:[21, 0], leveloff:[1, 99], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:COLOR2, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
            {code:"Corporate Structure", url:"organo.html", target:"main"},
            {code:"Directors", url:"directors.html", target:"main"},
            {code:"Management", url:"exec.html", target:"main"}
          ]},

        {code:"Video", url:"video.html", target:"main"},
        {code:"History", url:"history.html", target:"main"},
        {code:"CSI Programme", url:"csi.html", target:"main"},
		{code:"Empowerment", url:"level2bbbee.html", target:"main"}
      ]},

    {code:"Services", 
      sub:[
      {size:[25, 120], itemoff:[24, 0], leveloff:[27, 2], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:COLOR2, css:CSS1}}, 
        {code:"Services", url:"services.html", target:"main"},
        {code:"Accreditation", url:"accredit.html", target:"main"}
      ]},

    {code:"News", 
      sub:[
      {size:[25, 160], itemoff:[24, 0], leveloff:[27, 2], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:COLOR2, css:CSS1}}, 
        {code:"Fault detection technology", url:"press.html", target:"main"},
        {code:"Energy Saving Solutions", url:"press_ess.html", target:"main"}
      ]},
	  
	{code:"Public Sector", 
      sub:[
      {size:[25, 150], itemoff:[24, 0], leveloff:[27, 2], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:COLOR2, css:CSS1}}, 
        {code:"Public Sector Solution", url:"public_sector.html", target:"main"},
		//{code:"Efficient Service Delivery", url:"esd_20091008.html", target:"main"},
        //{code:"Empowerment in Action", url:"eia_20091008.html", target:"main"},
		//{code:"Our Services", url:"#.html", target:"main"},
		//{code:"Client profiles", url:"#.html", target:"main"},
		//{code:"Business Development", url:"#.html", target:"main"},
      ]},
	  
	  {code:"Recruitment", 
      sub:[
      {size:[25, 120], itemoff:[24, 0], leveloff:[27, 2], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:COLOR2, css:CSS1}}, 
        {code:"Recruitment", url:"recruitment.html", target:"main"},
      ]},

 {code:"Contact", 
      sub:[
      {size:[25, 120], itemoff:[24, 0], leveloff:[27, 2], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:COLOR2, css:CSS1}}, 
        {code:"Regional", url:"contact.html", target:"main"},
      ]},


 ];


