var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Portraits',
        bIsWebPath:true,
        sUrl:'portraits.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Portrait Examples',
            bIsWebPath:true,
            sUrl:'portraitexamples.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Weddings',
        bIsWebPath:true,
        sUrl:'weddingscontinued.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Weddings Continued',
            bIsWebPath:true,
            sUrl:'page17.html',
            sTarget:'_self'
        },
        {   sTitle:'Weddings Payment',
            bIsWebPath:true,
            sUrl:'weddingspayment.html',
            sTarget:'_self'
        },
        {   sTitle:'Recent Weddings',
            bIsWebPath:true,
            sUrl:'weddingsrecent.html',
            sTarget:'_self',"childArray" : [
            {   sTitle:'Steve & Rae-Anne',
                bIsWebPath:true,
                sUrl:'steveandraeanne.html'
            },
            {   sTitle:'Andrew & Ella',
                bIsWebPath:true,
                sUrl:'andrewandella.html'
            },
            {   sTitle:'Stefan & Laura',
                bIsWebPath:true,
                sUrl:'stefanandlaura.html'
            }]
        }]
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Events Archive',
            bIsWebPath:true,
            sUrl:'eventsarchive.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Corporate',
        bIsWebPath:true,
        sUrl:'corporate.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
}]
});