var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Documents',
    'bIsWebPath':true,
    'sUrl':'page2.html',"childArray" : [
    {   'sTitle':'General Documents',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'page2.html#GeneralDocuments'
    },
    {   'sTitle':'Buyer Documents',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'page2.html#BuyerDocuments'
    }]
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'page3.html',"childArray" : [
    {   'sTitle':'General Documents',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'page3.html#General'
    },
    {   'sTitle':'Spreadsheets',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'page3.html#Spreadsheets'
    },
    {   'sTitle':'Nutrient Composition of Dairy Products',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'page3.html#Nutrient'
    },
    {   'sTitle':'Natal Retail Milk Price Monitor',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'page3.html#Natal'
    }]
},
{   'sTitle':'Member Area',
    'bIsWebPath':true,
    'sUrl':'page10.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Login',
    'bIsWebPath':true,
    'sUrl':'page9.html'
}]
});
