var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Accommodations',
    'bIsWebPath':true,
    'sUrl':'rooms.html'
},
{   'sTitle':'Specials',
    'bIsWebPath':true,
    'sUrl':'specials.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Going Green',
    'bIsWebPath':true,
    'sUrl':'green.html'
}]
});
