var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'page2.html'
},
{   bSeparatorBefore:true,
    sDescription:'Our Services',
    sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   bSeparatorAfter:true,
    sDescription:'Services',
    sTitle:'Customer Comments',
    bIsWebPath:true,
    sUrl:'comments.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
