var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   bSeparatorAfter:true,
    sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'page10.html'
},
{   sTitle:'Groups',
    bIsWebPath:true,
    sUrl:'page3.html'
}]
});
