var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorBefore:true,
    sTitle:'NEWS',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   bSeparatorBefore:true,
    sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'PHOTOS',
        bIsWebPath:true,
        sUrl:'gallery-photos.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'VIDEOS',
        bIsWebPath:true,
        sUrl:'gallery-videos.html'
    }]
},
{   bSeparatorBefore:true,
    sTitle:'GUESTBOOK',
    bIsWebPath:true,
    sUrl:'guestbook.html'
},
{   bSeparatorBefore:true,
    sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   bSeparatorBefore:true,
        sTitle:'G.L.A.Y.',
        bIsWebPath:true,
        sUrl:'contact-glay.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'PRESS OFFICE',
        bIsWebPath:true,
        sUrl:'contact-press-office.html'
    },
    {   bSeparatorBefore:true,
        sTitle:'CREDITS',
        bIsWebPath:true,
        sUrl:'credits.html'
    }]
}]
});