var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weddings',
    bIsWebPath:true,
    sUrl:'weddings.html'
},
{   sTitle:'B&B',
    bIsWebPath:true,
    sUrl:'cottage.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',
    sTarget:'_self'
},
{   sTitle:'F.A.Q',
    bIsWebPath:true,
    sUrl:'faq.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
