var customNavTree21 = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Price List',
    sTitle:'Price List',
    bIsWebPath:true,
    sUrl:'pricelist.html',"childArray" : [
    {   sDescription:'Basic Valet',
        sTitle:'Basic Valet',
        bIsWebPath:true,
        sUrl:'basicvalet.html'
    },
    {   sDescription:'Bronze Valet',
        sTitle:'Bronze Valet',
        bIsWebPath:true,
        sUrl:'bronzevalet.html'
    },
    {   sDescription:'Silver Valet',
        sTitle:'Silver Valet',
        bIsWebPath:true,
        sUrl:'silvervalet.html'
    },
    {   sDescription:'Gold Valet',
        sTitle:'Gold Valet',
        bIsWebPath:true,
        sUrl:'goldvalet.html'
    },
    {   sDescription:'Platinum Valet',
        sTitle:'Platinum Valet',
        bIsWebPath:true,
        sUrl:'platinumvalet.html'
    },
    {   sDescription:'Platinum Valet Plus',
        sTitle:'Platinum Valet Plus',
        bIsWebPath:true,
        sUrl:'platinumvaletplus.html'
    },
    {   sDescription:'Other Valets',
        sTitle:'Other Valets',
        bIsWebPath:true,
        sUrl:'othervalets.html'
    }]
},
{   sDescription:'Gallery',
    sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sDescription:'Slideshow',
        sTitle:'Slideshow',
        bIsWebPath:true,
        sUrl:'slideshow.html'
    },
    {   sDescription:'Picture Viewer',
        sTitle:'Picture Viewer',
        bIsWebPath:true,
        sUrl:'pictureviewer.html'
    },
    {   sDescription:'Videos',
        sTitle:'Videos',
        bIsWebPath:true,
        sUrl:'videos.html',
        sTarget:'_self'
    }]
},
{   sDescription:'Contact Us',
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sDescription:'Cosmetic Repairs',
    sTitle:'Cosmetic Repairs',
    bIsWebPath:true,
    sUrl:'cosmeticrepairs.html'
},
{   sDescription:'Training and Buisness',
    sTitle:'Training and Buisness',
    bIsWebPath:true,
    sUrl:'trainingandbuisness.html'
}]
});
