var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'about the Yarmouth 23',
    bIsWebPath:true,
    sUrl:'yarmouth23.html',"childArray" : [
    {   sTitle:'Designers',
        bIsWebPath:true,
        sUrl:'designer.html'
    },
    {   sTitle:'The Builders',
        bIsWebPath:true,
        sUrl:'builder.html'
    },
    {   sTitle:'Yarmouth 22',
        bIsWebPath:true,
        sUrl:'yarmouth22.html'
    }]
},
{   sTitle:'Show boat for sale',
    bIsWebPath:true,
    sUrl:'showboat.html'
},
{   sTitle:'Specification',
    bIsWebPath:true,
    sUrl:'spec.html',"childArray" : [
    {   sTitle:'Yarmouth 23 price',
        bIsWebPath:true,
        sUrl:'price.html'
    }]
},
{   sTitle:'Accessories',
    bIsWebPath:true,
    sUrl:'accessories.html'
},
{   sTitle:'Trailing your Yarmouth',
    bIsWebPath:true,
    sUrl:'trailer.html'
},
{   sTitle:'Picture Galleries',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Under sail',
        bIsWebPath:true,
        sUrl:'under sail.html'
    },
    {   sTitle:'External Pics',
        bIsWebPath:true,
        sUrl:'outside.html'
    },
    {   sTitle:'Inside the Yarmouth',
        bIsWebPath:true,
        sUrl:'internal.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'Downloads',
        bIsWebPath:true,
        sUrl:'download.html'
    },
    {   sTitle:'Privacy',
        bIsWebPath:true,
        sUrl:'privacy.html'
    }]
}]
});