var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html'
},
{   'sTitle':'Discjockey',
    'bIsWebPath':true,
    'sUrl':'dj.html'
},
{   'sTitle':'Fotogallery',
    'bIsWebPath':true,
    'sUrl':'bildershows.html'
},
{   'sTitle':'Gästebuch',
    'bIsWebPath':true,
    'sUrl':'gaestebuch.html'
},
{   'sTitle':'Charts Europa',
    'bIsWebPath':true,
    'sUrl':'charts-europa.html',"childArray" : [
    {   'sTitle':'Charts Rendezvous',
        'bIsWebPath':true,
        'sUrl':'charts-rendezvous.html'
    },
    {   'sTitle':'Charts Deutschland',
        'bIsWebPath':true,
        'sUrl':'charts-deutschland.html'
    },
    {   'sTitle':'Charts Spanien',
        'bIsWebPath':true,
        'sUrl':'charts-spanien.html'
    },
    {   'sTitle':'Charts England',
        'bIsWebPath':true,
        'sUrl':'charts-mallorca.html'
    },
    {   'sTitle':'Charts Schweitz',
        'bIsWebPath':true,
        'sUrl':'charts-schweitz.html'
    },
    {   'sTitle':'Charts World',
        'bIsWebPath':true,
        'sUrl':'charts-world.html'
    }]
},
{   'sTitle':'Paguera Info',
    'bIsWebPath':true,
    'sUrl':'paguera.html'
},
{   'sTitle':'Webcam',
    'bIsWebPath':true,
    'sUrl':'webcam.html'
}]
});
