var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'About us',
        bIsWebPath:true,
        sUrl:'about.html',"childArray" : [
        {   sTitle:'Terms & Conditions',
            bIsWebPath:true,
            sUrl:'terms.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Robert Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Albums',
        bIsWebPath:true,
        sUrl:'albums.html',
        sTarget:'_self'
    },
    {   sTitle:'Slide Shows',
        bIsWebPath:true,
        sUrl:'slideshow.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Suezette Portfolio',
    bIsWebPath:true,
    sUrl:'suezette portfolio.html',
    sTarget:'_self'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',"childArray" : [
    {   sTitle:'Attendants',
        bIsWebPath:true,
        sUrl:'attendants.html',
        sTarget:'_self'
    },
    {   sTitle:'Brides',
        bIsWebPath:true,
        sUrl:'brides.html',
        sTarget:'_self'
    },
    {   sTitle:'Detail Shots',
        bIsWebPath:true,
        sUrl:'detail.html',
        sTarget:'_self'
    },
    {   sTitle:'Recent Weddings',
        bIsWebPath:true,
        sUrl:'recent.html',
        sTarget:'_self'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonils.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html'
},
{   sTitle:'Commercial',
    bIsWebPath:true,
    sUrl:'commercial.html'
},
{   sTitle:'Seniors',
    bIsWebPath:true,
    sUrl:'seniors.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Senior Photoshoot Info',
        bIsWebPath:true,
        sUrl:'info.html',
        sTarget:'_self'
    },
    {   sTitle:'Craighead School',
        bIsWebPath:true,
        sUrl:'cs.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Client Galleries',
    bIsWebPath:true,
    sUrl:'client.html'
},
{   sTitle:'Mobile Portfolio',
    bIsWebPath:true,
    sUrl:'mobile.html',
    sTarget:'_self'
}]
});
