
var MENU_ITEMS = [
    
    ['Home', 'index.htm',
        ['Vista Press Room', 'http://www.menu.com/'],
	],
    
    ['About Us', null, null,
        ['Values', 'values.htm'],
        ['Team', 'team.htm'],
        ['Track Record', 'track.htm'],
        ['Testimonials', ''],
        ],
    

    ['Our Services', null, null,
        ['Occ Health & Safety', 'health.htm'],
        ['Employment Law', 'employment.htm'],
        ['VHR', 'hrservice.htm'],
        ],
    
    
    ['Training', 'v_learning.htm',
        ],
    
    
    ['Knowledge', 'inview.htm',
    ],


    ['Recruitment', 'recruit.htm',
    ],
    

    ['Contact', 'contact.htm',
    ],
    
    
    

];


