var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html'
},
{   'sTitle':'Prices',
    'bIsWebPath':true,
    'sUrl':'prices.html'
},
{   'sTitle':'Family Portraits',
    'bIsWebPath':true,
    'sUrl':'familyportraits.html'
},
{   'sTitle':'Pets',
    'bIsWebPath':true,
    'sUrl':'petportraits.html'
},
{   'sTitle':'PR/Headshots',
    'bIsWebPath':true,
    'sUrl':'prphotography.html'
},
{   'sTitle':'Pregnancy Portraits',
    'bIsWebPath':true,
    'sUrl':'pregnancy.html'
},
{   'sTitle':'Makeovers',
    'bIsWebPath':true,
    'sUrl':'makeover.html'
},
{   'sTitle':'Model Portfolio',
    'bIsWebPath':true,
    'sUrl':'modelportfolio.html'
},
{   'sTitle':'Boudoir Photography',
    'bIsWebPath':true,
    'sUrl':'boudoir.html'
},
{   'sTitle':'Weddings',
    'bIsWebPath':true,
    'sUrl':'weddingphotography.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Wedding Login',
    'bIsWebPath':true,
    'sUrl':'weddinglogin.html'
}]
});
