var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Cattery',
    bIsWebPath:true,
    sUrl:'cattery.html',"childArray" : [
    {   sTitle:'Information',
        bIsWebPath:true,
        sUrl:'information.html'
    },
    {   sTitle:'Staff',
        bIsWebPath:true,
        sUrl:'staff.html'
    },
    {   sTitle:'Diet',
        bIsWebPath:true,
        sUrl:'diet.html'
    },
    {   sTitle:'Terms',
        bIsWebPath:true,
        sUrl:'terms.html'
    },
    {   sTitle:'Prices',
        bIsWebPath:true,
        sUrl:'fees.html'
    },
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'directions.html'
    },
    {   sTitle:'Bookings',
        bIsWebPath:true,
        sUrl:'booking.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html',"childArray" : [
    {   sTitle:'Shopping',
        bIsWebPath:true,
        sUrl:'shopping.html'
    },
    {   sTitle:'Money pots',
        bIsWebPath:true,
        sUrl:'moneypots.html'
    }]
}]
});