var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Wedding Planning',
    bIsWebPath:true,
    sUrl:'weddingplanning.html',
    sTarget:'_self'
},
{   sTitle:'Chair Covers',
    bIsWebPath:true,
    sUrl:'chaircovers.html',
    sTarget:'_self'
},
{   sTitle:'Balloons',
    bIsWebPath:true,
    sUrl:'balloons.html',
    sTarget:'_self'
},
{   sTitle:'Table Decorations',
    bIsWebPath:true,
    sUrl:'table.html',
    sTarget:'_self'
},
{   sTitle:'Stationery',
    bIsWebPath:true,
    sUrl:'stationery.html',
    sTarget:'_self'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html',
    sTarget:'_self'
},
{   sTitle:'Wedding Fayres',
    bIsWebPath:true,
    sUrl:'weddingfayres.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});