var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Holiday Harbor Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'The Cottages',
    bIsWebPath:true,
    sUrl:'cottages.html',"childArray" : [
    {   sTitle:'The Holiday',
        bIsWebPath:true,
        sUrl:'the_holiday.html'
    },
    {   sTitle:'The Shorehaven',
        bIsWebPath:true,
        sUrl:'the_shorehaven.html'
    },
    {   sTitle:'The Coach House',
        bIsWebPath:true,
        sUrl:'coach_house.html'
    }]
},
{   sTitle:'Information',
    bIsWebPath:true,
    sUrl:'information.html'
},
{   sTitle:'Around the \"Door\"',
    bIsWebPath:true,
    sUrl:'around_the_door.html',"childArray" : [
    {   sTitle:'Enjoy the Arts',
        bIsWebPath:true,
        sUrl:'arts.html'
    },
    {   sTitle:'Family Fun',
        bIsWebPath:true,
        sUrl:'family.html'
    },
    {   sTitle:'On the Water',
        bIsWebPath:true,
        sUrl:'water.html'
    },
    {   sTitle:'Outdoor Adventures',
        bIsWebPath:true,
        sUrl:'outdoor.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html'
}]
});
