var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Order Here',
    'bIsWebPath':true,
    'sUrl':'order.html'
},
{   'sTitle':'Look Inside This Book',
    'bIsWebPath':true,
    'sUrl':'lookinside.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
},
{   'sTitle':'Terms & Conditions',
    'bIsWebPath':true,
    'sUrl':'terms.html'
},
{   'sTitle':'Privacy Policy',
    'bIsWebPath':true,
    'sUrl':'privacy.html'
},
{   'sTitle':'Suggestions',
    'bIsWebPath':true,
    'sUrl':'suggestions.html'
}]
});
