var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Original Art',
    'bIsWebPath':true,
    'sUrl':'originalart.html'
},
{   'sTitle':'Artist Commissions',
    'bIsWebPath':true,
    'sUrl':'artistcommissions.html',"childArray" : [
    {   'sTitle':'Pastel Portraits',
        'bIsWebPath':true,
        'sUrl':'pastelportraits.html'
    },
    {   'sTitle':'Acrylic Portraits',
        'bIsWebPath':true,
        'sUrl':'acrylicportraits.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
