var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home Page',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Illustrations',
        'bIsWebPath':true,
        'sUrl':'illustrations.html'
    },
    {   'sTitle':'Paintings',
        'bIsWebPath':true,
        'sUrl':'paintings.html'
    },
    {   'sTitle':'Graphics',
        'bIsWebPath':true,
        'sUrl':'graphics.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'page7.html'
},
{   'sTitle':'My Blog',
    'bIsWebPath':true,
    'sUrl':'myblog.html'
},
{   'sTitle':'Workshops',
    'bIsWebPath':true,
    'sUrl':'workshops.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
