var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'PUBLISHED',
    bIsWebPath:true,
    sUrl:'published.html',
    sTarget:'_self'
},
{   sTitle:'BLOG',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'From Jan 2012',
        bIsWebPath:true,
        sUrl:'jan2012.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Feb12',
            bIsWebPath:true,
            sUrl:'feb12.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'From Jan 2011',
        bIsWebPath:true,
        sUrl:'blogjan11.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'may2011',
            bIsWebPath:true,
            sUrl:'may2011.html',
            sTarget:'_self'
        },
        {   sTitle:'may2011page2',
            bIsWebPath:true,
            sUrl:'may2011page2.html',
            sTarget:'_self'
        },
        {   sTitle:'Barn update Jul 2011',
            bIsWebPath:true,
            sUrl:'barnupdatejuly 11.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'From Aug 2010',
        bIsWebPath:true,
        sUrl:'aug-nov 2010.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Winter2010update',
            bIsWebPath:true,
            sUrl:'winter2010update.html',
            sTarget:'_self'
        },
        {   sTitle:'Dec 2010',
            bIsWebPath:true,
            sUrl:'dec20101.html',
            sTarget:'_self'
        },
        {   sTitle:'BLOG Nov 2010',
            bIsWebPath:true,
            sUrl:'blognov2011.html',
            sTarget:'_self'
        },
        {   sTitle:'2010snow pics',
            bIsWebPath:true,
            sUrl:'2010snowpics.html',
            sTarget:'_self'
        }]
    }]
},
{   sTitle:'Drawing TIPS',
    bIsWebPath:true,
    sUrl:'tips.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'How to See',
        bIsWebPath:true,
        sUrl:'howtosee.html',
        sTarget:'_self'
    }]
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Portraits-animals',
        bIsWebPath:true,
        sUrl:'portraits-dogscatsanimals.html',
        sTarget:'_self'
    },
    {   sTitle:'Landscapes',
        bIsWebPath:true,
        sUrl:'gallery-landscapes.html',
        sTarget:'_self'
    }]
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'ART HOLIDAYS',
    bIsWebPath:true,
    sUrl:'ArtHolidaysItaly.html',
    sTarget:'_self'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
