var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sDescription:'Stage Pay Finance provides finance options for retailers and service sector businesses',
    sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Retail Finance',
    bIsWebPath:true,
    sUrl:'retail.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Marketing',
    bIsWebPath:true,
    sUrl:'marketing.html',"childArray" : [
    {   sTitle:'Promotions',
        bIsWebPath:true,
        sUrl:'promotions.html'
    }]
},
{   sDescription:'Submit your company details for retail finance with Stage Pay Finance',
    sTitle:'Register',
    bIsWebPath:true,
    sUrl:'register.html'
},
{   sTitle:'Loan Application',
    bIsWebPath:true,
    sUrl:'application.html'
}]
});
