var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Daydream Photography',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'Welcome.html',"childArray" : [
    {   sTitle:'Reprint Fee',
        bIsWebPath:true,
        sUrl:'reprint.html'
    },
    {   sTitle:'Copyright',
        bIsWebPath:true,
        sUrl:'copyright.html'
    }]
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html',"childArray" : [
    {   sTitle:'Wedding Packages',
        bIsWebPath:true,
        sUrl:'weddingpacks.html'
    },
    {   sTitle:'Trash the dress',
        bIsWebPath:true,
        sUrl:'trashthedress.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimorials.html'
    }]
},
{   sTitle:'Portraits',
    bIsWebPath:true,
    sUrl:'portraits.html',"childArray" : [
    {   sTitle:'Professional Portfolio',
        bIsWebPath:true,
        sUrl:'professional.html'
    },
    {   sTitle:'Portrait Gallery Preview ',
        bIsWebPath:true,
        sUrl:'PortraitGalleryPreview.html'
    }]
},
{   sTitle:'Gallery Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',"childArray" : [
    {   sTitle:'Gallery 1',
        bIsWebPath:true,
        sUrl:'gallery1.html'
    },
    {   sTitle:'Gallery 2',
        bIsWebPath:true,
        sUrl:'gallery2.html'
    },
    {   sTitle:'Gallery 3',
        bIsWebPath:true,
        sUrl:'gallery3.html'
    },
    {   sTitle:'Gallery 4',
        bIsWebPath:true,
        sUrl:'gallery4.html'
    },
    {   sTitle:'Gallery 5',
        bIsWebPath:true,
        sUrl:'gallery5.html'
    },
    {   sTitle:'Gallery 6',
        bIsWebPath:true,
        sUrl:'gallery6.html'
    },
    {   sTitle:'Gallery 7',
        bIsWebPath:true,
        sUrl:'gallery7.html'
    },
    {   sTitle:'Gallery 8',
        bIsWebPath:true,
        sUrl:'gallery8.html'
    }]
},
{   sTitle:'Contact Me',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Site Map',
        bIsWebPath:true,
        sUrl:'sitemap.html'
    }]
}]
});
