var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Fishermans Nook',
    bIsWebPath:true,
    sUrl:'nook.html',"childArray" : [
    {   sTitle:'Facilities',
        bIsWebPath:true,
        sUrl:'nook-facilities.html'
    },
    {   sTitle:'Pricing',
        bIsWebPath:true,
        sUrl:'nook-pricing.html'
    },
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'nook-directions.html'
    },
    {   sTitle:'Comments',
        bIsWebPath:true,
        sUrl:'nook-comments.html'
    }]
},
{   sTitle:'The Island Snug',
    bIsWebPath:true,
    sUrl:'snug.html',"childArray" : [
    {   sTitle:'Faciltiies',
        bIsWebPath:true,
        sUrl:'snug-facilities.html'
    },
    {   sTitle:'Picing',
        bIsWebPath:true,
        sUrl:'snug-pricing.html'
    },
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'snug-directions.html'
    },
    {   sTitle:'Comments',
        bIsWebPath:true,
        sUrl:'snug-comments.html'
    }]
},
{   sTitle:'Isle of Cumbrae',
    bIsWebPath:true,
    sUrl:'cumbrae.html'
},
{   sTitle:'What to See',
    bIsWebPath:true,
    sUrl:'whattosee.html'
},
{   sTitle:'Getting There',
    bIsWebPath:true,
    sUrl:'gettingthere.html'
}]
});
