var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Flutes',
    bIsWebPath:true,
    sUrl:'flutes.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'flutes/index.html'
    },
    {   sTitle:'Standard Model',
        bIsWebPath:true,
        sUrl:'flutes/standard.html'
    },
    {   sTitle:'Full Concert Model',
        bIsWebPath:true,
        sUrl:'flutes/fullconcert.html'
    },
    {   sTitle:'Galway Model',
        bIsWebPath:true,
        sUrl:'flutes/galway.html'
    },
    {   sTitle:'20K Nagahara Gold',
        bIsWebPath:true,
        sUrl:'flutes/20kgold.html'
    },
    {   sTitle:'Flute Options',
        bIsWebPath:true,
        sUrl:'flutes/page41.html'
    }]
},
{   sTitle:'Headjoints',
    bIsWebPath:true,
    sUrl:'headjoints.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'headjoints/index.html'
    },
    {   sTitle:'Silver & Gold headjoints',
        bIsWebPath:true,
        sUrl:'headjoints/silver&gold.html'
    },
    {   sTitle:'Wood Headjoints',
        bIsWebPath:true,
        sUrl:'headjoints/wood.html'
    },
    {   sTitle:'Embouchure Cuts',
        bIsWebPath:true,
        sUrl:'headjoints/page40.html'
    },
    {   sTitle:'Locking Crown',
        bIsWebPath:true,
        sUrl:'headjoints/crown.html'
    }]
},
{   sTitle:'Technology',
    bIsWebPath:true,
    sUrl:'technology.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'technology/index.html'
    },
    {   sTitle:'Pads',
        bIsWebPath:true,
        sUrl:'technology/pads.html'
    },
    {   sTitle:'Nagahara Scale',
        bIsWebPath:true,
        sUrl:'technology/scale.html'
    },
    {   sTitle:'Extended Riser',
        bIsWebPath:true,
        sUrl:'technology/riser.html'
    },
    {   sTitle:'Wearless Mechanism ',
        bIsWebPath:true,
        sUrl:'technology/wearless.html'
    },
    {   sTitle:'Thumb Key',
        bIsWebPath:true,
        sUrl:'technology/thumbkey.html'
    }]
},
{   sTitle:'Sales & Support',
    bIsWebPath:true,
    sUrl:'sales.html',"childArray" : [
    {   sTitle:'Trials',
        bIsWebPath:true,
        sUrl:'sales/page36.html'
    },
    {   sTitle:'Ordering Information',
        bIsWebPath:true,
        sUrl:'sales/page37.html'
    },
    {   sTitle:'Price List',
        bIsWebPath:true,
        sUrl:'sales/pricelist.html'
    },
    {   sTitle:'Maintenance & Repairs',
        bIsWebPath:true,
        sUrl:'sales/maintenance.html'
    },
    {   sTitle:'Student Loans',
        bIsWebPath:true,
        sUrl:'sales/forms.html'
    },
    {   sTitle:'Policies & Warranty',
        bIsWebPath:true,
        sUrl:'sales/policies.html'
    },
    {   sTitle:'Event Schedule',
        bIsWebPath:true,
        sUrl:'sales/page42.html'
    },
    {   sTitle:'FAQ',
        bIsWebPath:true,
        sUrl:'sales/faq.html'
    }]
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',"childArray" : [
    {   sTitle:'Artists',
        bIsWebPath:true,
        sUrl:'links/artists.html'
    },
    {   sTitle:'Articles',
        bIsWebPath:true,
        sUrl:'links/bulletinboard.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'links/wallpaper.html'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'company.html',"childArray" : [
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'company/history.html'
    },
    {   sTitle:'Job Opportunities',
        bIsWebPath:true,
        sUrl:'company/jobs.html'
    },
    {   sTitle:'Dealers',
        bIsWebPath:true,
        sUrl:'company/dealers.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'company/address.html'
    }]
}]
});