var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Directory',
    bIsWebPath:true,
    sUrl:'recipe-directory.html'
},
{   sTitle:'Meat Recipes',
    bIsWebPath:true,
    sUrl:'meat-recipes.html',"childArray" : [
    {   sTitle:'Grilled Chicken Breast',
        bIsWebPath:true,
        sUrl:'grilled-chicken-breast.html'
    },
    {   sTitle:'Grilled Chicken Breast - Florida Style',
        bIsWebPath:true,
        sUrl:'grilled-chicken-breast-florida-style.html'
    },
    {   sTitle:'Grilled Chicken Wings',
        bIsWebPath:true,
        sUrl:'grilled-chicken-wings.html'
    },
    {   sTitle:'Grilled Chicken Salad',
        bIsWebPath:true,
        sUrl:'grilled-chicken-salad.html'
    },
    {   sTitle:'Grilled Chicken with Paprika',
        bIsWebPath:true,
        sUrl:'grilled-chicken-with-paprika.html'
    },
    {   sTitle:'Grilled Steak with Mustard Butter',
        bIsWebPath:true,
        sUrl:'grilled-steak-with-mustard-butter.html'
    },
    {   sTitle:'Grilled Steak with Italian Sauce',
        bIsWebPath:true,
        sUrl:'grilled-steak-with-italian-sauce.html'
    },
    {   sTitle:'Grilled Ribeye Steak',
        bIsWebPath:true,
        sUrl:'grilled-ribeye-steak.html'
    },
    {   sTitle:'Grilled Beef with Peanuts',
        bIsWebPath:true,
        sUrl:'grilled-beef-with-peanuts.html'
    },
    {   sTitle:'Grilled Leg of Lamb Recipe',
        bIsWebPath:true,
        sUrl:'grilled-leg-lamb-recipe.html'
    },
    {   sTitle:'Grilled Lamb Chops',
        bIsWebPath:true,
        sUrl:'grilled-lamb-chops.html'
    },
    {   sTitle:'Grilled Pork with Herbs',
        bIsWebPath:true,
        sUrl:'grilled-pork-with-herbs.html'
    },
    {   sTitle:'Grilled Pork Ribs',
        bIsWebPath:true,
        sUrl:'grilled-pork-ribs.html'
    },
    {   sTitle:'Grilled Pork Belly',
        bIsWebPath:true,
        sUrl:'grilled-pork-belly.html'
    }]
},
{   sTitle:'Burger Recipes',
    bIsWebPath:true,
    sUrl:'grilled-burger-recipes.html',"childArray" : [
    {   sTitle:'Grilled Bean Burger Recipe',
        bIsWebPath:true,
        sUrl:'grilled-bean-burger-recipe.html'
    },
    {   sTitle:'Grilled Turkey Burger',
        bIsWebPath:true,
        sUrl:'grilled-turkey-burger.html'
    },
    {   sTitle:'Grilled Chicken Burger',
        bIsWebPath:true,
        sUrl:'grilled-chicken-burger.html'
    },
    {   sTitle:'Grilled Burger and Barbecue Sauce',
        bIsWebPath:true,
        sUrl:'grilled-burgerand-barbecue-sauce.html'
    }]
},
{   sTitle:'Fish Recipes',
    bIsWebPath:true,
    sUrl:'fish-recipes.html',"childArray" : [
    {   sTitle:'Grilled Swordfish',
        bIsWebPath:true,
        sUrl:'grilled-swordfish-recipe.html'
    },
    {   sTitle:'Grilled Tuna Steaks',
        bIsWebPath:true,
        sUrl:'grilled-tuna-steak-recipe.html'
    },
    {   sTitle:'Grilled Prawns in Garlic Butter',
        bIsWebPath:true,
        sUrl:'grilled-prawns-in-garlic-butter.html'
    },
    {   sTitle:'Marinated Grilled Shrimp',
        bIsWebPath:true,
        sUrl:'marinated-grilled-shrimp.html'
    },
    {   sTitle:'Grilled Lobster Tails',
        bIsWebPath:true,
        sUrl:'grilled-lobster-tails.html'
    }]
},
{   sTitle:'Sauces ',
    bIsWebPath:true,
    sUrl:'sauce-recipes.html',"childArray" : [
    {   sTitle:'Grilled Steak Marinade',
        bIsWebPath:true,
        sUrl:'grilled-steak-marinade.html'
    },
    {   sTitle:'Grilled Pork Marinade',
        bIsWebPath:true,
        sUrl:'grilled-pork-marinade.html'
    },
    {   sTitle:'Simple Chicken Marinade',
        bIsWebPath:true,
        sUrl:'chicken-marinade.html'
    },
    {   sTitle:'Tomato Basil Sauce',
        bIsWebPath:true,
        sUrl:'tomato-basil-sauce.html'
    },
    {   sTitle:'Cajun Barbecue Sauce',
        bIsWebPath:true,
        sUrl:'cajun-barbecue-sauce.html'
    }]
},
{   sTitle:'Veg Recipes',
    bIsWebPath:true,
    sUrl:'vegetable-recipes.html',"childArray" : [
    {   sTitle:'Grilled Corn on the Cob',
        bIsWebPath:true,
        sUrl:'grilled-corn-on-the-cob.html'
    },
    {   sTitle:'Grilled Asparagus',
        bIsWebPath:true,
        sUrl:'grilled-asparagus.html'
    },
    {   sTitle:'Grilled Potatoes',
        bIsWebPath:true,
        sUrl:'grilled-potatoes.html'
    },
    {   sTitle:'Grilled Vegetables',
        bIsWebPath:true,
        sUrl:'grilled-vegetables.html'
    },
    {   sTitle:'Grilled Tandoori Peppers',
        bIsWebPath:true,
        sUrl:'grilled-tandoori-peppers.html'
    }]
},
{   sTitle:'Grilling Tips',
    bIsWebPath:true,
    sUrl:'grilling-tips.html',"childArray" : [
    {   sTitle:'How to build a charcoal grill',
        bIsWebPath:true,
        sUrl:'how-to-build-a-charcoal-grill.html'
    },
    {   sTitle:'Buying your Grill',
        bIsWebPath:true,
        sUrl:'buying-your-grill.html'
    },
    {   sTitle:'How to Grill Ribs',
        bIsWebPath:true,
        sUrl:'how-to-grill-ribs.html'
    }]
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'grill-accessories.html'
}]
});
