var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',"childArray" : [
    {   sTitle:'More Art',
        bIsWebPath:true,
        sUrl:'moreart.html'
    }]
},
{   sTitle:'Commissions',
    bIsWebPath:true,
    sUrl:'commissions.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Graphic Design',
        bIsWebPath:true,
        sUrl:'design.html'
    }]
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
}]
});
