var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:' Home',
    bIsWebPath:true,
    sUrl:'index.htm'
},
{   sTitle:'Cake Shop',
    bIsWebPath:true,
    sUrl:'cakeshop.htm',"childArray" : [
    {   sTitle:'Cake Shop Cats',
        bIsWebPath:true,
        sUrl:'cakeshopcats.htm'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'cakeshopcontact.htm'
    },
    {   sTitle:'Cake Shop FAQ',
        bIsWebPath:true,
        sUrl:'cakeshop faq.htm'
    }]
},
{   sTitle:'Picture Gallery',
    bIsWebPath:true,
    sUrl:'picture gallery.htm',"childArray" : [
    {   sTitle:'Children\'s',
        bIsWebPath:true,
        sUrl:'childrens.htm'
    },
    {   sTitle:'Adult',
        bIsWebPath:true,
        sUrl:'adult.htm'
    },
    {   sTitle:'Animals',
        bIsWebPath:true,
        sUrl:'animals.htm'
    },
    {   sTitle:'Vehicles',
        bIsWebPath:true,
        sUrl:'vehicles.htm'
    },
    {   sTitle:'Wedding',
        bIsWebPath:true,
        sUrl:'wedding.htm'
    },
    {   sTitle:'Food and Drink',
        bIsWebPath:true,
        sUrl:'food and drink.htm'
    },
    {   sTitle:'Music',
        bIsWebPath:true,
        sUrl:'music.htm'
    },
    {   sTitle:'Cupcakes',
        bIsWebPath:true,
        sUrl:'cupcakes.htm'
    },
    {   sTitle:'Traditional',
        bIsWebPath:true,
        sUrl:'traditional.htm'
    },
    {   sTitle:'Christening',
        bIsWebPath:true,
        sUrl:'christeningphotos.htm'
    },
    {   sTitle:'Sport',
        bIsWebPath:true,
        sUrl:'sport.htm'
    }]
},
{   sTitle:'Contact us',
    bIsWebPath:true,
    sUrl:'contactus.htm',"childArray" : [
    {   sTitle:'Directions',
        bIsWebPath:true,
        sUrl:'directions.htm'
    },
    {   sTitle:'Outlets',
        bIsWebPath:true,
        sUrl:'outlets.htm'
    }]
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.htm'
},
{   sTitle:'Portions & Advise',
    bIsWebPath:true,
    sUrl:'portions & advise.htm'
},
{   sTitle:'Price Lists',
    bIsWebPath:true,
    sUrl:'pricelists.htm'
},
{   sTitle:'Customer Comments',
    bIsWebPath:true,
    sUrl:'customer comments.htm'
}]
});