var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Kids Who Swim',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Meghan\'s First Lesson',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'About The Author',
    bIsWebPath:true,
    sUrl:'page3.html'
},
{   sTitle:'Sample',
    bIsWebPath:true,
    sUrl:'page4.html'
},
{   sTitle:'Order',
    bIsWebPath:true,
    sUrl:'page5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page6.html'
}]
});