var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',
    sTarget:'_self'
},
{   sTitle:'Rabbit',
    bIsWebPath:true,
    sUrl:'Rabbit.html',
    sTarget:'_self'
},
{   sTitle:'Guinea Pig',
    bIsWebPath:true,
    sUrl:'gpig.html',
    sTarget:'_self'
},
{   sTitle:'Chinchilla',
    bIsWebPath:true,
    sUrl:'chinchilla.html',
    sTarget:'_self'
},
{   sTitle:'Rat',
    bIsWebPath:true,
    sUrl:'rat.html',
    sTarget:'_self'
},
{   sTitle:'Hamster',
    bIsWebPath:true,
    sUrl:'hamster.html',
    sTarget:'_self'
},
{   sTitle:'Dwarf Hamster',
    bIsWebPath:true,
    sUrl:'dwhamster.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Head Office',
    bIsWebPath:true,
    sUrl:'headoffice.html'
},
{   sTitle:'Stockists',
    bIsWebPath:true,
    sUrl:'stockists.html',
    sTarget:'_self'
}]
});