var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Disco',
    bIsWebPath:true,
    sUrl:'disco.html',"childArray" : [
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'weddings.html',"childArray" : [
        {   sTitle:'Wedding Pics',
            bIsWebPath:true,
            sUrl:'wedding_pics.html'
        }]
    },
    {   sTitle:'Adult Disco',
        bIsWebPath:true,
        sUrl:'adult_disco.html',"childArray" : [
        {   sTitle:'Disco Pics',
            bIsWebPath:true,
            sUrl:'disco_pics.html'
        }]
    },
    {   sTitle:'Teens',
        bIsWebPath:true,
        sUrl:'teens.html',"childArray" : [
        {   sTitle:'teen pics',
            bIsWebPath:true,
            sUrl:'teen_pics.html'
        }]
    }]
},
{   sTitle:'Karaoke',
    bIsWebPath:true,
    sUrl:'karaoke.html',"childArray" : [
    {   sTitle:'Karaoke Competitions',
        bIsWebPath:true,
        sUrl:'karaoke_comp.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Letters Of Thanks',
    bIsWebPath:true,
    sUrl:'thanks.html',"childArray" : [
    {   sTitle:'Thanks 2',
        bIsWebPath:true,
        sUrl:'thanks2.html'
    }]
}]
});
