var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'See ALL Products',
    'bIsWebPath':true,
    'sUrl':'order.html'
},
{   'sTitle':'Look Inside',
    'bIsWebPath':true,
    'sUrl':'lookinside.html'
},
{   'sTitle':'Updates',
    'bIsWebPath':true,
    'sUrl':'updates.html'
},
{   'sTitle':'Resellers & Libraries',
    'bIsWebPath':true,
    'sUrl':'resellers.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'How to Pay',
    'bIsWebPath':true,
    'sUrl':'howtopay.html'
}]
});
