var customnavtree10 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Soon To Come',
        bIsWebPath:true,
        sUrl:'soontocome.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'Price List',
    bIsWebPath:true,
    sUrl:'pricelist.html',"childArray" : [
    {   sTitle:'Idaho',
        bIsWebPath:true,
        sUrl:'idahopricelist.html',
        sTarget:'_self'
    },
    {   sTitle:'Wyoming',
        bIsWebPath:true,
        sUrl:'wyomingpricelist.html',
        sTarget:'_self'
    },
    {   sTitle:'Utah',
        bIsWebPath:true,
        sUrl:'utahpricelist.html',
        sTarget:'_self'
    },
    {   sTitle:'Montana',
        bIsWebPath:true,
        sUrl:'montanapricelist.html',
        sTarget:'_self'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Before & After',
        bIsWebPath:true,
        sUrl:'beforeandafter.html',
        sTarget:'_self'
    },
    {   sTitle:'Installation',
        bIsWebPath:true,
        sUrl:'kentuckybluegrassinstallation.html',
        sTarget:'_self'
    },
    {   sTitle:'Meadow Grass',
        bIsWebPath:true,
        sUrl:'meadowgrass.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Newsletters',
    bIsWebPath:true,
    sUrl:'newletters.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
