var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Professional Coaching for North Gwinnett',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'staff.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
