var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'wedding_gallery.html',"childArray" : [
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'wedding_photography.html'
    },
    {   sTitle:'Studio Portraits',
        bIsWebPath:true,
        sUrl:'studio_portrait_photography.html'
    },
    {   sTitle:'Environmental Portraits',
        bIsWebPath:true,
        sUrl:'environmental_portrait_photography.html'
    },
    {   sTitle:'Celebrity Portraits',
        bIsWebPath:true,
        sUrl:'celebrity_portrait_photography.html'
    }]
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'photography_blog.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});