var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'http://stumpys.net/index.html'
},
{   'sTitle':'Breakfast',
    'sUrl':'http://stumpys.net/breakfast.html'
},
{   'sTitle':'Features',
    'sUrl':'http://stumpys.net/features.html'
},
{   'sTitle':'Catering',
    'sUrl':'http://stumpys.net/catering.html'
},
{   'sTitle':'Contact Us',
    'sUrl':'http://stumpys.net/contact.html'
}]
});
