var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',"childArray" : [
    {   sTitle:'Portrait Gallery',
        bIsWebPath:true,
        sUrl:'portrait gallery.html',"childArray" : [
        {   sTitle:'Portrait Album',
            bIsWebPath:true,
            sUrl:'portrait album.html'
        },
        {   sTitle:'Children Album',
            bIsWebPath:true,
            sUrl:'children album.html'
        }]
    },
    {   sTitle:'Teen Album',
        bIsWebPath:true,
        sUrl:'teen album.html',"childArray" : [
        {   sTitle:'Glass Alley Shoot',
            bIsWebPath:true,
            sUrl:'glass alley shoot.html'
        }]
    },
    {   sTitle:'Wedding Albums',
        bIsWebPath:true,
        sUrl:'wedding albums.html',"childArray" : [
        {   sTitle:'Justin and Megan\'s Wedding',
            bIsWebPath:true,
            sUrl:'justin and megan\'s wedding.html'
        },
        {   sTitle:'Joe and Elizabeth',
            bIsWebPath:true,
            sUrl:'joe and elizabeth.html'
        },
        {   sTitle:'Mark and Libby\'s Wedding',
            bIsWebPath:true,
            sUrl:'mark and libby\'s.html'
        }]
    },
    {   sTitle:'Special Events',
        bIsWebPath:true,
        sUrl:'special events.html',"childArray" : [
        {   sTitle:'Native Americans Albums',
            bIsWebPath:true,
            sUrl:'native american albums.html'
        },
        {   sTitle:'Fire Fighters Memorial',
            bIsWebPath:true,
            sUrl:'fire fighter memorial.html'
        }]
    }]
},
{   bSeparatorAfter:true,
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html',"childArray" : [
        {   sTitle:'DVD Production',
            bIsWebPath:true,
            sUrl:'dvd production.html'
        },
        {   sTitle:'Client Proofs',
            bIsWebPath:true,
            sUrl:'client proofs.html'
        }]
    },
    {   sTitle:'Pricing',
        bIsWebPath:true,
        sUrl:'pricing.html'
    },
    {   sTitle:'Our Vendor Links',
        bIsWebPath:true,
        sUrl:'our vendor inks.html'
    }]
},
{   bSeparatorAfter:true,
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   bSeparatorAfter:true,
    sTitle:'The Photographer',
    bIsWebPath:true,
    sUrl:'thephotographer.html'
}]
});
