var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'About.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Facilities',
    bIsWebPath:true,
    sUrl:'page11.html'
},
{   sTitle:'Events/Shows',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Page 37',
        bIsWebPath:true,
        sUrl:'page37.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page6.html'
},
{   sTitle:'Our Weather',
    bIsExternal:true,
    sUrl:'http://www.gallowaysfarm.com/WDL/index.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactinfo.html'
}]
});