var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'page2.html'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'page11.html'
},
{   'sTitle':'Special offers',
    'bIsWebPath':true,
    'sUrl':'page21.html'
},
{   'sTitle':'What\'s On',
    'bIsWebPath':true,
    'sUrl':'page94.html'
},
{   'sTitle':'Web Links',
    'bIsWebPath':true,
    'sUrl':'page16.html'
}]
});
