var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Photography',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Photo Sales',
    bIsWebPath:true,
    sUrl:'page3.html',"childArray" : [
    {   sTitle:'Pinecrest Golf',
        bIsWebPath:true,
        sUrl:'page7.html',"childArray" : [
        {   sTitle:'Savannah',
            bIsWebPath:true,
            sUrl:'page12.html'
        }]
    },
    {   sTitle:'Pinecrest Volleyball',
        bIsWebPath:true,
        sUrl:'page8.html',"childArray" : [
        {   sTitle:'Felicia',
            bIsWebPath:true,
            sUrl:'page13.html'
        },
        {   sTitle:'Keegan',
            bIsWebPath:true,
            sUrl:'page14.html'
        },
        {   sTitle:'Megan',
            bIsWebPath:true,
            sUrl:'page15.html'
        }]
    },
    {   sTitle:'Pinecrest Football',
        bIsWebPath:true,
        sUrl:'page9.html',"childArray" : [
        {   sTitle:'Frankie',
            bIsWebPath:true,
            sUrl:'page11.html'
        }]
    },
    {   sTitle:'Pinecrest Soccer',
        bIsWebPath:true,
        sUrl:'page10.html'
    }]
},
{   sTitle:'Graphics',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Through the Viewfinder ',
    bIsWebPath:true,
    sUrl:'page16.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});
