var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Overview',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Download',
    'bIsWebPath':true,
    'sUrl':'demo.html'
},
{   'sTitle':'Buy',
    'bIsWebPath':true,
    'sUrl':'pricelist.html'
},
{   'sTitle':'Support',
    'bIsWebPath':true,
    'sUrl':'support.html'
}]
});
