var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'DJ Packages',
    bIsWebPath:true,
    sUrl:'djpackages.html',"childArray" : [
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'weddings.html'
    }]
},
{   sTitle:'Previous Clients',
    bIsWebPath:true,
    sUrl:'previous_clients.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    }]
},
{   sTitle:'Online Tools',
    bIsWebPath:true,
    sUrl:'onlinetools.html',"childArray" : [
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.html'
    }]
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
