var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'samples',
    bIsWebPath:true,
    sUrl:'samples.html',
    sTarget:'_self'
},
{   sTitle:'pricing',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'order',
    bIsWebPath:true,
    sUrl:'order.html',
    sTarget:'_self'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
