var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Albums',
        bIsWebPath:true,
        sUrl:'albums.html',
        sTarget:'_self'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'information.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Coverage',
        bIsWebPath:true,
        sUrl:'coverage.html',
        sTarget:'_self'
    },
    {   sTitle:'Album Products',
        bIsWebPath:true,
        sUrl:'album products.html',
        sTarget:'_self'
    },
    {   sTitle:'Payment Terms',
        bIsWebPath:true,
        sUrl:'payment terms.html',
        sTarget:'_self'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html',
        sTarget:'_self'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'supplier links.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery of portraits.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Tiny Toes',
    bIsWebPath:true,
    sUrl:'tiny toes.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'gallery for tiny toes.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'Contact ',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Client Albums',
    bIsWebPath:true,
    sUrl:'client albums.html',
    sTarget:'_self'
}]
});