var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'home.html'
},
{   sTitle:'About The Artist',
    bIsWebPath:true,
    sUrl:'abouttheartist.html',"childArray" : [
    {   sTitle:'About Diane',
        bIsWebPath:true,
        sUrl:'aboutdiane.html'
    },
    {   sDescription:'Awards Exhibitions Galleries',
        sTitle:'Awards',
        bIsWebPath:true,
        sUrl:'awards.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'articles.html'
    },
    {   sTitle:'Art Exhibitions',
        bIsWebPath:true,
        sUrl:'artexhibitions.html'
    },
    {   sTitle:'Broadcasting',
        bIsWebPath:true,
        sUrl:'broadcasting.html'
    },
    {   sTitle:'Prints',
        bIsWebPath:true,
        sUrl:'prints.html'
    },
    {   sTitle:'Fine Art Prints',
        bIsWebPath:true,
        sUrl:'fineartprints.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Portraits',
        bIsWebPath:true,
        sUrl:'portraits.html'
    },
    {   sTitle:'Dog Gallery',
        bIsWebPath:true,
        sUrl:'doggallery.html'
    },
    {   sTitle:'Horse Gallery 1',
        bIsWebPath:true,
        sUrl:'horsegallery1.html'
    },
    {   sTitle:'Horse Gallery 2',
        bIsWebPath:true,
        sUrl:'horsegallery2.html'
    },
    {   sTitle:'Horse Gallery 3',
        bIsWebPath:true,
        sUrl:'page16.html'
    },
    {   sTitle:'Carousel Art',
        bIsWebPath:true,
        sUrl:'carouselart.html'
    },
    {   sTitle:'Wildlife Art',
        bIsWebPath:true,
        sUrl:'wildlifeart.html'
    },
    {   sTitle:'Landscape Art',
        bIsWebPath:true,
        sUrl:'landscapeart.html'
    },
    {   sTitle:'Miniature Art',
        bIsWebPath:true,
        sUrl:'miniatureart.html'
    },
    {   sTitle:'Art In Progress',
        bIsWebPath:true,
        sUrl:'progress.html'
    }]
},
{   sTitle:'Order',
    bIsWebPath:true,
    sUrl:'order.html',"childArray" : [
    {   sTitle:'Original Art Order',
        bIsWebPath:true,
        sUrl:'originalartorder.html',
        sTarget:'_self'
    },
    {   sTitle:'Fine Art Print Order',
        bIsWebPath:true,
        sUrl:'fineartprintorder.html',
        sTarget:'_self'
    },
    {   sTitle:'Standard Print Order',
        bIsWebPath:true,
        sUrl:'standardprintorder.html',
        sTarget:'_self'
    },
    {   sTitle:'Special Items Order',
        bIsWebPath:true,
        sUrl:'specialitemsorder.html',
        sTarget:'_self'
    }]
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'page41.html'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'page36.html'
    },
    {   sDescription:'www.DianesHorses.com',
        sTitle:'iPhone',
        bIsWebPath:true,
        sUrl:'iphone.html',"childArray" : [
        {   sTitle:'iPhone 1',
            bIsWebPath:true,
            sUrl:'iphone1.html'
        },
        {   sTitle:'iPhone 2',
            bIsWebPath:true,
            sUrl:'iphone2.html'
        },
        {   sTitle:'iPhone Gallery',
            bIsWebPath:true,
            sUrl:'iphonegallery.html'
        }]
    }]
}]
});
