var domMenu_mmdata = new Hash(
1, new Hash(
  'contents', 'Home',
  'uri', '/',
  'statusText', '',
  1, new Hash(
    'contents', 'About&nbsp;Us',
    'uri', '/aboutus',
    'statusText', ''
  )
),
2, new Hash(
  'contents', 'Services',
  'uri', '/services/',
  'statusText', '',
  1, new Hash(
    'contents', 'SMS Gateway',
    'uri', '/services/smsgateway',
    'statusText', ''
  ),
  2, new Hash(
    'contents', 'SMS Blast',
    'uri', '/services/smsblast',
    'statusText', ''
  ),
  3, new Hash(
    'contents', 'Plans',
    'uri', '/services/plans',
    '/statusText', ''
  )
),
3, new Hash(
  'contents', 'My&nbsp;Account',
  'uri', '/my/',
  'statusText', '',
  1, new Hash(
    'contents', 'Profile',
    'uri', '/my/profile/',
    'statusText', ''
  )
),
4, new Hash(
  'contents', 'Support',
  'uri', '/support/',
  'statusText', ''
)
//5, new Hash(
//  'contents', 'Promotions',
//  'uri', '/promotions/',
//  'statusText', ''
//),
);

