var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'availablework.html',"childArray" : [
    {   sTitle:'Large Pendants',
        bIsWebPath:true,
        sUrl:'largependants.html'
    },
    {   sTitle:'Small Pendants',
        bIsWebPath:true,
        sUrl:'smallpendants.html'
    },
    {   sTitle:'Electroformed Pendants',
        bIsWebPath:true,
        sUrl:'electroformedpendants.html'
    },
    {   sTitle:'Paperweights',
        bIsWebPath:true,
        sUrl:'paperweights.html'
    },
    {   sTitle:'Necklaces',
        bIsWebPath:true,
        sUrl:'necklaces.html'
    },
    {   sTitle:'Cabinet Knobs',
        bIsWebPath:true,
        sUrl:'cabinetknobs.html'
    },
    {   sTitle:'Earrings',
        bIsWebPath:true,
        sUrl:'earrings.html'
    }]
},
{   sTitle:'Schedule',
    bIsWebPath:true,
    sUrl:'schedule.html'
},
{   sTitle:'The Studio',
    bIsWebPath:true,
    sUrl:'studio.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
