var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Chocolate Fountains',
        bIsWebPath:true,
        sUrl:'chocolatefountain.html',"childArray" : [
        {   sTitle:'Prices',
            bIsWebPath:true,
            sUrl:'chocprices.html'
        },
        {   sTitle:'Gallery',
            bIsWebPath:true,
            sUrl:'chocgallery.html'
        }]
    },
    {   sTitle:'Balloons',
        bIsWebPath:true,
        sUrl:'balloons.html',"childArray" : [
        {   sTitle:'Prices',
            bIsWebPath:true,
            sUrl:'prices.html'
        },
        {   sTitle:'Gallery',
            bIsWebPath:true,
            sUrl:'gallery.html'
        }]
    },
    {   sTitle:'Chair Covers',
        bIsWebPath:true,
        sUrl:'chaircovers.html',"childArray" : [
        {   sTitle:'Prices',
            bIsWebPath:true,
            sUrl:'page15.html'
        }]
    },
    {   sTitle:'Candy Floss',
        bIsWebPath:true,
        sUrl:'candyfloss.html',"childArray" : [
        {   sTitle:'Prices',
            bIsWebPath:true,
            sUrl:'candyprice.html'
        }]
    },
    {   sTitle:'Fruit Palm Tree',
        bIsWebPath:true,
        sUrl:'fruitpalmtree.html',"childArray" : [
        {   sTitle:'Prices',
            bIsWebPath:true,
            sUrl:'page16.html'
        },
        {   sTitle:'Gallery',
            bIsWebPath:true,
            sUrl:'page17.html'
        }]
    }]
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
