var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'WEBinate Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Why Have a Website?',
    'bIsWebPath':true,
    'sUrl':'WhyTheWeb.html'
},
{   'sTitle':'Why Choose Webinate?',
    'bIsWebPath':true,
    'sUrl':'AboutUs.html'
},
{   'sTitle':'The Sales Pitch',
    'bIsWebPath':true,
    'sUrl':'TheSalesPitch.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contactus.html'
},
{   'sTitle':'Feedback',
    'bIsWebPath':true,
    'sUrl':'feedback.html'
},
{   'sTitle':'Tips & Techniques',
    'bIsWebPath':true,
    'sUrl':'TipsAndTechniques.html'
},
{   'sTitle':'Recent Projects',
    'bIsWebPath':true,
    'sUrl':'OurClients.html'
},
{   'sTitle':'Recommended Products',
    'bIsWebPath':true,
    'sUrl':'recommendedproducts.html'
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Videos',
    'bIsWebPath':true,
    'sUrl':'videotrainingresources.html'
}]
});
