var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'index.html',"childArray" : [
    {   bSeparatorBefore:true,
        sDescription:'Mystery Visits to hotels',
        sTitle:'hotels',
        sUrl:'hotels.html'
    }]
},
{   sTitle:'Vision',
    sUrl:'vision.html'
},
{   sTitle:'Marketing',
    sUrl:'marketing.html'
},
{   sTitle:'Mystery Visitor',
    sUrl:'mystery.html'
},
{   sTitle:'Head-Hunting',
    sUrl:'headhunting.html'
},
{   sTitle:'Mentoring',
    sUrl:'mentoring.html'
},
{   sTitle:'Interim ',
    sUrl:'interim.html'
},
{   sTitle:'Contact Us',
    sUrl:'contact.html'
},
{   bSeparatorBefore:true,
    sDescription:'Resortium Blog page',
    sTitle:'Blog',
    sUrl:'blog.html'
}]
});
