var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'http://norslandlefse.com/index.html'
},
{   'sTitle':'About Us',
    'sUrl':'http://norslandlefse.com/aboutus.html',"childArray" : [
    {   'sTitle':'Rushford',
        'sUrl':'http://norslandlefse.com/rushford.html'
    },
    {   'sTitle':'Visit Our Store',
        'sUrl':'http://norslandlefse.com/store.html'
    },
    {   'sTitle':'Lefse Factory',
        'sUrl':'http://norslandlefse.com/lefsefactory.html'
    },
    {   'sTitle':'Lefse Machines',
        'sUrl':'http://norslandlefse.com/lefserollingmachines.html'
    },
    {   'sDescription':'Norsland Lefse Historical Background',
        'sTitle':'History',
        'sUrl':'http://norslandlefse.com/history.html'
    }]
},
{   'sTitle':'Order Information',
    'sUrl':'http://norslandlefse.com/orderinfo.html'
},
{   'sTitle':'Customers',
    'sUrl':'http://norslandlefse.com/customers.html',"childArray" : [
    {   'sTitle':'Uff Da Club',
        'sUrl':'http://norslandlefse.com/uffdaclub.html'
    }]
},
{   'sTitle':'Just for Fun',
    'sUrl':'http://norslandlefse.com/funpage.html'
}]
});
