var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Cane Gallery',
    bIsWebPath:true,
    sUrl:'canes.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about_us.html'
},
{   sTitle:'Measurements',
    bIsWebPath:true,
    sUrl:'measurements.html'
},
{   sTitle:'Arrowhead',
    bIsWebPath:true,
    sUrl:'arrowhead_wood_putters.html',"childArray" : [
    {   sTitle:'Order',
        bIsWebPath:true,
        sUrl:'order.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'privacy.html'
}]
});