var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Abstract',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Representaional',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Prints',
    bIsWebPath:true,
    sUrl:'page4.html',"childArray" : [
    {   sTitle:'Prints 2',
        bIsWebPath:true,
        sUrl:'page7.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Biography',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Painting Courses',
    bIsWebPath:true,
    sUrl:'page9.html'
}]
});
