var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Product Overview',
    bIsWebPath:true,
    sUrl:'productoverview.html'
},
{   sTitle:'Theory',
    bIsWebPath:true,
    sUrl:'theory.html'
},
{   sTitle:'Product Delivery',
    bIsWebPath:true,
    sUrl:'productdelivery.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
