var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our services',
    bIsWebPath:true,
    sUrl:'our-services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'CMS',
        bIsWebPath:true,
        sUrl:'cms.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Why Drupal',
            bIsWebPath:true,
            sUrl:'drupal.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Web Design',
        bIsWebPath:true,
        sUrl:'web-design.html',
        sTarget:'_self'
    },
    {   sTitle:'Custom Development',
        bIsWebPath:true,
        sUrl:'custom-development.html',
        sTarget:'_self'
    },
    {   sTitle:'PSD to HTML',
        bIsWebPath:true,
        sUrl:'psdtohtml.html',
        sTarget:'_self'
    }]
},
{   sTitle:'E-Commerce',
    bIsWebPath:true,
    sUrl:'ecommerce.html',"childArray" : [
    {   sTitle:'Magento',
        bIsWebPath:true,
        sUrl:'magento.html',
        sTarget:'_self'
    },
    {   sTitle:'Ubercart',
        bIsWebPath:true,
        sUrl:'ubercart.html',
        sTarget:'_self'
    },
    {   sTitle:'PSD to Magento',
        bIsWebPath:true,
        sUrl:'psdtomagento.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Budget Package',
    bIsWebPath:true,
    sUrl:'budget-package.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Quote',
        bIsWebPath:true,
        sUrl:'quote.html',
        sTarget:'_self'
    }]
}]
});
