var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Child Care',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Day Camp',
    bIsWebPath:true,
    sUrl:'page14.html'
},
{   sTitle:'The Farm',
    bIsWebPath:true,
    sUrl:'page12.html'
},
{   sTitle:'Pumpkin Patch',
    bIsWebPath:true,
    sUrl:'page13.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
