var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'The Kafe',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Kafe Menu',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Shop Talk',
    'bIsWebPath':true,
    'sUrl':'page8.html',"childArray" : [
    {   'sTitle':'The Hook Up',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    },
    {   'sTitle':'Upcoming Events',
        'bIsWebPath':true,
        'sUrl':'page10.html'
    },
    {   'sTitle':'The Gents Klub',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    }]
},
{   'sTitle':'Testimonials',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'page5.html'
}]
});
