var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Intro Page',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Search Results',
    bIsWebPath:true,
    sUrl:'page29.html'
},
{   sTitle:'Main Menu',
    bIsWebPath:true,
    sUrl:'mainmenu.html'
},
{   sTitle:'Event Photography',
    bIsWebPath:true,
    sUrl:'eventphotography.html'
},
{   sTitle:'Services To Photographers',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Commissioned Photographic Services',
    bIsWebPath:true,
    sUrl:'commissions.html'
},
{   sTitle:'Library Services',
    bIsWebPath:true,
    sUrl:'libraryservice.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Course Info',
    bIsWebPath:true,
    sUrl:'courseinfo.html'
},
{   sTitle:'Get to know us',
    bIsWebPath:true,
    sUrl:'gettoknowus.html',"childArray" : [
    {   sTitle:'Location Map',
        bIsWebPath:true,
        sUrl:'locationmap.html'
    },
    {   sTitle:'Ken Boddy Bio',
        bIsWebPath:true,
        sUrl:'kgbbio.html'
    },
    {   sTitle:'Dean Boddy Bio',
        bIsWebPath:true,
        sUrl:'djbbio.html'
    },
    {   sTitle:'Paul Chessell Bio',
        bIsWebPath:true,
        sUrl:'djbbioa.html'
    }]
},
{   sTitle:'Studio Details',
    sUrl:'http://pulse-photography.co.uk/advopages/index.html',
    sTarget:'_blank'
},
{   sTitle:'Books for sale',
    bIsWebPath:true,
    sUrl:'saleitems.html',
    sTarget:'_blank'
}]
});