var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Why Chip?',
    bIsWebPath:true,
    sUrl:'why.html',
    sTarget:'_self'
},
{   sTitle:'Chip Info',
    bIsWebPath:true,
    sUrl:'chip.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Help For Owners',
    bIsWebPath:true,
    sUrl:'help.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Special Offers',
    bIsWebPath:true,
    sUrl:'offers.html',
    sTarget:'_self'
},
{   sTitle:'For Breeders',
    bIsWebPath:true,
    sUrl:'Breeders.html',
    sTarget:'_self'
},
{   sTitle:'Ultrasound Scanning',
    bIsWebPath:true,
    sUrl:'scanning.html',
    sTarget:'_self'
},
{   bSeparatorAfter:true,
    sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
