var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Wedding',
    bIsWebPath:true,
    sUrl:'weddings.html',"childArray" : [
    {   sTitle:'Book a Consultation',
        bIsWebPath:true,
        sUrl:'consultation3.html'
    },
    {   sTitle:'Price List',
        bIsWebPath:true,
        sUrl:'pricelist2.html'
    }]
},
{   sTitle:'Corporate',
    bIsWebPath:true,
    sUrl:'corporate.html',"childArray" : [
    {   sTitle:'Book a Consultation',
        bIsWebPath:true,
        sUrl:'consultation2.html'
    },
    {   sTitle:'Price List',
        bIsWebPath:true,
        sUrl:'pricelist3.html'
    }]
},
{   sTitle:'Parties',
    bIsWebPath:true,
    sUrl:'parties.html',"childArray" : [
    {   sTitle:'Book a Consultation',
        bIsWebPath:true,
        sUrl:'consultationchoice.html'
    },
    {   sTitle:'Price List',
        bIsWebPath:true,
        sUrl:'pricelist4.html'
    }]
},
{   sTitle:'Delivery',
    bIsWebPath:true,
    sUrl:'balloondelivery.html',"childArray" : [
    {   sTitle:'Balloon in a Box',
        bIsWebPath:true,
        sUrl:'ballooninabox.html'
    }]
},
{   sTitle:'Packages',
    bIsWebPath:true,
    sUrl:'packages.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Bronze Package',
        bIsWebPath:true,
        sUrl:'bronzepackage.html',
        sTarget:'_self'
    },
    {   sTitle:'Silver Package',
        bIsWebPath:true,
        sUrl:'silverpackage.html',
        sTarget:'_self'
    },
    {   sTitle:'Gold Package',
        bIsWebPath:true,
        sUrl:'goldpackage.html',
        sTarget:'_self'
    },
    {   sTitle:'Platinum Package',
        bIsWebPath:true,
        sUrl:'platinumpackage.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Personalised',
    bIsWebPath:true,
    sUrl:'personalisation.html',"childArray" : [
    {   sTitle:'Napkins',
        bIsWebPath:true,
        sUrl:'napkins.html'
    },
    {   sTitle:'Ribbon Place Settings',
        bIsWebPath:true,
        sUrl:'ribbonplacesettings.html'
    },
    {   sTitle:'Balloons ',
        bIsWebPath:true,
        sUrl:'balloons2.html'
    },
    {   sTitle:'Chocolates',
        bIsWebPath:true,
        sUrl:'chocolates.html'
    },
    {   sTitle:'Banners',
        bIsWebPath:true,
        sUrl:'banners.html'
    },
    {   sTitle:'Ribbon',
        bIsWebPath:true,
        sUrl:'ribbon.html'
    },
    {   sTitle:'Ribbon Banners',
        bIsWebPath:true,
        sUrl:'ribbonbanners.html'
    },
    {   sTitle:'Cake Boxes',
        bIsWebPath:true,
        sUrl:'cakeboxes.html'
    },
    {   sTitle:'Personalised Giftcard Box',
        bIsWebPath:true,
        sUrl:'personalisedgiftcardbox.html',
        sTarget:'_self'
    },
    {   sTitle:'Personalised Price List',
        bIsWebPath:true,
        sUrl:'personalisedpricelist.html'
    }]
},
{   sTitle:'Helium Hire',
    bIsWebPath:true,
    sUrl:'heliumhire.html'
},
{   sTitle:'New Products',
    bIsWebPath:true,
    sUrl:'newproducts.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactus.html',"childArray" : [
    {   sTitle:'Book a Consultation',
        bIsWebPath:true,
        sUrl:'consultation.html',
        sTarget:'_self'
    }]
}]
});