var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Bobbys Music',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'BOBBY',
        'bIsWebPath':true,
        'sUrl':'bobby.html'
    },
    {   'sTitle':'SUSSIE',
        'bIsWebPath':true,
        'sUrl':'sussie.html'
    },
    {   'sTitle':'SAMARBETSPARTNERS',
        'bIsWebPath':true,
        'sUrl':'samarbetspartners.html'
    },
    {   'sTitle':'SUMMERBORNs',
        'bIsWebPath':true,
        'sUrl':'summerborns.html'
    }]
},
{   'sTitle':'LYSSNA DK',
    'bIsWebPath':true,
    'sUrl':'danska.html'
},
{   'sTitle':'LYSSNA E',
    'bIsWebPath':true,
    'sUrl':'engelska.html'
},
{   'sTitle':'LYSSNA SV',
    'bIsWebPath':true,
    'sUrl':'svenska.html'
},
{   'sTitle':'LÄNKAR',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'KONTAKT',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
}]
});
