var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Samples',
    bIsWebPath:true,
    sUrl:'samples.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'Web Stuff',
    bIsWebPath:true,
    sUrl:'webstuff.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
