var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'overview.html',"childArray" : [
    {   sTitle:'Training Overview',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'overview.html'
    },
    {   sTitle:'Book',
        bIsWebPath:true,
        sUrl:'books.html'
    },
    {   sTitle:'Training DVDs',
        bIsWebPath:true,
        sUrl:'dvds.html'
    },
    {   sTitle:'Events',
        bIsWebPath:true,
        sUrl:'events.html'
    },
    {   sTitle:'Groups',
        bIsWebPath:true,
        sUrl:'groups.html'
    },
    {   sTitle:'1 - 2 - 1 Training',
        bIsWebPath:true,
        sUrl:'1-2-1_training.html'
    }]
},
{   sTitle:'Store',
    bIsExternal:true,
    sUrl:'http://www.greatsimulator.com/jrox/store',"childArray" : [
    {   sTitle:'Store',
        bIsExternal:true,
        sUrl:'http://www.greatsimulator.com/jrox/store'
    },
    {   sTitle:'New Products',
        bIsExternal:true,
        sUrl:'http://www.greatsimulator.com/jrox/products/new_products'
    },
    {   sTitle:'Product Categories',
        bIsExternal:true,
        sUrl:'http://www.greatsimulator.com/jrox/product_categories'
    }]
},
{   sTitle:'Free',
    bIsWebPath:true,
    sUrl:'freebook.html',"childArray" : [
    {   sTitle:'Book Download',
        bIsExternal:true,
        sUrl:'http://www.greatsimulator.com/jrox/members/content/article/14/Book-Download'
    },
    {   sTitle:'Videos & Articles',
        bIsExternal:true,
        sUrl:'http://www.greatsimulator.com/jrox/members/content/article/10/Videos'
    },
    {   sTitle:'Forum',
        bIsExternal:true,
        sUrl:'http://www.greatsimulator.com/forum/index.php',
        sTarget:'_blank'
    },
    {   sTitle:'Great Links',
        bIsWebPath:true,
        sUrl:'greatlinks.html'
    }]
},
{   sTitle:'Reviews',
    bIsWebPath:true,
    sUrl:'reviews.html'
},
{   sTitle:'Login',
    bIsExternal:true,
    sUrl:'http://www.greatsimulator.com/jrox/login/general'
},
{   sTitle:'Cart',
    bIsExternal:true,
    sUrl:'http://www.greatsimulator.com/jrox/cart'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
