var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Classes',
    bIsWebPath:true,
    sUrl:'classes.html',"childArray" : [
    {   sTitle:'Brisbane Classes',
        bIsWebPath:true,
        sUrl:'brisbaneclasses.html',"childArray" : [
        {   sTitle:'Salsa Improvers',
            bIsWebPath:true,
            sUrl:'salsaimpbris.html'
        },
        {   sTitle:'Salsa Intermediate',
            bIsWebPath:true,
            sUrl:'salsaintbris.html'
        },
        {   sTitle:'Salsa Choreography Course',
            bIsWebPath:true,
            sUrl:'newchoreobris.html'
        },
        {   sTitle:'Ladies Styling Choreography',
            bIsWebPath:true,
            sUrl:'ladieschoreobris.html'
        },
        {   sTitle:'Zouk Choreography',
            bIsWebPath:true,
            sUrl:'zoukchoreobris.html'
        },
        {   sTitle:'Pro Team Training',
            bIsWebPath:true,
            sUrl:'proteambris.html'
        }]
    },
    {   sTitle:'Sunshine Coast Classes',
        bIsWebPath:true,
        sUrl:'sunshinecoastclasses.html',"childArray" : [
        {   sTitle:'Salsa Choreography',
            bIsWebPath:true,
            sUrl:'salsachoreocoast..html'
        },
        {   sTitle:'Salsa Beginners',
            bIsWebPath:true,
            sUrl:'salsabegcoast.html'
        }]
    }]
},
{   sTitle:'Shows',
    bIsWebPath:true,
    sUrl:'shows.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'photogallery.html'
    },
    {   sTitle:'Video Gallery',
        bIsWebPath:true,
        sUrl:'videogallery.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
