var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Websites',
    bIsWebPath:true,
    sUrl:'websites.html'
},
{   sTitle:'E-Commerce',
    bIsWebPath:true,
    sUrl:'e-commerce.html'
},
{   sTitle:'AdWords',
    bIsWebPath:true,
    sUrl:'adwords.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'Prices',
    bIsWebPath:true,
    sUrl:'prices.html'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html'
},
{   sTitle:'Support',
    bIsWebPath:true,
    sUrl:'support.html'
},
{   sTitle:'Get a Quote',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
