var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Our Dogs',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Lily',
        bIsWebPath:true,
        sUrl:'page9.html',
        sTarget:'_self'
    },
    {   sTitle:'Benson',
        bIsWebPath:true,
        sUrl:'page8.html',
        sTarget:'_self'
    }]
},
{   sTitle:'News',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'2010',
        bIsWebPath:true,
        sUrl:'page7.html',
        sTarget:'_self'
    },
    {   sTitle:'2011',
        bIsWebPath:true,
        sUrl:'page14.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Progeny',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Litters',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Photos',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Benson Galery',
        bIsWebPath:true,
        sUrl:'page13.html',
        sTarget:'_self'
    },
    {   sTitle:'Lily Galery',
        bIsWebPath:true,
        sUrl:'page3.html',
        sTarget:'_self'
    },
    {   sTitle:'Photography Work ',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    },
    {   sTitle:'Benson in Action',
        bIsWebPath:true,
        sUrl:'page4.html',
        sTarget:'_self'
    },
    {   sTitle:'Lily Photo\'s For FUN!',
        bIsWebPath:true,
        sUrl:'page15.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page11.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
}]
});
