var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'R Products',
    'bIsWebPath':true,
    'sUrl':'services.html',"childArray" : [
    {   'sTitle':'Bouncy Castles',
        'bIsWebPath':true,
        'sUrl':'bouncycastles.html'
    },
    {   'sTitle':'Fun Casinos',
        'bIsWebPath':true,
        'sUrl':'casinohire.html'
    },
    {   'sTitle':'Race Nights',
        'bIsWebPath':true,
        'sUrl':'racenights.html'
    },
    {   'sTitle':'Marquee Hire',
        'bIsWebPath':true,
        'sUrl':'marqueehire.html'
    },
    {   'sTitle':'DJ Hire',
        'bIsWebPath':true,
        'sUrl':'djhire.html'
    },
    {   'sTitle':'Sweet Tooth',
        'bIsWebPath':true,
        'sUrl':'sweettooth.html'
    },
    {   'sTitle':'Pit Barriers',
        'bIsWebPath':true,
        'sUrl':'pitbarriers.html'
    },
    {   'sTitle':'Other Products',
        'bIsWebPath':true,
        'sUrl':'otherproducts.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
