var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Open Agility Dog Show',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self'
},
{   sTitle:'Forthcoming Shows',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'Price List',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page9.html',
    sTarget:'_self'
},
{   sTitle:'Picture Gallery',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html',
    sTarget:'_self'
},
{   sTitle:'How To Find Us',
    bIsWebPath:true,
    sUrl:'page10.html',
    sTarget:'_self'
}]
});