var MENU_ITEMS =[
  ['Home', 'index.html',null
  ],
  ['Software Development', 'software-development.html',null
  ],
  ['Web Development', 'web-development.html',null
  ],
  ['Database Design', 'database-design.html',null
  ],
  ['Application Integration', 'application-integration.html',null
  ],
  ['About Us', 'about-us.html',null
  ],
  ['Contact Us', 'contact-us.html',null,null
  ],
];