var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Ezhar The Colonel\'s Legacy',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Ezhar Hounds',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Ben-Ezhar Cats',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Pedegree',
    bIsWebPath:true,
    sUrl:'page7.html'
}]
});
