var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'New Plants!',
    bIsWebPath:true,
    sUrl:'NewPlants!.html'
},
{   sTitle:'Catalogue',
    bIsWebPath:true,
    sUrl:'catalogue.html',"childArray" : [
    {   sTitle:'Explorer, Parkland & Canadian Artist Roses',
        bIsWebPath:true,
        sUrl:'explorer, parkland & canadian artist roses.html'
    },
    {   sTitle:'Climbing Roses',
        bIsWebPath:true,
        sUrl:'climbing roses.html'
    },
    {   sTitle:'David Austin Englush Roses',
        bIsWebPath:true,
        sUrl:'david austin englush roses.html'
    },
    {   sTitle:'Floribunda & Grandiflora Roses',
        bIsWebPath:true,
        sUrl:'floribunda & grandiflora roses.html'
    },
    {   sTitle:'Hybrid Tea Roses',
        bIsWebPath:true,
        sUrl:'hybrid tea roses.html'
    },
    {   sTitle:'Landscape Roses',
        bIsWebPath:true,
        sUrl:'landscape roses.html'
    },
    {   sTitle:'Old Garden Roses',
        bIsWebPath:true,
        sUrl:'old garden roses.html'
    },
    {   sTitle:'Pavement Roses',
        bIsWebPath:true,
        sUrl:'pavement roses.html'
    },
    {   sTitle:'Rugosa Roses',
        bIsWebPath:true,
        sUrl:'rugosa roses.html'
    },
    {   sTitle:'Shrub Roses',
        bIsWebPath:true,
        sUrl:'shrub roses.html'
    },
    {   sTitle:'Berberis',
        bIsWebPath:true,
        sUrl:'berberis.html'
    },
    {   sTitle:'Cornus',
        bIsWebPath:true,
        sUrl:'cornus.html'
    },
    {   sTitle:'Hydrangea',
        bIsWebPath:true,
        sUrl:'hydrangea.html'
    },
    {   sTitle:'Philadelphus',
        bIsWebPath:true,
        sUrl:'philadelphus.html'
    },
    {   sTitle:'Physocarpus',
        bIsWebPath:true,
        sUrl:'physocarpus.html'
    },
    {   sTitle:'Potentilla',
        bIsWebPath:true,
        sUrl:'potentilla.html'
    },
    {   sTitle:'Salix  Willows',
        bIsWebPath:true,
        sUrl:'salix  willows.html'
    },
    {   sTitle:'Sambucus',
        bIsWebPath:true,
        sUrl:'sambucus.html'
    },
    {   sTitle:'Sweet Soar Cherries ',
        bIsWebPath:true,
        sUrl:'sweet soar cherries .html'
    },
    {   sTitle:'Spiraea',
        bIsWebPath:true,
        sUrl:'spiraea.html'
    },
    {   sTitle:'Syringa   Lilac',
        bIsWebPath:true,
        sUrl:'syringa   lilac.html'
    },
    {   sTitle:'Weigela',
        bIsWebPath:true,
        sUrl:'weigela.html'
    },
    {   sTitle:'Assorted Climbers',
        bIsWebPath:true,
        sUrl:'assorted climbers.html'
    },
    {   sTitle:'Assorted Shrubs',
        bIsWebPath:true,
        sUrl:'assorted shrubs.html'
    },
    {   sTitle:'Conifers',
        bIsWebPath:true,
        sUrl:'conifers.html'
    }]
},
{   sTitle:'Growing Tips',
    bIsWebPath:true,
    sUrl:'GrowingTips.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
