var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Panels & Sculpture',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Bowls',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Copper and Glass',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Dichroic Glass Pendants',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'Dichroic Glass Earrings',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'Fun With Bottles',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Award-Winning Glass',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Prices',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    }]
}]
});