var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Meet the Doctors',
    'bIsWebPath':true,
    'sUrl':'page3.html'
},
{   'sTitle':'Video Gallery',
    'bIsWebPath':true,
    'sUrl':'page4.html',"childArray" : [
    {   'sTitle':'Fun Page/Client Pet pictures!!',
        'bIsWebPath':true,
        'sUrl':'page12.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Library',
    'bIsWebPath':true,
    'sUrl':'page6.html',"childArray" : [
    {   'sTitle':'Library continued...',
        'bIsWebPath':true,
        'sUrl':'page11.html'
    }]
},
{   'sTitle':'Ear Crop Infromation',
    'bIsWebPath':true,
    'sUrl':'page10.html',"childArray" : [
    {   'sTitle':'Ear Crop Videos',
        'bIsWebPath':true,
        'sUrl':'page7.html'
    }]
},
{   'sTitle':'Links and Hospital Forms',
    'bIsWebPath':true,
    'sUrl':'page8.html',"childArray" : [
    {   'sTitle':'Links',
        'bIsWebPath':true,
        'sUrl':'page9.html'
    }]
}]
});
