var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Carzak the one place to come for opinions and commentary on cars, trucks, hybrids, electric cars, you name it. Read reports on test drives. It it moves on wheels we cover it!',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Car News',
    bIsWebPath:true,
    sUrl:'morecarnews.html'
},
{   sTitle:'My Test Drives',
    bIsWebPath:true,
    sUrl:'carnewscont.html'
},
{   sTitle:'Observing Performance',
    bIsWebPath:true,
    sUrl:'morecarnews.html'
},
{   sTitle:'About Carzak',
    bIsWebPath:true,
    sUrl:'page2.html',"childArray" : [
    {   sTitle:'Contact Carzak',
        sUrl:''
    }]
},
{   sTitle:'Terms of use',
    bIsWebPath:true,
    sUrl:'morecarnews.html',"childArray" : [
    {   sTitle:'Terms of use text',
        bIsWebPath:true,
        sUrl:'morecarnews.html'
    },
    {   sTitle:'Privacy policy',
        bIsWebPath:true,
        sUrl:'morecarnews.html',"childArray" : [
        {   sTitle:'Privacy policy text',
            bIsWebPath:true,
            sUrl:'morecarnews.html'
        }]
    }]
}]
});